Fix bug in DSA, EC methods.
[openssl.git] / crypto / pem /
2006-03-23 Dr. Stephen HensonAdd information and pem strings. Update dependencies.
2006-02-12 Ulf Möllermake update
2006-02-04 Dr. Stephen HensonUpdate filenames in makefiles.
2005-12-18 Andy PolyakovKeep disclaiming 16-bit platform support. For now remov...
2005-09-05 Richard LevitteRemove warnings about signed vs. unsigned...
2005-08-31 Dr. Stephen HensonIntegrated support for PVK files.
2005-07-29 Nils Larschadd comment
2005-07-16 Nils Larschmake
2005-05-18 Nils Larschmake the type parameter const when ID2_OF_const() is...
2005-05-16 Andy PolyakovFurther BUILDENV refinement, further fool-proofing...
2005-05-16 Nils Larschecc api cleanup; summary:
2005-05-15 Andy PolyakovFool-proofing Makefiles
2005-05-12 Dr. Stephen HensonSome C compilers produce warnings or compilation errors...
2005-05-11 Bodo MöllerFix more error codes.
2005-04-20 Dr. Stephen HensonStop compiler warnings about deprecated lvalue casts.
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-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-11 Bodo Möllerfix potential memory leak when allocation fails
2005-01-27 Richard LevitteThe first argument to load_iv should really be a char...
2005-01-27 Richard LevitteGet rid if the annoying warning
2004-12-05 Dr. Stephen HensonAdd lots of checks for memory allocation failure, error...
2004-11-02 Richard LevitteDon't use $(EXHEADER) directly in for loops, as most...
2004-07-10 Richard LevitteCopy a few files from LPlib (a new project of mine...
2004-05-17 Geoff ThorpeAfter the latest round of header-hacking, regenerate...
2004-04-22 Dr. Stephen HensonFix leak.
2004-04-19 Geoff Thorpemake update
2004-04-19 Geoff Thorpe(oops) Apologies all, that last header-cleanup commit...
2004-03-15 Richard LevitteConstify d2i, s2i, c2i and r2i functions and other...
2004-03-05 Dr. Stephen HensonMemory leak fix.
2004-02-26 Richard LevitteMake sure the given EVP_PKEY is updated in the PEM_STRI...
2003-12-27 Richard LevitteUse sh explicitely to run point.sh
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.
2002-12-29 Richard Levittemake update
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-18 Richard LevitteAdd the ASN.1 structures and functions for CertificateP...
2002-11-13 Richard LevitteMerge from 0.9.7-stable.
2002-11-13 Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-10-30 Richard LevittePlug potential memory leak.
2002-10-09 Richard LevitteUse double dashes so makedepend doesn't misunderstand...
2002-08-29 Bodo Möllerdon't memset(data,0,...) if data is NULL
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-07-30 Lutz Jänicke"make update"
2002-07-26 Bodo MöllerUse SEC1 format for EC private keys.
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 LevittePass CFLAG to dependency makers, so non-standard system...
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-02-28 Bodo Mölleruse ERR_peek_last_error() instead of ERR_peek_error...
2002-02-20 Richard LevitteStop assuming the IV is 8 bytes long, use the real...
2002-02-13 Bodo MöllerECDSA support
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...
2000-08-14 Richard LevitteMD4 implemented. Assar Westerlund provided the digest...
2000-07-05 Richard LevitteI got sick and tired of having to keep track of NIDs...
2000-06-13 Geoff ThorpeEnable DSO support on alpha (OSF1), cc and gcc.
2000-06-09 Richard LevitteUsing checks of the existence of HEADER_{foo}_H in...
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-05-02 Richard LevitteIn Message-ID: <003201bfb332$14a07520$0801a8c0@janm...
2000-03-05 Bodo MöllerPreserve reason strings in automatically build tables.
2000-03-03 Bodo MöllerFix for previous patch: If RAND_pseudo_bytes returns...
2000-03-02 Bodo MöllerUse RAND_pseudo_bytes, not RAND_bytes, for IVs/salts.
2000-02-26 Dr. Stephen HensonRename functions for new convention.
2000-02-23 Dr. Stephen HensonAllow ADH to be used but not present in the default...
2000-02-18 Dr. Stephen HensonNew functions and option to use NEW in certificate...
2000-02-16 Dr. Stephen HensonPass phrase reorganisation.
2000-01-21 Ulf MöllerCheck RAND_bytes() return value or use RAND_pseudo_bytes().
2000-01-13 Ulf MöllerPrecautions against using the PRNG uninitialized: RAND_...
next