ECC library bugfixes.
[openssl.git] / crypto / x509 /
2010-06-12 Ben LaurieFix gcc 4.6 warnings. Check TLS server hello extension...
2010-02-19 Bodo MöllerFix X509_STORE locking
2009-12-09 Dr. Stephen HensonPR: 2124
2009-06-30 Dr. Stephen HensonUpdate from 1.0.0-stable.
2009-06-26 Dr. Stephen HensonUpdate from 1.0.0-stable.
2009-06-15 Dr. Stephen HensonDon't check self-signed signature in X509_verify_cert...
2009-04-03 Dr. Stephen HensonPR: 1700
2009-03-15 Dr. Stephen HensonDon't force S/MIME signing purpose: allow it to be...
2009-02-16 Dr. Stephen HensonUpdate from HEAD.
2009-02-15 Dr. Stephen HensonPR: 1422
2008-12-30 Andy PolyakovBackport cvs.openssl.org/chngview?cn=17710 from HEAD.
2008-11-05 Dr. Stephen HensonChange old obsolete email address...
2008-09-17 Dr. Stephen HensonMake update: delete duplicate error code.
2008-09-16 Dr. Stephen HensonMerge changes to build system from fips branch.
2008-09-15 Dr. Stephen HensonMerge minor FIPS branch changes: buffer, objects, pem...
2008-07-13 Dr. Stephen HensonUpdate from HEAD.
2008-06-26 Dr. Stephen HensonAdd support for Local Machine Keyset attribute in PKCS...
2008-05-30 Dr. Stephen HensonDon't set extended type is mbstring flag set.
2008-04-02 Dr. Stephen HensonBackport some useful ASN1 utility functions from HEAD.
2007-10-12 Dr. Stephen HensonBackport certificate status request TLS extension suppo...
2007-09-06 Dr. Stephen Hensongcc 4.2 fixes to avoid use or function pointer casts...
2007-05-19 Andy PolyakovTypo in x509_txt.c [from HEAD].
2007-02-18 Dr. Stephen HensonFix Win32 warnings.
2007-02-07 Richard LevitteAfter objects have been freed, NULLify the pointers...
2007-01-21 Dr. Stephen HensonUpdate from HEAD.
2006-12-06 Dr. Stephen HensonUpdate from HEAD.
2006-12-05 Nils Larschavoid duplicate entries in add_cert_dir()
2006-12-04 Nils Larschallocate a new attributes entry in X509_REQ_add_extensi...
2006-11-27 Ben LaurieAdd RFC 3779 support, contributed by ARIN.
2006-11-21 Dr. Stephen HensonRebuild error file C source files.
2006-05-03 Dr. Stephen HensonInherit check time if appropriate.
2006-02-08 Nils Larschbackport recent changes from the cvs head
2006-02-04 Dr. Stephen HensonUpdate filenames in makefiles
2005-09-02 Dr. Stephen HensonAdd two extra verify flags functions.
2005-07-26 Nils Larschimproved error checking and some fixes
2005-07-16 Nils Larschmake
2005-07-03 Andy PolyakovFix bugs in bug-fix to x509/by_dir.c [from HEAD].
2005-06-23 Richard LevitteInitialise dir to avoid a compiler warning.
2005-06-23 Richard LevitteChange dir_ctrl to check for the environment variable...
2005-06-16 Dr. Stephen HensonUpdate from head.
2005-06-05 Richard LevitteOld typo...
2005-05-29 cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-05-28 cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-05-27 Dr. Stephen HensonAssing check_{cert,crl}_time to 'ok' variable so it...
2005-05-17 cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-05-16 Andy PolyakovFurther BUILDENV refinement, further fool-proofing...
2005-05-15 Andy PolyakovFool-proofing Makefiles
2005-05-15 Dr. Stephen HensonMake -CSP option work again in pkcs12 utility by checki...
2005-05-11 Bodo MöllerFix more error codes.
2005-04-20 Dr. Stephen HensonRename typed version of M_ASN1_get M_ASN1_get_x to...
2005-04-19 Dr. Stephen HensonVarious Win32 and other fixes for warnings and compilat...
2005-04-12 Dr. Stephen HensonRebuild error codes.
2005-04-11 Richard LevitteAdd emacs cache files to .cvsignore.
2005-04-10 Dr. Stephen HensonMove allow_proxy_certs declaration to start of function.
2005-04-09 Richard LevitteAdded restrictions on the use of proxy certificates...
2005-03-31 Ben LaurieConsistency.
2005-03-31 Ben LaurieGive everything prototypes (well, everything that's...
2005-03-30 Ben LaurieBlow away Makefile.ssl.
2005-03-30 Ben LaurieConstification.
2005-01-17 Richard LevitteChanges concering RFC 3820 (proxy certificates) integra...
2004-12-28 Richard LevitteAdd functionality needed to process proxy certificates.
2004-12-09 Dr. Stephen HensonAutomatically mark the CRL cached encoding as invalid...
2004-12-05 Dr. Stephen HensonAdd lots of checks for memory allocation failure, error...
2004-12-04 Dr. Stephen HensonIn by_file.c check last error for no start line, not...
2004-12-01 Dr. Stephen HensonPerform partial comparison of different character types...
2004-11-29 Richard LevitteMake an explicit check during certificate validation...
2004-11-02 Richard LevitteDon't use $(EXHEADER) directly in for loops, as most...
2004-10-04 Dr. Stephen HensonFix race condition when CRL checking is enabled.
2004-10-01 Dr. Stephen HensonDon't use C++ reserved work "explicit".
2004-09-18 Geoff ThorpeMake -Werror happy again.
2004-09-10 Dr. Stephen HensonWhen looking for request extensions in a certificate...
2004-09-10 Richard Levittemake update
2004-09-06 Dr. Stephen HensonNew X509_VERIFY_PARAM structure and associated function...
2004-05-19 Dr. Stephen HensonDelete obsolete and unimplemented function.
2004-05-19 Richard LevitteX509_policy_lib_init is declared but not defined, so...
2004-05-17 Geoff ThorpeAfter the latest round of header-hacking, regenerate...
2004-04-19 Geoff Thorpemake update
2004-04-19 Geoff Thorpe(oops) Apologies all, that last header-cleanup commit...
2004-04-01 Dr. Stephen HensonDon't use C++ reserved word.
2004-03-27 Dr. Stephen HensonAllow CRLs to be passed into X509_STORE_CTX. This is...
2004-03-25 Dr. Stephen HensonFix loads of warnings in policy code.
2004-03-23 Dr. Stephen HensonInitial support for certificate policy checking and...
2004-03-15 Richard LevitteConstify d2i, s2i, c2i and r2i functions and other...
2004-03-05 Dr. Stephen HensonVarious X509 fixes. Disable broken certificate workarounds
2004-01-22 Richard LevitteTypo...
2004-01-10 Richard LevitteAdding a slash between the directoryt and the file...
2003-12-27 Richard LevitteUse sh explicitely to run point.sh
2003-12-27 Richard LevitteUse BUF_strlcpy() instead of strcpy().
2003-11-28 Richard Levitte1024 is the export key bits limit according to current...
2003-10-29 Geoff ThorpeA general spring-cleaning (in autumn) to fix up signed...
2003-10-24 Geoff ThorpeRemove duplicate prototypes have already been (correctl...
2003-09-30 Dr. Stephen HensonASN1 parse fix and release file changes.
2003-07-23 Dr. Stephen HensonAvoid clashes with Win32 names in WinCrypt.h
2003-06-19 Richard LevitteWe set the export flag for 512 *bit* keys, not 512...
2003-06-11 Richard LevitteAdd an entry for X509_TRUST_OBJECT_SIGN in trstandard[].
2003-06-04 Dr. Stephen HensonReally get X509_CRL_CHECK_ALL right this time...
2003-04-22 Bodo Möllerfix typo
2003-04-03 Richard LevitteAdd functionality to help making self-signed certificate.
2003-03-20 Richard LevitteMake sure we get the definition of a number of OPENSSL_...
2003-03-19 Dr. Stephen HensonFix Certificate and CRL adding in X509_load_cert_crl_file:
next