aboutsummaryrefslogtreecommitdiff
path: root/crypto/evp
AgeCommit message (Expand)AuthorFilesLines
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe8-90/+86
2008-11-10Make -DKSSL_DEBUG work again.Dr. Stephen Henson1-3/+3
2008-11-05Update obsolete email address...Dr. Stephen Henson10-10/+10
2008-11-04Formatting.Ben Laurie1-2/+1
2008-11-02Fix warnings: printf format mismatches on 64 bit platforms.Dr. Stephen Henson1-2/+2
2008-11-02Fix warnings about mismatched prototypes, undefined size_t and value computedDr. Stephen Henson1-2/+2
2008-11-01More size_tification.Ben Laurie6-81/+85
2008-10-31size_t-fy EVP_CIPHER. Note that being size_t-fied it doesn't requireAndy Polyakov8-46/+175
2008-10-22Create function of the form OBJ_bsearch_xxx() in bsearch typesafe macrosDr. Stephen Henson2-13/+9
2008-10-20Fix a shed load or warnings:Dr. Stephen Henson1-5/+5
2008-10-12Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie2-15/+22
2008-08-14Don't use assertions to check application-provided arguments;Bodo Möller1-4/+9
2008-08-06Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe1-1/+1
2008-07-04Avoid warnings with -pedantic, specifically:Dr. Stephen Henson2-2/+2
2008-07-03Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe1-1/+1
2008-06-04More type-checking.Ben Laurie3-49/+68
2008-03-28There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe1-1/+1
2008-03-22Update dependencies.Dr. Stephen Henson1-5/+6
2008-03-16Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe2-1/+2
2008-03-12And so it begins...Dr. Stephen Henson2-5/+11
2007-10-261. Changes for s_client.c to make it return non-zero exit code in caseDr. Stephen Henson3-2/+13
2007-10-13Bunch of constifications.Andy Polyakov1-2/+2
2007-07-08EVP_*_cfb1 was broken.Andy Polyakov1-1/+1
2007-05-31Handle NULL parameter in some EVP utility functions.Dr. Stephen Henson1-0/+4
2007-05-17Prepend signature name in dgst output.Dr. Stephen Henson1-0/+1
2007-05-15New function EVP_PKEY_asn1_copy(). Use default MD if type param is NULL.Dr. Stephen Henson3-2/+21
2007-04-23Add SEED encryption algorithm.Bodo Möller6-3/+130
2007-04-12Copy update callback across when copying EVP_MD_CTX.Dr. Stephen Henson1-0/+2
2007-04-11New -mac and -macopt options to dgst utility. Reimplement -hmac option inDr. Stephen Henson2-0/+24
2007-04-11Experimental HMAC support via EVP_PKEY_METHOD.Dr. Stephen Henson4-20/+57
2007-04-08Fix digest signing so digest type is set after init.Dr. Stephen Henson1-11/+6
2007-04-08Preliminary support for signctx/verifyctx callbacks.Dr. Stephen Henson1-13/+45
2007-04-05Don't copy from a nonexistent next. Coverity ID 47.Ben Laurie1-2/+5
2007-02-27Update from stable branch.Dr. Stephen Henson1-1/+1
2007-02-26allow EVP_PKEY_CTX_free(NULL)Nils Larsch1-0/+2
2007-02-08Add -hmac option to dgst from 0.9.7 stable branch.Dr. Stephen Henson2-0/+7
2007-01-21Constify version strings and some structures.Dr. Stephen Henson2-2/+2
2006-12-21fix orderNils Larsch1-1/+1
2006-12-20add support for ecdsa-with-sha256 etc.Nils Larsch1-4/+4
2006-12-19remove trailing '\'Nils Larsch1-1/+1
2006-11-29replace macros with functionsNils Larsch2-28/+140
2006-11-21Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson1-7/+4
2006-11-08Fix various warnings.Ben Laurie1-3/+0
2006-08-31Fix C++ style comments, change assert to OPENSSL_assert, stop warning withDr. Stephen Henson1-0/+6
2006-08-28Make things static that should be. Declare stuff in headers that should be.Ben Laurie2-2/+7
2006-07-17Fix various error codes to match functions.Dr. Stephen Henson4-2/+4
2006-07-12New docs for EVP_Digest{Sign,Verify}*() function. Update existing docs.Dr. Stephen Henson2-12/+5
2006-07-10Allow digests to supply S/MIME micalg values from a ctrl.Dr. Stephen Henson2-3/+11
2006-07-09New functions to add and free up application defined signature OIDs.Dr. Stephen Henson1-0/+1
2006-07-09New functions to enumerate digests and ciphers.Dr. Stephen Henson2-0/+79