aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509
Commit message (Expand)AuthorAgeFilesLines
* 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
* Updates from stable branch.Dr. Stephen Henson2002-02-231-13/+23
* ECDSA supportBodo Möller2002-02-135-172/+314
* remove redundant ERR_load_... declarationsBodo Möller2001-12-171-1/+0
* Reject certificates with unhandled critical extensions.Dr. Stephen Henson2001-10-213-2/+14
* Typo.Dr. Stephen Henson2001-10-201-1/+1
* Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson2001-10-162-4/+4
* Small documentation fixes (Howard Lum <howard@pumpkin.canada.sun.com>)Lutz Jänicke2001-10-081-1/+1
* 'make update'Richard Levitte2001-10-041-94/+94
* Because there's chances we clash with the system's types.h, rename ourRichard Levitte2001-10-041-1/+1
* Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe2001-09-015-20/+30
* Add first cut symmetric crypto support.Ben Laurie2001-08-181-0/+14
* Add CRL utility functions to allow CRLs to beDr. Stephen Henson2001-08-173-2/+180
* The indexes returned by ***_get_ex_new_index() functions are used whenGeoff Thorpe2001-08-121-4/+4
* More typedef'd struct names as search targetsBodo Möller2001-08-061-2/+2
* Reinsert typedef'ed names for structs to help those trying to read theBodo Möller2001-08-062-5/+5
* Start to reduce some of the header bloat.Ben Laurie2001-08-053-67/+75