summaryrefslogtreecommitdiffstats
path: root/crypto/evp
AgeCommit message (Expand)Author
2009-12-25Traditional Yuletide commit ;-)Dr. Stephen Henson
2009-12-17PR: 2127Dr. Stephen Henson
2009-12-16Ooops revert stuff which shouldn't have been part of previous commit.Dr. Stephen Henson
2009-12-16New option to enable/disable connection to unpatched serversDr. Stephen Henson
2009-12-09Add patch to crypto/evp which didn't apply from PR#2124Dr. Stephen Henson
2009-12-09PR: 2124Dr. Stephen Henson
2009-11-12set engine to NULL after releasing itDr. Stephen Henson
2009-10-01Yes it is a typo ;-)Dr. Stephen Henson
2009-08-12Update default dependency flags.Dr. Stephen Henson
2009-07-08Make update.Dr. Stephen Henson
2009-07-08Delete MD2 from algorithm tables and default compilation.Dr. Stephen Henson
2009-07-01PR: 1974 (partial)Dr. Stephen Henson
2009-07-01PR: 1965Dr. Stephen Henson
2009-06-16Updates from HEAD.Dr. Stephen Henson
2009-05-29Update from HEAD.Dr. Stephen Henson
2009-04-23Make no-rsa, no-dsa and no-dh compile again.Dr. Stephen Henson
2009-04-23Make no-ec workDr. Stephen Henson
2009-04-10Print out registered digest names in dgst utility instead of hardDr. Stephen Henson
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