summaryrefslogtreecommitdiffstats
path: root/crypto/x509
AgeCommit message (Expand)Author
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte
2004-03-05Various X509 fixes. Disable broken certificate workaroundsDr. Stephen Henson
2004-01-22Typo...Richard Levitte
2004-01-10Adding a slash between the directoryt and the file is a problem withRichard Levitte
2003-12-27Use sh explicitely to run point.shRichard Levitte
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte
2003-11-281024 is the export key bits limit according to current regulations, not 512.Richard Levitte
2003-10-29A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe
2003-10-24Remove duplicate prototypes have already been (correctly) added to rsa.h,Geoff Thorpe
2003-09-30ASN1 parse fix and release file changes.Dr. Stephen Henson
2003-07-23Avoid clashes with Win32 names in WinCrypt.hDr. Stephen Henson
2003-06-19We set the export flag for 512 *bit* keys, not 512 *byte* ones.Richard Levitte
2003-06-11Add an entry for X509_TRUST_OBJECT_SIGN in trstandard[].Richard Levitte
2003-06-04Really get X509_CRL_CHECK_ALL right this time...Dr. Stephen Henson
2003-04-22fix typoBodo Möller
2003-04-03Add functionality to help making self-signed certificate.Richard Levitte
2003-03-20Make sure we get the definition of a number of OPENSSL_NO_* macros.Richard Levitte
2003-03-19Fix Certificate and CRL adding in X509_load_cert_crl_file:Dr. Stephen Henson
2002-12-29make updateRichard Levitte
2002-12-10A memset() too many got converted into a OPENSSL_cleanse().Richard Levitte
2002-12-05SSL_CERT_FILE should be used in place of the system default file, not asRichard Levitte
2002-12-05Make sure using SSL_CERT_FILE actually works, and has priority over system de...Richard Levitte
2002-12-04Typo in X509v3_get_ext_by_criticalDr. Stephen Henson
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2002-11-18Add the ASN.1 structures and functions for CertificatePair, which isRichard Levitte
2002-11-18A variable of type time_t is supposed to be a time measurement starting atRichard Levitte
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-11-13Add header ctype.hDr. Stephen Henson
2002-11-09X509_NAME_cmp() now compares PrintableString and emailAddress with a value of...Richard Levitte
2002-10-14makedepend complains when a header file is included more than once inRichard Levitte
2002-10-09Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte
2002-10-03Various enhancements to PKCS#12 code, newDr. Stephen Henson
2002-08-22Make -nameopt work in req and add support for -reqoptDr. Stephen Henson
2002-08-12get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead)Bodo Möller
2002-08-09make updateBodo Möller
2002-08-09Add ECDH support.Bodo Möller
2002-08-07use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller
2002-07-30"make update"Lutz Jänicke
2002-07-14Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte
2002-02-28Increase internal security when using strncpy, by making sure the resulting s...Richard Levitte
2002-02-23Updates from stable branch.Dr. Stephen Henson
2002-02-13ECDSA supportBodo Möller
2001-12-17remove redundant ERR_load_... declarationsBodo Möller
2001-10-21Reject certificates with unhandled critical extensions.Dr. Stephen Henson
2001-10-20Typo.Dr. Stephen Henson
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson
2001-10-08Small documentation fixes (Howard Lum <howard@pumpkin.canada.sun.com>)Lutz Jänicke
2001-10-04'make update'Richard Levitte
2001-10-04Because there's chances we clash with the system's types.h, rename ourRichard Levitte