aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509v3
Commit message (Expand)AuthorAgeFilesLines
* EBCDIC support.Ulf Möller2000-02-012-0/+19
* Seek out and destroy another evil cast.Ulf Möller2000-01-307-9/+9
* Some more ifdefs for no-xxx options.Ulf Möller2000-01-211-0/+2
* Avoid converting void * to a function pointer when NULL is defined asRichard Levitte2000-01-182-2/+2
* #undef PKCS7_SIGNER_INFO for Win32 to avoid clashes.Dr. Stephen Henson2000-01-072-6/+8
* Simplify the trust structure: basically zap the bit strings andDr. Stephen Henson1999-12-291-1/+0
* Fix a bug in the modified purpose code: it wasn't updated to use theDr. Stephen Henson1999-12-031-1/+1
* Change the trust and purpose code so it doesn't need initDr. Stephen Henson1999-12-024-32/+72
* Modify the X509 V3 extension lookup code.Dr. Stephen Henson1999-12-014-28/+197
* Add part of chain verify SSL support code: not complete or doing anythingDr. Stephen Henson1999-11-292-20/+20
* Add trust setting support to the verify code. It now checks theDr. Stephen Henson1999-11-272-1/+6
* New options to the -verify program which can be used for chain verification.Dr. Stephen Henson1999-11-262-36/+67
* Support for authority information access extension.Dr. Stephen Henson1999-11-235-3/+287
* Support for otherName in GeneralName.Dr. Stephen Henson1999-11-192-6/+71
* New function X509_cmp().Dr. Stephen Henson1999-11-161-1/+3
* Allow additional information to be attached to aDr. Stephen Henson1999-11-042-9/+3
* Improve support for running everything as a monolithic application.Bodo Möller1999-10-253-15/+53
* Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1999-10-2017-96/+77
* Initial support for certificate purpose checking: this willDr. Stephen Henson1999-10-133-2/+425
* Add EX_DATA support to X509.Dr. Stephen Henson1999-10-111-1/+1
* New functions to parse and get extensions.Dr. Stephen Henson1999-10-092-0/+75
* Allow extensions to be added to certificate requests, update the sampleDr. Stephen Henson1999-08-252-1/+26
* A few more ``#ifndef NO_FP_API / #endif'' pairs for consistency.Ralf S. Engelschall1999-08-081-0/+2
* avoid some NO_<cipher> problemsBodo Möller1999-08-021-1/+1
* SXnet code was freeing up the extension data rather than the temporaryDr. Stephen Henson1999-07-101-2/+2
* Implement STACK_OF(ANS1_OBJECT) for extended key usage extension, change theDr. Stephen Henson1999-06-2113-74/+82
* "make update"Bodo Möller1999-06-211-25/+30
* Convert the CONF library to use a typesafe stack: a STACK_OF(CONF_VALUE). ItDr. Stephen Henson1999-06-2011-113/+136
* Document the X509V3 code and change some of the extension function pointersDr. Stephen Henson1999-06-111-7/+7
* Set ext_list to NULL after use.Dr. Stephen Henson1999-05-231-0/+1
* It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller1999-05-211-194/+201
* Don't install e_os.h in include/openssl, use it only as a localBodo Möller1999-05-201-201/+194
* Various clarifications to extension docs: change the name of literalDr. Stephen Henson1999-05-171-1/+1
* Update dependencies.Bodo Möller1999-05-151-181/+188
* Update dependencies.Ben Laurie1999-05-131-11/+12
* The various character predicates (isspace and the like) may not beBodo Möller1999-05-102-4/+4
* Fix various things to let OpenSSL even pass ``egcc -pipe -O2 -Wall -WshadowRalf S. Engelschall1999-05-103-2/+5
* Kill evil casts, fix PKCS#7 and add new X509V3 Function.Dr. Stephen Henson1999-05-095-13/+46
* Allows PKCS#12 password to be placed on command line and add allow configDr. Stephen Henson1999-05-081-9/+14
* Support INSTALL_PREFIX for packagers.Bodo Möller1999-04-291-2/+4
* Ignore Makefile.saveUlf Möller1999-04-291-0/+1
* Obey $(PERL) when running util/mklink.pl.Bodo Möller1999-04-291-3/+3
* Use util/mklink.pl instead of util/mklink.sh.Bodo Möller1999-04-281-3/+3
* Oops ... fix warning.Dr. Stephen Henson1999-04-271-1/+1
* New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller1999-04-271-1/+1
* Add PKCS#12 documentation and new option in x509 to add certificate extensions.Dr. Stephen Henson1999-04-272-3/+7
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-2614-259/+0
* Various header consistency fixes.Dr. Stephen Henson1999-04-251-0/+16
* Delete the unnecessary ERR and ERRC lines in makefiles, add some functionalityDr. Stephen Henson1999-04-241-2/+0
* Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson1999-04-244-143/+60