aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509
AgeCommit message (Expand)AuthorFilesLines
2003-04-03Add functionality to help making self-signed certificate.Richard Levitte4-45/+63
2003-03-20Make sure we get the definition of a number of OPENSSL_NO_* macros.Richard Levitte2-1/+2
2003-03-19Fix Certificate and CRL adding in X509_load_cert_crl_file:Dr. Stephen Henson1-1/+2
2002-12-29make updateRichard Levitte1-385/+201
2002-12-10A memset() too many got converted into a OPENSSL_cleanse().Richard Levitte1-1/+1
2002-12-05SSL_CERT_FILE should be used in place of the system default file, not asRichard Levitte1-1/+1
2002-12-05Make sure using SSL_CERT_FILE actually works, and has priority over system de...Richard Levitte1-8/+9
2002-12-04Typo in X509v3_get_ext_by_criticalDr. Stephen Henson1-1/+1
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte1-1/+1
2002-11-18Add the ASN.1 structures and functions for CertificatePair, which isRichard Levitte1-0/+7
2002-11-18A variable of type time_t is supposed to be a time measurement starting atRichard Levitte1-1/+1
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie2-4/+7
2002-11-13Add header ctype.hDr. Stephen Henson1-0/+1
2002-11-09X509_NAME_cmp() now compares PrintableString and emailAddress with a value of...Richard Levitte1-3/+106
2002-10-14makedepend complains when a header file is included more than once inRichard Levitte1-1/+0
2002-10-09Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte1-1/+1
2002-10-03Various enhancements to PKCS#12 code, newDr. Stephen Henson1-0/+1
2002-08-22Make -nameopt work in req and add support for -reqoptDr. Stephen Henson1-0/+2
2002-08-12get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead)Bodo Möller1-4/+4
2002-08-09make updateBodo Möller1-204/+214
2002-08-09Add ECDH support.Bodo Möller1-0/+9
2002-08-07use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller3-51/+55
2002-07-30"make update"Lutz Jänicke1-359/+349
2002-07-14Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller1-190/+372
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte1-1/+1
2002-02-28Increase internal security when using strncpy, by making sure the resulting s...Richard Levitte1-0/+1
2002-02-23Updates from stable branch.Dr. Stephen Henson1-13/+23
2002-02-13ECDSA supportBodo Möller5-172/+314
2001-12-17remove redundant ERR_load_... declarationsBodo Möller1-1/+0
2001-10-21Reject certificates with unhandled critical extensions.Dr. Stephen Henson3-2/+14
2001-10-20Typo.Dr. Stephen Henson1-1/+1
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson2-4/+4
2001-10-08Small documentation fixes (Howard Lum <howard@pumpkin.canada.sun.com>)Lutz Jänicke1-1/+1
2001-10-04'make update'Richard Levitte1-94/+94
2001-10-04Because there's chances we clash with the system's types.h, rename ourRichard Levitte1-1/+1
2001-09-01Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe5-20/+30
2001-08-18Add first cut symmetric crypto support.Ben Laurie1-0/+14
2001-08-17Add CRL utility functions to allow CRLs to beDr. Stephen Henson3-2/+180
2001-08-12The indexes returned by ***_get_ex_new_index() functions are used whenGeoff Thorpe1-4/+4
2001-08-06More typedef'd struct names as search targetsBodo Möller1-2/+2
2001-08-06Reinsert typedef'ed names for structs to help those trying to read theBodo Möller2-5/+5
2001-08-05Start to reduce some of the header bloat.Ben Laurie3-67/+75
2001-07-31make updateRichard Levitte1-22/+22
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie3-296/+146
2001-07-30Don't miss files...Lutz Jänicke1-0/+6
2001-07-30Fix inconsistent behaviour with respect to verify_callback handling.Lutz Jänicke1-0/+2
2001-07-27More linker bloat reorganisation:Dr. Stephen Henson1-54/+0
2001-06-26Handle empty X509_NAME in printing routines.Dr. Stephen Henson1-0/+2
2001-06-19Change all calls to low level digest routines in the library andDr. Stephen Henson1-5/+5
2001-06-11Add support for MS CSP Name PKCS#12 attribute.Dr. Stephen Henson3-30/+30