aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509/x509_vfy.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix more error codes.Bodo Möller2005-05-111-1/+1
* 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
* Move allow_proxy_certs declaration to start of function.Dr. Stephen Henson2005-04-101-1/+1
* Added restrictions on the use of proxy certificates, as they may poseRichard Levitte2005-04-091-0/+15
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-311-4/+4
* Changes concering RFC 3820 (proxy certificates) integration:Richard Levitte2005-01-171-0/+1
* Add functionality needed to process proxy certificates.Richard Levitte2004-12-281-3/+22
* Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson2004-12-051-1/+2
* Make an explicit check during certificate validation to see that theRichard Levitte2004-11-291-10/+64
* Fix race condition when CRL checking is enabled.Dr. Stephen Henson2004-10-041-0/+9
* Don't use C++ reserved work "explicit".Dr. Stephen Henson2004-10-011-3/+3
* New X509_VERIFY_PARAM structure and associated functionality.Dr. Stephen Henson2004-09-061-33/+148
* Allow CRLs to be passed into X509_STORE_CTX. This is useful when theDr. Stephen Henson2004-03-271-84/+172
* Various X509 fixes. Disable broken certificate workaroundsDr. Stephen Henson2004-03-051-7/+48
* ASN1 parse fix and release file changes.Dr. Stephen Henson2003-09-301-1/+1
* Really get X509_CRL_CHECK_ALL right this time...Dr. Stephen Henson2003-06-041-2/+2
* A memset() too many got converted into a OPENSSL_cleanse().Richard Levitte2002-12-101-1/+1
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-281-1/+1
* A variable of type time_t is supposed to be a time measurement starting atRichard Levitte2002-11-181-1/+1
* Updates from stable branch.Dr. Stephen Henson2002-02-231-13/+23
* Reject certificates with unhandled critical extensions.Dr. Stephen Henson2001-10-211-2/+9
* Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe2001-09-011-15/+23
* The indexes returned by ***_get_ex_new_index() functions are used whenGeoff Thorpe2001-08-121-4/+4
* Don't miss files...Lutz Jänicke2001-07-301-0/+6
* Allow various X509_STORE_CTX properties to beDr. Stephen Henson2001-05-091-41/+63
* Initial CRL based revocation checking.Dr. Stephen Henson2001-05-071-1/+204
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-2/+2
* Comment and indentationBodo Möller2001-01-281-0/+7
* Fix to stop X509_time_adj() using GeneralizedTime.Dr. Stephen Henson2001-01-201-3/+5
* Locking issues.Bodo Möller2000-12-151-9/+11
* Only use the new informational verify codes if weDr. Stephen Henson2000-09-221-10/+9
* Another round of indentation changes: Position braces consistently,Bodo Möller2000-09-061-31/+31
* More indentation consistency: for (), while (), if (), return ()Bodo Möller2000-09-061-50/+50
* Fix X509_STORE_CTX_init. Make indentation more consistent. Dump core less o...Bodo Möller2000-09-061-52/+84
* Fix typo in rsautl.Dr. Stephen Henson2000-09-051-6/+31
* *BIG* verify code reorganisation.Dr. Stephen Henson2000-09-051-111/+137
* Various fixes...Dr. Stephen Henson2000-08-211-0/+1
* Make NEG_PUBKEY_BUG on by default.Dr. Stephen Henson2000-07-261-16/+38
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-4/+4
* New compatability trust and purpose settings.Dr. Stephen Henson2000-03-071-4/+11
* Fix bug which would free up a public keyDr. Stephen Henson2000-03-021-2/+5
* More get0 et al. changes. Also provide fgrep targets in CHANGESBodo Möller2000-02-261-1/+1
* Rename functions for new convention.Dr. Stephen Henson2000-02-261-1/+1
* Correct time in seconds instead of minutes.Ben Laurie2000-02-111-1/+1
* Source code cleanups: Use void * rather than char * in lhash,Ulf Möller2000-01-301-6/+6
* Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson2000-01-231-3/+3
* New function X509_CTX_rget_chain(), make SSL_SESSION_print() display return c...Dr. Stephen Henson2000-01-091-0/+13