summaryrefslogtreecommitdiffstats
path: root/crypto/evp
AgeCommit message (Expand)Author
2009-03-18Submitted by: Victor B. Wagner <vitus@cryptocom.ru>Dr. Stephen Henson
2009-03-03Use the right length (reported by Quanhong Wang).Ben Laurie
2009-02-15Make no-engine work again.Dr. Stephen Henson
2009-02-15Use new common flags and fix resulting warnings.Ben Laurie
2008-12-29If we're going to return errors (no matter how stupid), then we shouldBen Laurie
2008-12-29Fix "possible loss of data" Win64 compiler warnings.Andy Polyakov
2008-12-02Implement Configure option pattern "experimental-foo"Bodo Möller
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-10Make -DKSSL_DEBUG work again.Dr. Stephen Henson
2008-11-05Update obsolete email address...Dr. Stephen Henson
2008-11-04Formatting.Ben Laurie
2008-11-02Fix warnings: printf format mismatches on 64 bit platforms.Dr. Stephen Henson
2008-11-02Fix warnings about mismatched prototypes, undefined size_t and value computedDr. Stephen Henson
2008-11-01More size_tification.Ben Laurie
2008-10-31size_t-fy EVP_CIPHER. Note that being size_t-fied it doesn't requireAndy Polyakov
2008-10-22Create function of the form OBJ_bsearch_xxx() in bsearch typesafe macrosDr. Stephen Henson
2008-10-20Fix a shed load or warnings:Dr. Stephen Henson
2008-10-12Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie
2008-08-14Don't use assertions to check application-provided arguments;Bodo Möller
2008-08-06Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe
2008-07-04Avoid warnings with -pedantic, specifically:Dr. Stephen Henson
2008-07-03Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe
2008-06-04More type-checking.Ben Laurie
2008-03-28There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe
2008-03-22Update dependencies.Dr. Stephen Henson
2008-03-16Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe
2008-03-12And so it begins...Dr. Stephen Henson
2007-10-261. Changes for s_client.c to make it return non-zero exit code in caseDr. Stephen Henson
2007-10-13Bunch of constifications.Andy Polyakov
2007-07-08EVP_*_cfb1 was broken.Andy Polyakov
2007-05-31Handle NULL parameter in some EVP utility functions.Dr. Stephen Henson
2007-05-17Prepend signature name in dgst output.Dr. Stephen Henson
2007-05-15New function EVP_PKEY_asn1_copy(). Use default MD if type param is NULL.Dr. Stephen Henson
2007-04-23Add SEED encryption algorithm.Bodo Möller
2007-04-12Copy update callback across when copying EVP_MD_CTX.Dr. Stephen Henson
2007-04-11New -mac and -macopt options to dgst utility. Reimplement -hmac option inDr. Stephen Henson
2007-04-11Experimental HMAC support via EVP_PKEY_METHOD.Dr. Stephen Henson
2007-04-08Fix digest signing so digest type is set after init.Dr. Stephen Henson
2007-04-08Preliminary support for signctx/verifyctx callbacks.Dr. Stephen Henson
2007-04-05Don't copy from a nonexistent next. Coverity ID 47.Ben Laurie
2007-02-27Update from stable branch.Dr. Stephen Henson
2007-02-26allow EVP_PKEY_CTX_free(NULL)Nils Larsch
2007-02-08Add -hmac option to dgst from 0.9.7 stable branch.Dr. Stephen Henson
2007-01-21Constify version strings and some structures.Dr. Stephen Henson
2006-12-21fix orderNils Larsch
2006-12-20add support for ecdsa-with-sha256 etc.Nils Larsch
2006-12-19remove trailing '\'Nils Larsch
2006-11-29replace macros with functionsNils Larsch
2006-11-21Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson
2006-11-08Fix various warnings.Ben Laurie