bn/bn_recp.c: make it indent-friendly.
[openssl.git] / crypto / evp /
2015-01-22 Tim Hudsonmark all block comments that need format preserving...
2014-12-17 Emilia KasperRevert "RT3425: constant-time evp_enc"
2014-10-15 Richard LevitteInclude "constant_time_locl.h" rather than "../constant...
2014-09-24 Emilia KasperRT3425: constant-time evp_enc
2014-06-27 Dr. Stephen HensonFix for EVP_PBE_alg_add().
2014-05-06 Geoff Thorpeevp: prevent underflow in base64 decoding
2014-05-06 Dr. Stephen HensonInitialize num properly.
2014-04-02 Eric YoungFix base64 decoding bug.
2013-12-20 Dr. Stephen HensonIgnore NULL parameter in EVP_MD_CTX_destroy.
2013-11-11 Dr. Stephen HensonFix memory leak.
2013-11-06 Dr. Stephen HensonInitialise context before using it.
2013-11-05 Ben LauriePBKDF2 should be efficient. Contributed by Christian...
2013-10-04 Ben LaurieMerge branch 'rob-100' into OpenSSL_1_0_0-stable
2013-10-03 Andy Polyakovevp/e_des3.c: fix typo with potential integer overflow...
2013-02-05 Ben LaurieFixups from previous commit.
2013-02-05 Ben LaurieMake CBC decoding constant time.
2011-09-01 Dr. Stephen HensonPR: 2588
2010-12-02 Dr. Stephen Hensonmake update
2010-11-30 Dr. Stephen HensonPR: 2385
2010-11-27 Dr. Stephen HensonSome of the MS_STATIC use in crypto/evp is a legacy...
2010-11-24 Ben LaurieJ-PAKE was not correctly checking values, which could...
2010-11-16 Dr. Stephen HensonIf EVP_PKEY structure contains an ENGINE the key is...
2010-10-11 Dr. Stephen HensonPR: 2295
2010-09-05 Ben LaurieOops. Make depend on a standard configuration.
2010-09-05 Ben LaurieMake depend.
2010-06-15 Dr. Stephen HensonFix warnings (From HEAD, original patch by Ben).
2010-05-27 Dr. Stephen HensonPR: 2258
2010-05-03 Dr. Stephen HensonPR: 2244
2010-03-27 Dr. Stephen HensonPR: 1904
2010-03-08 Dr. Stephen Hensonreserve a few more bits for future cipher modes
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-03-01 Dr. Stephen Henson'typo'
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
2010-02-15 Dr. Stephen Hensonadd EVP_CIPH_FLAG_LENGTH_BITS from 0.9.8-stable
2010-02-07 Dr. Stephen Hensonoops, use new value for new flag
2010-02-07 Dr. Stephen HensonAdd missing function EVP_CIPHER_CTX_copy(). Current...
2010-02-02 Dr. Stephen HensonPR: 2161
2010-01-26 Dr. Stephen HensonAdd flags functions which were added to 0.9.8 for fips...
2009-12-25 Dr. Stephen HensonTraditional Yuletide commit ;-)
2009-12-17 Dr. Stephen HensonPR: 2127
2009-12-16 Dr. Stephen HensonOoops revert stuff which shouldn't have been part of...
2009-12-16 Dr. Stephen HensonNew option to enable/disable connection to unpatched...
2009-12-09 Dr. Stephen HensonAdd patch to crypto/evp which didn't apply from PR...
2009-12-09 Dr. Stephen HensonPR: 2124
2009-11-12 Dr. Stephen Hensonset engine to NULL after releasing it
2009-10-01 Dr. Stephen HensonYes it is a typo ;-)
2009-08-12 Dr. Stephen HensonUpdate default dependency flags.
2009-07-08 Dr. Stephen HensonMake update.
2009-07-08 Dr. Stephen HensonDelete MD2 from algorithm tables and default compilation.
2009-07-01 Dr. Stephen HensonPR: 1974 (partial)
2009-07-01 Dr. Stephen HensonPR: 1965
2009-06-16 Dr. Stephen HensonUpdates from HEAD.
2009-05-29 Dr. Stephen HensonUpdate from HEAD.
2009-04-23 Dr. Stephen HensonMake no-rsa, no-dsa and no-dh compile again.
2009-04-23 Dr. Stephen HensonMake no-ec work
2009-04-10 Dr. Stephen HensonPrint out registered digest names in dgst utility inste...
2009-03-31 cvs2svnThis commit was manufactured by cvs2svn to create branch
2009-03-18 Dr. Stephen HensonSubmitted by: Victor B. Wagner <vitus@cryptocom.ru>
2009-03-03 Ben LaurieUse the right length (reported by Quanhong Wang).
2009-02-15 Dr. Stephen HensonMake no-engine work again.
2009-02-15 Ben LaurieUse new common flags and fix resulting warnings.
2008-12-29 Ben LaurieIf we're going to return errors (no matter how stupid...
2008-12-29 Andy PolyakovFix "possible loss of data" Win64 compiler warnings.
2008-12-02 Bodo MöllerImplement Configure option pattern "experimental-foo"
2008-11-12 Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-10 Dr. Stephen HensonMake -DKSSL_DEBUG work again.
2008-11-05 Dr. Stephen HensonUpdate obsolete email address...
2008-11-04 Ben LaurieFormatting.
2008-11-02 Dr. Stephen HensonFix warnings: printf format mismatches on 64 bit platforms.
2008-11-02 Dr. Stephen HensonFix warnings about mismatched prototypes, undefined...
2008-11-01 Ben LaurieMore size_tification.
2008-10-31 Andy Polyakovsize_t-fy EVP_CIPHER. Note that being size_t-fied it...
2008-10-22 Dr. Stephen HensonCreate function of the form OBJ_bsearch_xxx() in bsearc...
2008-10-20 Dr. Stephen HensonFix a shed load or warnings:
2008-10-12 Ben LaurieType-checked (and modern C compliant) OBJ_bsearch.
2008-08-14 Bodo MöllerDon't use assertions to check application-provided...
2008-08-06 Geoff ThorpeRemove the dual-callback scheme for numeric and pointer...
2008-07-04 Dr. Stephen HensonAvoid warnings with -pedantic, specifically:
2008-07-03 Geoff ThorpeRevert my earlier CRYPTO_THREADID commit, I will commit...
2008-06-04 Ben LaurieMore type-checking.
2008-03-28 Geoff ThorpeThere was a need to support thread ID types that couldn...
2008-03-22 Dr. Stephen HensonUpdate dependencies.
2008-03-16 Geoff ThorpeFix a variety of warnings generated by some elevated...
2008-03-12 Dr. Stephen HensonAnd so it begins...
2007-10-26 Dr. Stephen Henson1. Changes for s_client.c to make it return non-zero...
2007-10-13 Andy PolyakovBunch of constifications.
2007-07-08 Andy PolyakovEVP_*_cfb1 was broken.
2007-05-31 Dr. Stephen HensonHandle NULL parameter in some EVP utility functions.
2007-05-17 Dr. Stephen HensonPrepend signature name in dgst output.
2007-05-15 Dr. Stephen HensonNew function EVP_PKEY_asn1_copy(). Use default MD if...
2007-04-23 Bodo MöllerAdd SEED encryption algorithm.
2007-04-12 Dr. Stephen HensonCopy update callback across when copying EVP_MD_CTX.
2007-04-11 Dr. Stephen HensonNew -mac and -macopt options to dgst utility. Reimpleme...
2007-04-11 Dr. Stephen HensonExperimental HMAC support via EVP_PKEY_METHOD.
2007-04-08 Dr. Stephen HensonFix digest signing so digest type is set after init.
2007-04-08 Dr. Stephen HensonPreliminary support for signctx/verifyctx callbacks.
2007-04-05 Ben LaurieDon't copy from a nonexistent next. Coverity ID 47.
next