PR: 959
[oweals/openssl.git] / crypto / pem /
2004-11-02 Richard LevitteDon't use $(EXHEADER) directly in for loops, as most...
2004-08-10 Richard Levittemake update
2004-07-30 Richard LevitteTo protect FIPS-related global variables, add locking...
2004-07-21 Dr. Stephen HensonWhen in FIPS mode write private keys in PKCS#8 and...
2004-05-11 Ben LauriePull FIPS back into stable.
2004-04-22 Dr. Stephen HensonFix memory leak.
2004-04-13 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-03-15 Richard LevitteConstify d2i, s2i, c2i and r2i functions and other...
2004-03-05 Dr. Stephen HensonMemory leak fix.
2004-03-05 Dr. Stephen HensonMemory leak fix.
2004-02-26 Richard LevitteMake sure the given EVP_PKEY is updated in the PEM_STRI...
2004-02-26 Richard LevitteMake sure the given EVP_PKEY is updated in the PEM_STRI...
2004-01-04 cvs2svnThis commit was manufactured by cvs2svn to create branch
2003-12-27 Richard LevitteUse sh explicitely to run point.sh
2003-12-27 Richard LevitteUse sh explicitely to run point.sh
2003-12-27 Richard LevitteUse BUF_strlcpy() instead of strcpy().
2003-12-27 Richard LevitteUse BUF_strlcpy() instead of strcpy().
2003-10-29 Geoff ThorpeA general spring-cleaning (in autumn) to fix up signed...
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_BIO.
2003-01-14 cvs2svnThis commit was manufactured by cvs2svn to create branch
2003-01-10 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-12-29 Richard Levittemake update
2002-12-14 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-11-29 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-11-29 Richard LevitteA few more memset()s converted to OPENSSL_cleanse().
2002-11-29 Richard LevitteA few more memset()s converted to OPENSSL_cleanse().
2002-11-28 Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-11-28 Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-11-27 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-11-18 Richard LevitteAdd the ASN.1 structures and functions for CertificateP...
2002-11-15 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-11-13 Richard LevitteMerge from 0.9.7-stable.
2002-11-13 Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-11-13 Richard LevitteC++ comments in C code, 'nuff said...
2002-11-12 Ben LaurieMany security improvements (CHATS) and a warning fix.
2002-10-30 Richard LevittePlug potential memory leak.
2002-10-30 Richard LevittePlug potential memory leak.
2002-10-20 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-10-09 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-10-09 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-10-09 Richard LevitteUse double dashes so makedepend doesn't misunderstand...
2002-10-09 Richard LevitteUse double dashes so makedepend doesn't misunderstand...
2002-09-22 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-08-29 Bodo Möllerdon't memset(data,0,...) if data is NULL
2002-08-29 Bodo Möllerdon't memset(data,0,...) if data is NULL
2002-08-13 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-08-12 Bodo Möllerget rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC...
2002-08-09 Bodo Möllermake update
2002-08-07 Bodo Mölleruse a generic EC_KEY structure (EC keys are not ECDSA...
2002-08-04 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-07-30 Lutz Jänicke"make update"
2002-07-30 Lutz Jänicke"make update"
2002-07-26 Bodo MöllerUse SEC1 format for EC private keys.
2002-07-23 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-07-19 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-07-16 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-07-14 Bodo MöllerReplace 'ecdsaparam' commandline utility by 'ecparam'
2002-06-27 Richard LevitteTry to avoid double declaration of ERR_load_PEM_strings().
2002-06-27 Richard LevitteTry to avoid double declaration of ERR_load_PEM_strings().
2002-06-27 Richard LevittePass CFLAG to dependency makers, so non-standard system...
2002-06-27 Richard LevittePass CFLAG to dependency makers, so non-standard system...
2002-06-05 Richard LevitteCheck errors when parsing a PKCS8INF PEM FILE, or there...
2002-06-05 Richard LevitteCheck errors when parsing a PKCS8INF PEM FILE, or there...
2002-04-23 Richard LevitteUhmmm, if we use && after having tested for the presenc...
2002-04-23 Richard LevitteUhmmm, if we use && after having tested for the presenc...
2002-04-21 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-02-28 Bodo Mölleruse ERR_peek_last_error() instead of ERR_peek_error...
2002-02-28 Bodo Mölleruse ERR_peek_last_error() instead of ERR_peek_error...
2002-02-23 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-02-20 Richard LevitteStop assuming the IV is 8 bytes long, use the real...
2002-02-20 Richard LevitteStop assuming the IV is 8 bytes long, use the real...
2002-02-16 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-02-15 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-02-13 Bodo MöllerECDSA support
2002-02-13 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-02-05 Richard Levitte'make update'
2002-01-24 Richard Levittemake update
2001-12-17 Bodo Möllerremove redundant ERR_load_... declarations
2001-11-15 Richard Levittemake update
2001-10-20 Dr. Stephen HensonAdd missing EVP_CIPHER_CTX_{init,cleanup}
2001-10-17 Dr. Stephen HensonModify EVP cipher behaviour in a similar way
2001-10-16 Dr. Stephen HensonRetain compatibility of EVP_DigestInit() and EVP_Digest...
2001-10-04 Richard Levitte'make update'
2001-08-05 Ben LaurieStart to reduce some of the header bloat.
2001-07-31 Richard Levittemake update
2001-07-30 Ben LaurieReally add the EVP and all of the DES changes.
2001-07-27 Dr. Stephen HensonMore linker bloat reorganisation:
2001-07-26 Dr. Stephen HensonFirst of several reorganisations to
2001-03-09 Bodo MöllerInstead of telling both 'make' and the user that ranlib
2001-02-26 Richard Levittemake update
2001-02-22 Richard Levittee_os.h does not belong with the exported headers. ...
2001-02-19 Richard LevitteMake all configuration macros available for application...
2001-02-09 Lutz JänickeFix "wierd" typo as submitted by Jeroen Ruigrok/Asmodai...
2001-02-04 Ben LaurieMake depend.
2000-12-31 Dr. Stephen HensonRewrite PKCS#12 code and remove some of the old
2000-11-12 Ulf Möllerin some new file names the first 8 characters were...
2000-10-14 Richard LevitteThe experimental Rijndael code moved to the main trunk.
2000-09-25 Richard Levitte'ranlib' doesn't always run on some systems. That...
2000-09-07 Richard Levitte'make update'
2000-09-07 Richard LevitteIt's not just VMS that needs some symbols to be hacked...
next