summaryrefslogtreecommitdiffstats
path: root/crypto/x509
AgeCommit message (Expand)Author
2005-03-30Blow away Makefile.ssl.Ben Laurie
2005-03-30Constification.Ben Laurie
2005-01-17Changes concering RFC 3820 (proxy certificates) integration:Richard Levitte
2004-12-28Add functionality needed to process proxy certificates.Richard Levitte
2004-12-09Automatically mark the CRL cached encoding as invalid when some operationsDr. Stephen Henson
2004-12-05Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson
2004-12-04In by_file.c check last error for no start line, not first error.Dr. Stephen Henson
2004-12-01Perform partial comparison of different character types in X509_NAME_cmp().Dr. Stephen Henson
2004-11-29Make an explicit check during certificate validation to see that theRichard Levitte
2004-11-02Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte
2004-10-04Fix race condition when CRL checking is enabled.Dr. Stephen Henson
2004-10-01Don't use C++ reserved work "explicit".Dr. Stephen Henson
2004-09-18Make -Werror happy again.Geoff Thorpe
2004-09-10When looking for request extensions in a certificate look firstDr. Stephen Henson
2004-09-10make updateRichard Levitte
2004-09-06New X509_VERIFY_PARAM structure and associated functionality.Dr. Stephen Henson
2004-05-19Delete obsolete and unimplemented function.Dr. Stephen Henson
2004-05-19X509_policy_lib_init is declared but not defined, so it raises havocRichard Levitte
2004-05-17After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe
2004-04-19make updateGeoff Thorpe
2004-04-19(oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe
2004-04-01Don't use C++ reserved word.Dr. Stephen Henson
2004-03-27Allow CRLs to be passed into X509_STORE_CTX. This is useful when theDr. Stephen Henson
2004-03-25Fix loads of warnings in policy code.Dr. Stephen Henson
2004-03-23Initial support for certificate policy checking and evaluation.Dr. Stephen Henson
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