aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509
Commit message (Expand)AuthorAgeFilesLines
* Change safestack reimplementation to match 0.9.8.Dr. Stephen Henson2007-09-072-2/+2
* Finish gcc 4.2 changes.Dr. Stephen Henson2007-06-072-18/+14
* Typo in x509_txt.c.Andy Polyakov2007-05-191-1/+1
* Updates from 0.9.8-stable branch.Dr. Stephen Henson2007-02-181-1/+1
* After objects have been freed, NULLify the pointers so there will be no doubleRichard Levitte2007-02-071-2/+9
* Constify version strings and some structures.Dr. Stephen Henson2007-01-211-1/+1
* use const ASN1_TIME *Nils Larsch2006-12-114-12/+12
* Fix change to OPENSSL_NO_RFC3779Dr. Stephen Henson2006-12-062-2/+2
* avoid duplicate entries in add_cert_dir()Nils Larsch2006-12-051-5/+6
* allocate a new attributes entry in X509_REQ_add_extensions()Nils Larsch2006-12-041-0/+5
* Add RFC 3779 support.Ben Laurie2006-11-274-0/+15
* Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson2006-11-211-7/+4
* Remove illegal IMPLEMENT macros from header file.Dr. Stephen Henson2006-11-161-5/+0
* remove SSLEAY_MACROS codeNils Larsch2006-11-062-149/+0
* Place standard CRL behaviour in default X509_CRL_METHOD new functions toDr. Stephen Henson2006-10-031-1/+18
* Initialize new callbacks and make sure hent is always initialized.Dr. Stephen Henson2006-09-262-0/+5
* Complete the change for VMS.Richard Levitte2006-09-251-1/+1
* Tidy up CRL handling by checking for critical extensions when it isDr. Stephen Henson2006-09-213-53/+19
* Overhaul of by_dir code to handle dynamic loading of CRLs.Dr. Stephen Henson2006-09-174-74/+167
* Support for AKID in CRLs and partial support for IDP. Overhaul of CRLDr. Stephen Henson2006-09-143-9/+156
* Fixes for new CRL/cert callbacks. Update CRL processing code to use newDr. Stephen Henson2006-09-113-66/+66
* Add verify callback functions to lookup a STACK of matching certs or CRLsDr. Stephen Henson2006-09-104-4/+124
* Support for multiple CRLs with same issuer name in X509_STORE. ModifyDr. Stephen Henson2006-07-253-3/+46
* Cache some CRL related extensions.Dr. Stephen Henson2006-07-242-1/+16
* Use correct pointer types for various functions.Dr. Stephen Henson2006-07-201-1/+1
* Store canonical encodings of Name structures. Update X509_NAME_cmp() to useDr. Stephen Henson2006-07-182-141/+20
* Extended PBES2 function supporting application supplied IV and PRF NID.Dr. Stephen Henson2006-05-171-0/+3
* Update from stable branch.Dr. Stephen Henson2006-05-031-0/+9
* Update EVP_PKEY_cmp() and X509_check_private() to return sensible values andDr. Stephen Henson2006-04-281-22/+14
* Initial support for pluggable public key ASN1 support. Process most publicDr. Stephen Henson2006-03-202-4/+30
* no need to cast away the constNils Larsch2006-03-041-1/+1
* RFC 3161 compliant time stamp request creation, response generationUlf Möller2006-02-122-2/+4
* Update filenames in makefiles.Dr. Stephen Henson2006-02-041-1/+1
* add additional checks + cleanupNils Larsch2006-01-291-2/+4
* Keep disclaiming 16-bit platform support. For now remove WIN16 referencesAndy Polyakov2005-12-182-2/+2
* Mask libcrypto references to stat with OPENSSL_NO_POSIX_IO.Andy Polyakov2005-11-031-4/+6
* Two new verify flags functions.Dr. Stephen Henson2005-09-022-0/+14
* improved error checking and some fixesNils Larsch2005-07-262-4/+16
* makeNils Larsch2005-07-161-0/+4
* Fix bugs in bug-fix to x509/by_dir.c.Andy Polyakov2005-07-031-6/+5
* Initialise dir to avoid a compiler warning.Richard Levitte2005-06-231-1/+1
* Change dir_ctrl to check for the environment variable before using the defaultRichard Levitte2005-06-231-6/+6
* Old typo...Richard Levitte2005-06-051-1/+1
* Assing check_{cert,crl}_time to 'ok' variable so it returns errors onDr. Stephen Henson2005-05-271-2/+4
* Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov2005-05-161-2/+1
* Fool-proofing MakefilesAndy Polyakov2005-05-151-4/+1
* Make -CSP option work again in pkcs12 utility by checking forDr. Stephen Henson2005-05-151-0/+18
* Fix more error codes.Bodo Möller2005-05-115-9/+15
* Rename typed version of M_ASN1_get M_ASN1_get_x to avoid conflicts.Dr. Stephen Henson2005-04-201-4/+4
* Various Win32 and other fixes for warnings and compilation errors.Dr. Stephen Henson2005-04-191-1/+2