aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add header ctype.hDr. Stephen Henson2002-11-131-0/+1
* X509_NAME_cmp() now compares PrintableString and emailAddress with a value of...Richard Levitte2002-11-091-3/+106
* makedepend complains when a header file is included more than once inRichard Levitte2002-10-141-1/+0
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
* Various enhancements to PKCS#12 code, newDr. Stephen Henson2002-10-031-0/+1
* Make -nameopt work in req and add support for -reqoptDr. Stephen Henson2002-08-221-0/+2
* get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead)Bodo Möller2002-08-121-4/+4
* make updateBodo Möller2002-08-091-204/+214
* Add ECDH support.Bodo Möller2002-08-091-0/+9
* use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller2002-08-073-51/+55
* "make update"Lutz Jänicke2002-07-301-359/+349
* Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller2002-07-141-190/+372
* Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte2002-06-271-1/+1
* Increase internal security when using strncpy, by making sure the resulting s...Richard Levitte2002-02-281-0/+1