PR: 2258
[openssl.git] / crypto / evp /
2010-05-27 Dr. Stephen HensonPR: 2258
2010-03-06 Dr. Stephen Hensondon't add digest alias if signature algorithm is undefined
2010-03-05 Dr. Stephen HensonFix memory leak: free up ENGINE functional reference...
2010-02-26 Dr. Stephen HensonRevert CFB block length change. Despite what SP800...
2010-02-15 Dr. Stephen HensonThe "block length" for CFB mode was incorrectly coded...
2010-02-15 Dr. Stephen HensonCorrect ECB mode EVP_CIPHER definition: IV length is 0
2009-12-25 Dr. Stephen HensonTraditional Yuletide commit ;-)
2009-12-09 Dr. Stephen HensonPR: 2124
2009-07-08 Dr. Stephen HensonRemove MD2 from digest algorithm table. This follows...
2009-03-03 Ben LaurieUse the correct length (reported by Quanhong Wang).
2009-02-18 Ben LaurieFix FIPS typo.
2008-12-02 Ben LaurieFix warnings.
2008-11-11 Dr. Stephen HensonDon't attempt to enter FIPS mode in autoconfig module...
2008-11-10 Dr. Stephen HensonMake -DKSSL_DEBUG work again.
2008-11-05 Dr. Stephen HensonChange old obsolete email address...
2008-09-21 Dr. Stephen HensonCamellia low level API algorithm blocking.
2008-09-21 Dr. Stephen HensonMake camellia work with updated EVP macros.
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 HensonOops, restore change that got reverted accidentally.
2008-09-15 Dr. Stephen HensonMerge EVP changes in from FIPS branch.
2008-09-14 Dr. Stephen HensonFix error code discrepancy.
2008-08-14 Bodo MöllerDon't use assertions to check application-provided...
2008-06-16 Dr. Stephen HensonMake ssl code consistent with FIPS branch. The new...
2007-09-19 Ben Lauriemake depend
2007-07-08 Andy PolyakovEVP_*_cfb1 was broken [from HEAD].
2007-07-04 Dr. Stephen HensonFix warnings: C++ comments and computed value not used.
2007-04-23 Bodo MöllerAdd SEED encryption algorithm.
2007-02-27 Dr. Stephen HensonEVP_CIPHER_CTX_key_length() should return the set key...
2007-02-08 Dr. Stephen HensonAdd hmac option to dgst from 0.9.7-stable.
2007-01-21 Dr. Stephen HensonUpdate from HEAD.
2006-12-19 Nils Larschremove trailing '\'
2006-11-29 Nils Larschreplace macros with functions
2006-11-21 Dr. Stephen HensonRebuild error file C source files.
2006-08-31 Dr. Stephen HensonFix from HEAD.
2006-06-14 Bodo Möller"make depend" for the default configuration, i.e. no...
2006-06-11 Bodo MöllerCamellia cipher, contributed by NTT
2006-06-09 Bodo MöllerCamellia cipher, contributed by NTT
2006-04-15 Dr. Stephen HensonFix from 0.9.7-stable.
2006-03-01 Dr. Stephen HensonUpdate from HEAD.
2006-02-04 Dr. Stephen HensonUpdate filenames in makefiles
2005-12-02 Dr. Stephen HensonUpdate from HEAD.
2005-08-28 Nils Larschfix warnings when building openssl with (gcc 3.3.1):
2005-07-26 Nils Larschimproved error checking and some fixes
2005-07-20 Nils Larschthe final byte of pkcs7 padded plaintext can never...
2005-07-16 Nils Larschmake
2005-06-20 Richard LevitteDo no try to pretend we're at the end of anything unles...
2005-05-31 Nils Larschlet "make all test" work with "no-aes"
2005-05-17 cvs2svnThis commit was manufactured by cvs2svn to create branch
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-15 Dr. Stephen HensonMake -CSP option work again in pkcs12 utility by checki...
2005-05-11 Bodo MöllerFix more error codes.
2005-05-10 Nils Larschgive EC_GROUP_new_by_nid a more meanigful name:
2005-05-08 Nils Larschgive EC_GROUP_*_nid functions a more meaningful name
2005-04-30 Andy PolyakovAllow for ./config no-sha0 [from stable].
2005-04-28 Dr. Stephen HensonIncrease offset for BIO_f_enc() to avoid problems with...
2005-04-25 Bodo MöllerUse OPENSSL_NO_CAST, not OPENSSL_NO_CAST5 in e_old.c
2005-04-22 Ben LaurieAdd prototypes.
2005-04-20 Richard LevitteAvoid compiler complaint about mismatched function...
2005-04-12 Dr. Stephen HensonRebuild error codes.
2005-04-11 Richard LevitteAdd emacs cache files to .cvsignore.
2005-04-05 Nils Larschsome const fixes and cleanup
2005-04-03 Ben LaurieIf input is bad, we still need to clear the buffer.
2005-03-31 Ben LaurieGive everything prototypes (well, everything that's...
2005-03-30 Ben LaurieBlow away Makefile.ssl.
2005-03-22 Nils Larschtest, remove unnecessary const cast
2005-03-13 Bodo Möller"make depend". This takes into account the algorithms...
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-08-29 Andy PolyakovOPENSSL_ia32cap final touches. Note that OPENSSL_ia32ca...
2004-08-29 Andy PolyakovFix compiler warnings in crypto/evp/bio_ok.c as pointed...
2004-08-05 Dr. Stephen HensonDon't ignore return value of EVP_DigestInit_ex() in...
2004-07-26 Andy PolyakovAdd framework for yet another assembler module dubbed...
2004-07-25 Andy PolyakovMake bio_ok.c Microsoft compiler savvy.
2004-07-25 Andy PolyakovMake bio_ok.c 64-bit savvy.
2004-07-12 Richard LevitteI think it could be a good thing to know what went...
2004-07-04 Dr. Stephen HensonPKCS#8 fixes from stable branch.
2004-05-31 Andy PolyakovEVP bindings to new SHA algorithms.
2004-05-17 Geoff ThorpeAfter the latest round of header-hacking, regenerate...
2004-05-17 Geoff ThorpeDeprecate the recursive includes of bn.h from various...
2004-05-15 Geoff ThorpeThis file implements various functions that have since...
2004-05-15 Andy Polyakovsize_t-fication of message digest APIs. We should size_...
2004-05-14 Richard LevitteReimplement old functions, so older software that link...
2004-04-19 Geoff Thorpemake update
2004-04-19 Geoff Thorpe(oops) Apologies all, that last header-cleanup commit...
2004-04-19 Geoff ThorpeReduce header interdependencies, initially in engine...
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-01-28 Richard LevitteAdd the missing parts for DES CFB1 and CFB8.
2004-01-27 Andy PolyakovCFB DES sync-up with FIPS branch.
2003-12-27 Richard LevitteCorrect documentation typos.
2003-12-27 Richard LevitteUse sh explicitely to run point.sh
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 LevitteCheck that OPENSSL_malloc() really returned some memory.
2003-10-29 Geoff ThorpeA general spring-cleaning (in autumn) to fix up signed...
next