aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509
Commit message (Expand)AuthorAgeFilesLines
* Changes concering RFC 3820 (proxy certificates) integration:Richard Levitte2005-01-171-0/+1
* Add functionality needed to process proxy certificates.Richard Levitte2004-12-284-14/+32
* Automatically mark the CRL cached encoding as invalid when some operationsDr. Stephen Henson2004-12-092-0/+2
* Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson2004-12-052-3/+6
* In by_file.c check last error for no start line, not first error.Dr. Stephen Henson2004-12-041-2/+2
* Perform partial comparison of different character types in X509_NAME_cmp().Dr. Stephen Henson2004-12-011-12/+28
* Make an explicit check during certificate validation to see that theRichard Levitte2004-11-293-13/+70
* Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte2004-11-021-1/+1
* Fix race condition when CRL checking is enabled.Dr. Stephen Henson2004-10-042-0/+10
* Don't use C++ reserved work "explicit".Dr. Stephen Henson2004-10-012-4/+4
* Make -Werror happy again.Geoff Thorpe2004-09-181-0/+1
* When looking for request extensions in a certificate look firstDr. Stephen Henson2004-09-101-16/+16
* make updateRichard Levitte2004-09-101-0/+14
* New X509_VERIFY_PARAM structure and associated functionality.Dr. Stephen Henson2004-09-066-64/+663
* Delete obsolete and unimplemented function.Dr. Stephen Henson2004-05-191-4/+0
* X509_policy_lib_init is declared but not defined, so it raises havocRichard Levitte2004-05-191-0/+2
* After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe2004-05-171-186/+178
* make updateGeoff Thorpe2004-04-191-152/+114
* (oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe2004-04-192-8/+11
* Don't use C++ reserved word.Dr. Stephen Henson2004-04-011-1/+1
* Allow CRLs to be passed into X509_STORE_CTX. This is useful when theDr. Stephen Henson2004-03-272-84/+174
* Fix loads of warnings in policy code.Dr. Stephen Henson2004-03-251-1/+1
* Initial support for certificate policy checking and evaluation.Dr. Stephen Henson2004-03-232-0/+39
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-153-8/+10
* Various X509 fixes. Disable broken certificate workaroundsDr. Stephen Henson2004-03-053-12/+68
* Typo...Richard Levitte2004-01-221-1/+1
* Adding a slash between the directoryt and the file is a problem withRichard Levitte2004-01-101-3/+32
* Use sh explicitely to run point.shRichard Levitte2003-12-271-1/+1
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-272-3/+4
* 1024 is the export key bits limit according to current regulations, not 512.Richard Levitte2003-11-281-1/+1
* A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe2003-10-291-2/+2
* Remove duplicate prototypes have already been (correctly) added to rsa.h,Geoff Thorpe2003-10-241-4/+0
* ASN1 parse fix and release file changes.Dr. Stephen Henson2003-09-301-1/+1
* Avoid clashes with Win32 names in WinCrypt.hDr. Stephen Henson2003-07-231-1/+2
* We set the export flag for 512 *bit* keys, not 512 *byte* ones.Richard Levitte2003-06-191-1/+2
* Add an entry for X509_TRUST_OBJECT_SIGN in trstandard[].Richard Levitte2003-06-111-0/+1
* Really get X509_CRL_CHECK_ALL right this time...Dr. Stephen Henson2003-06-041-2/+2
* fix typoBodo Möller2003-04-221-2/+2
* Add functionality to help making self-signed certificate.Richard Levitte2003-04-034-45/+63
* Make sure we get the definition of a number of OPENSSL_NO_* macros.Richard Levitte2003-03-202-1/+2
* Fix Certificate and CRL adding in X509_load_cert_crl_file:Dr. Stephen Henson2003-03-191-1/+2
* make updateRichard Levitte2002-12-291-385/+201
* A memset() too many got converted into a OPENSSL_cleanse().Richard Levitte2002-12-101-1/+1
* SSL_CERT_FILE should be used in place of the system default file, not asRichard Levitte2002-12-051-1/+1
* Make sure using SSL_CERT_FILE actually works, and has priority over system de...Richard Levitte2002-12-051-8/+9
* Typo in X509v3_get_ext_by_criticalDr. Stephen Henson2002-12-041-1/+1
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-281-1/+1
* Add the ASN.1 structures and functions for CertificatePair, which isRichard Levitte2002-11-181-0/+7
* A variable of type time_t is supposed to be a time measurement starting atRichard Levitte2002-11-181-1/+1
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-132-4/+7