aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp
Commit message (Expand)AuthorAgeFilesLines
* Create function of the form OBJ_bsearch_xxx() in bsearch typesafe macrosDr. Stephen Henson2008-10-222-13/+9
* Fix a shed load or warnings:Dr. Stephen Henson2008-10-201-5/+5
* Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie2008-10-122-15/+22
* Don't use assertions to check application-provided arguments;Bodo Möller2008-08-141-4/+9
* Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe2008-08-061-1/+1
* Avoid warnings with -pedantic, specifically:Dr. Stephen Henson2008-07-042-2/+2
* Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe2008-07-031-1/+1
* More type-checking.Ben Laurie2008-06-043-49/+68
* There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe2008-03-281-1/+1
* Update dependencies.Dr. Stephen Henson2008-03-221-5/+6
* Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe2008-03-162-1/+2
* And so it begins...Dr. Stephen Henson2008-03-122-5/+11
* 1. Changes for s_client.c to make it return non-zero exit code in caseDr. Stephen Henson2007-10-263-2/+13
* Bunch of constifications.Andy Polyakov2007-10-131-2/+2
* EVP_*_cfb1 was broken.Andy Polyakov2007-07-081-1/+1
* Handle NULL parameter in some EVP utility functions.Dr. Stephen Henson2007-05-311-0/+4
* Prepend signature name in dgst output.Dr. Stephen Henson2007-05-171-0/+1
* New function EVP_PKEY_asn1_copy(). Use default MD if type param is NULL.Dr. Stephen Henson2007-05-153-2/+21
* Add SEED encryption algorithm.Bodo Möller2007-04-236-3/+130
* Copy update callback across when copying EVP_MD_CTX.Dr. Stephen Henson2007-04-121-0/+2
* New -mac and -macopt options to dgst utility. Reimplement -hmac option inDr. Stephen Henson2007-04-112-0/+24
* Experimental HMAC support via EVP_PKEY_METHOD.Dr. Stephen Henson2007-04-114-20/+57
* Fix digest signing so digest type is set after init.Dr. Stephen Henson2007-04-081-11/+6
* Preliminary support for signctx/verifyctx callbacks.Dr. Stephen Henson2007-04-081-13/+45
* Don't copy from a nonexistent next. Coverity ID 47.Ben Laurie2007-04-051-2/+5
* Update from stable branch.Dr. Stephen Henson2007-02-271-1/+1
* allow EVP_PKEY_CTX_free(NULL)Nils Larsch2007-02-261-0/+2
* Add -hmac option to dgst from 0.9.7 stable branch.Dr. Stephen Henson2007-02-082-0/+7
* Constify version strings and some structures.Dr. Stephen Henson2007-01-212-2/+2
* fix orderNils Larsch2006-12-211-1/+1
* add support for ecdsa-with-sha256 etc.Nils Larsch2006-12-201-4/+4
* remove trailing '\'Nils Larsch2006-12-191-1/+1
* replace macros with functionsNils Larsch2006-11-292-28/+140
* Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson2006-11-211-7/+4
* Fix various warnings.Ben Laurie2006-11-081-3/+0
* Fix C++ style comments, change assert to OPENSSL_assert, stop warning withDr. Stephen Henson2006-08-311-0/+6
* Make things static that should be. Declare stuff in headers that should be.Ben Laurie2006-08-282-2/+7
* Fix various error codes to match functions.Dr. Stephen Henson2006-07-174-2/+4
* New docs for EVP_Digest{Sign,Verify}*() function. Update existing docs.Dr. Stephen Henson2006-07-122-12/+5
* Allow digests to supply S/MIME micalg values from a ctrl.Dr. Stephen Henson2006-07-102-3/+11
* New functions to add and free up application defined signature OIDs.Dr. Stephen Henson2006-07-091-0/+1
* New functions to enumerate digests and ciphers.Dr. Stephen Henson2006-07-092-0/+79
* Typos(?) in HEAD/crypto/evp/p_lib.c.Andy Polyakov2006-07-041-3/+3
* Make return value from EVP_PKEY_cmp() and EVP_PKEY_cmp_parameters() consistent.Dr. Stephen Henson2006-07-021-5/+14
* Fix EVP_PKEY_CTX_dup() to return correct value and handle NULL keys inDr. Stephen Henson2006-06-271-7/+5
* Camellia cipher, contributed by NTTBodo Möller2006-06-111-0/+125
* Camellia cipher, contributed by NTTBodo Möller2006-06-096-12/+211
* Complete EVP_PKEY_ASN1_METHOD ENGINE support.Dr. Stephen Henson2006-06-055-40/+114
* Make update.Dr. Stephen Henson2006-06-021-3/+3
* Extend default method string to include public key methods.Dr. Stephen Henson2006-06-021-2/+9