aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509v3
Commit message (Expand)AuthorAgeFilesLines
* Start to reduce some of the header bloat.Ben Laurie2001-08-051-56/+69
* make updateRichard Levitte2001-07-311-26/+26
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-289/+150
* More linker bloat reorganisation:Dr. Stephen Henson2001-07-273-10/+74
* Modify apps to use NCONF code instead of old CONF code.Dr. Stephen Henson2001-06-282-147/+244
* Purpose and trust setting functions for X509_STORE.Dr. Stephen Henson2001-05-103-1/+16
* Make it possible to move the emailAddress object to the subjectAltNameRichard Levitte2001-04-111-3/+11
* Overhaul the display of certificate details inDr. Stephen Henson2001-03-152-2/+2
* Instead of telling both 'make' and the user that ranlibBodo Möller2001-03-091-2/+1
* Fix bug in copy_email() which would notDr. Stephen Henson2001-03-011-1/+1
* make updateRichard Levitte2001-02-261-1/+1
* Get rid of ASN1_ITEM_FUNCTIONS dummy functionDr. Stephen Henson2001-02-239-20/+20
* Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson2001-02-2317-28/+28
* e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte2001-02-221-219/+212
* Make all configuration macros available for application by makingRichard Levitte2001-02-194-291/+286
* New options to 'ca' utility to support CRL entry extensions.Dr. Stephen Henson2001-02-163-4/+33
* Fix potential buffer overrun for EBCDIC.Ulf Möller2001-02-061-6/+20
* Various function for commmon operations.Dr. Stephen Henson2001-02-021-4/+1
* Tolerate some "variations" used in someDr. Stephen Henson2001-02-011-2/+4
* Fixes to various ASN1_INTEGER routines for negative case.Dr. Stephen Henson2001-01-191-4/+23
* Initial OCSP certificate verify. Not complete,Dr. Stephen Henson2001-01-172-3/+37
* Fix typo in OCSP nonce extension.Dr. Stephen Henson2001-01-041-1/+1
* Update OCSP API.Dr. Stephen Henson2001-01-041-1/+1
* "make update" plus a rewrite of both .num files.Richard Levitte2000-12-291-0/+22
* X509V3_add_i2d() needs to be able to allocate aDr. Stephen Henson2000-12-272-7/+8
* New function X509V3_add_i2d() this is used forDr. Stephen Henson2000-12-243-1/+94
* Fixes to OCSP print code.Dr. Stephen Henson2000-12-202-2/+2
* Add OCSP service locator extension.Dr. Stephen Henson2000-12-163-6/+38
* Add support for the noCheck OCSP extension. This isDr. Stephen Henson2000-12-162-1/+24
* Implement some standard OCSP extensions in the v3 code. TheseDr. Stephen Henson2000-12-154-49/+126
* Add OCSP nonce extension to supported extensions.Dr. Stephen Henson2000-12-143-2/+138
* New function X509V3_extensions_print() this removes extension duplicationDr. Stephen Henson2000-12-143-0/+90
* Stop extension creation code core dumping.Dr. Stephen Henson2000-12-131-0/+1
* Rewrite the extension code to use an ASN1_ITEM structureDr. Stephen Henson2000-12-1317-118/+93
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-0816-1150/+281
* in some new file names the first 8 characters were not uniqueUlf Möller2000-11-121-86/+71
* The majority of the OCSP code from CertCo.Richard Levitte2000-10-272-0/+10
* The experimental Rijndael code moved to the main trunk.Richard Levitte2000-10-141-61/+97
* More code for X509_print_ex() support.Dr. Stephen Henson2000-10-062-4/+46
* 'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte2000-09-251-1/+2
* Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte2000-09-177-10/+10
* Marin Kraemer <Martin.Kraemer@MchP.Siemens.De> sent us patches to makeRichard Levitte2000-09-101-0/+11
* 'make update'Richard Levitte2000-09-071-52/+62
* *BIG* verify code reorganisation.Dr. Stephen Henson2000-09-052-2/+64
* MD4 implemented. Assar Westerlund provided the digest code itself and the te...Richard Levitte2000-08-141-174/+187
* I got sick and tired of having to keep track of NIDs when such a thingRichard Levitte2000-07-051-145/+153
* Don't dereference NULL pointers.Bodo Möller2000-07-021-2/+2
* Safe stack reorganisation in terms of function casts.Dr. Stephen Henson2000-06-161-248/+0
* Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe2000-06-131-15/+16
* Document EVP routines. Change EVP_SealInit() and EVP_OpenInit()Dr. Stephen Henson2000-06-113-1/+93