PR: 959
[oweals/openssl.git] / crypto / evp /
2004-11-13 Dr. Stephen HensonPR: 959
2004-11-02 Richard LevitteDon't use $(EXHEADER) directly in for loops, as most...
2004-08-10 Richard Levittemake update
2004-08-05 Dr. Stephen HensonDon't ignore return values of EVP_DigestInit_ex() in...
2004-07-12 Richard LevitteI think it could be a good thing to know what went...
2004-06-24 Dr. Stephen HensonReturn an error if an attempt is made to encode or...
2004-05-14 Richard LevitteReimplement old functions, so older software that link...
2004-05-11 Ben LauriePull FIPS back into stable.
2004-04-13 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-03-29 Richard LevitteAdd symbol hacks for some long names.
2004-03-28 Dr. Stephen HensonEnhance EVP code to generate random symmetric keys...
2004-03-15 Richard LevitteConstify d2i, s2i, c2i and r2i functions and other...
2004-02-01 Dr. Stephen HensonAdd flag to avoid continuous
2004-02-01 Dr. Stephen HensonAdd flag to avoid continuous
2004-01-28 Richard Levitte0.9.7-stable is in freeze. That means we do bug fixes...
2004-01-28 Richard LevitteAdd the missing parts for DES CFB1 and CFB8.
2004-01-27 Andy PolyakovCFB DES sync-up with FIPS branch.
2004-01-27 Andy PolyakovCFB DES sync-up with FIPS branch.
2004-01-04 cvs2svnThis commit was manufactured by cvs2svn to create branch
2003-12-27 Richard LevitteCorrect documentation typos.
2003-12-27 Richard LevitteCorrect documentation typos.
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-12-01 Richard LevitteIt was pointed out to me that if the requested size...
2003-12-01 Richard LevitteIt was pointed out to me that if the requested size...
2003-12-01 Richard LevitteCheck that OPENSSL_malloc() really returned some memory.
2003-12-01 Richard LevitteCheck that OPENSSL_malloc() really returned some memory.
2003-10-29 Geoff ThorpeA general spring-cleaning (in autumn) to fix up signed...
2003-08-11 Richard Levittemake update
2003-08-11 Richard LevitteA new branch for FIPS-related changes has been created...
2003-08-04 Richard LevitteInclusion of openssl/engine.h should always be wrapped...
2003-08-04 Richard LevitteInclusion of openssl/engine.h should always be wrapped...
2003-08-01 Dr. Stephen HensonMake the EFB NIDs have empty OIDs aliased to the real...
2003-08-01 Ben LaurieDES CFB8 test.
2003-08-01 Ben LaurieFix DES CFB-r.
2003-07-30 Ben LaurieWhoops, forgot FIPS DES, also add EVPs for DES CFB1...
2003-07-29 Ben LaurieAES CFB8.
2003-07-29 Ben LaurieThe rest of the keysizes for CFB1, working AES AVS...
2003-07-29 Ben LaurieWorking CFB1 and test vectors.
2003-07-28 Ben LaurieAdd support for partial CFB modes, make tests work...
2003-07-27 Ben LaurieUnfinished FIPS stuff for review/improvement.
2003-07-21 Bodo Möllernew function EC_GROUP_cmp() (used by EVP_PKEY_cmp())
2003-06-26 Richard LevitteNils Larsch told me I could remove that variable entirely.
2003-06-26 Richard Levitte"Remove" unused variable
2003-06-25 Bodo Möllerimplement PKCS #8 / SEC1 private key format for ECC
2003-06-03 Dr. Stephen HensonMove the base64 BIO fixes to 0.9.7-stable
2003-05-01 Richard Levittemake update
2003-04-10 Richard Levittemake update
2003-04-10 Richard Levittemake update.
2003-04-08 Richard LevitteWe seem to carry some rests of the 0.9.6 [engine] ENGIN...
2003-04-08 Richard LevitteWe seem to carry some rests of the 0.9.6 [engine] ENGIN...
2003-04-07 Richard LevitteWhat was I smoking? EVP_PKEY_cmp() should return with...
2003-04-07 Richard LevitteCorrect a typo.
2003-04-06 Richard LevitteConstify
2003-04-05 Richard LevitteDo not call ENGINE_setup_bsd_cryptodev() when OPENSSL_N...
2003-04-05 Richard LevitteDo not call ENGINE_setup_bsd_cryptodev() when OPENSSL_N...
2003-04-03 Richard LevitteAdd functionality to help making self-signed certificate.
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_RSA.
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_HMAC...
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_SHA.
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_RIPEMD.
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_MDC2.
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_MD5.
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_MD4.
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_MD2.
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_DES.
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_RC5.
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_RC4.
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_RC2.
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_IDEA.
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_CAST.
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_BF.
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_AES.
2003-03-12 Dr. Stephen HensonFixes for EVP_DigestInit_ex() and OPENSSL_NO_ENGINE.
2003-03-12 Dr. Stephen HensonFixes for EVP_DigestInit_ex() and OPENSSL_NO_ENGINE.
2003-02-27 Dr. Stephen HensonEncryption BIOs misbehave when used with non blocking...
2003-02-27 Dr. Stephen HensonEncryption BIOs misbehave when used with non blocking...
2003-02-24 Bodo Möllerinclude OpenSSL license (in addition to EAY license)
2003-02-22 Ulf Möllerreplace symlink with copy, as in head
2003-02-22 Ulf MöllerCopy rather than symlink the test data.
2003-02-22 Dr. Stephen HensonBase64 bio fixes. The base64 bio was seriously broken
2003-02-20 Dr. Stephen HensonFix bug in base64 bios during write an non blocking...
2003-02-06 Bodo Möllerimplement fast point multiplication with precomputation
2003-02-01 Ben LaurieFix warning.
2003-01-30 Richard LevitteThe OPENSSL_NO_ENGINE has small problem: it changes...
2003-01-30 Richard LevitteThe OPENSSL_NO_ENGINE has small problem: it changes...
2003-01-30 Richard LevitteAdd the possibility to build without the ENGINE framework.
2003-01-30 Richard LevitteAdd the possibility to build without the ENGINE framework.
2003-01-17 Dr. Stephen HensonEVP_DecryptInit() should call EVP_CipherInit() not...
2003-01-17 Dr. Stephen HensonEVP_DecryptInit() should call EVP_CipherInit() not...
2003-01-16 Richard LevitteFreeBSD has /dev/crypto as well.
2003-01-16 Richard LevitteFreeBSD has /dev/crypto as well.
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-29 Richard LevitteFinally get rid of all the algorithm inclusions that...
2002-12-14 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-12-06 Richard LevitteSome compilers are quite picky about non-void functions...
next