aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/pmeth_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright consolidation 04/10Rich Salz2016-05-171-54/+5
* Make string_to_hex/hex_to_string publicRich Salz2016-04-181-1/+1
* Remove #error from include files.Rich Salz2016-03-201-3/+1
* Fix no-cmacMatt Caswell2016-03-181-0/+2
* Convert CRYPTO_LOCK_EVP_PKEY to new multi-threading APIAlessandro Ghedini2016-03-081-3/+3
* GH355: Implement HKDFAlessandro Ghedini2016-03-031-1/+2
* EVP_PKEY_CTX utility functions.Dr. Stephen Henson2016-03-021-0/+29
* GH715: ENGINE_finish can take NULLRich Salz2016-02-251-8/+2
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Add TLS PRF method.Dr. Stephen Henson2016-01-191-1/+2
* Only declare stacks in headersDr. Stephen Henson2016-01-071-1/+0
* Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson2016-01-071-1/+1
* Fix declarations and constification for inline stack.Dr. Stephen Henson2016-01-071-1/+1
* Fix no-engine.Ben Laurie2015-12-291-0/+1
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-4/+4
* remove unneeded includesDr. Stephen Henson2015-09-201-6/+0
* make no-dh workDr. Stephen Henson2015-09-201-1/+0
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-111-6/+7
* EVP_PKEY_METHOD accessor functions.Dr. Stephen Henson2015-09-101-0/+167
* More zalloc nitsRich Salz2015-09-041-1/+0
* remove 0 assignments.Rich Salz2015-09-031-29/+1
* Add and use OPENSSL_zallocRich Salz2015-09-021-4/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-1/+1
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-061-1/+1
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-051-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-3/+4
* free NULL cleanupRich Salz2015-03-281-4/+2
* Move some EVP internals to evp_int.hDr. Stephen Henson2015-03-241-1/+1
* Move some ASN.1 internals to asn1_int.hDr. Stephen Henson2015-03-241-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-409/+425
* Initial experimental support for X9.42 DH parameter format to handleDr. Stephen Henson2011-12-071-1/+5
* update pkey method initialisation and copyDr. Stephen Henson2011-10-111-0/+2
* add "missing" functions to copy EVP_PKEY_METHOD and examine infoDr. Stephen Henson2010-11-241-0/+50
* If EVP_PKEY structure contains an ENGINE the key is ENGINE specific andDr. Stephen Henson2010-11-161-0/+2
* PR: 2244Dr. Stephen Henson2010-05-031-0/+1
* Make CMAC API similar to HMAC API. Add methods for CMAC.Dr. Stephen Henson2010-02-081-1/+2
* Update from 1.0.0-stable.Dr. Stephen Henson2009-04-261-0/+6
* Merge from 1.0.0-stable branch.Dr. Stephen Henson2009-04-231-0/+2
* Make no-engine work again.Dr. Stephen Henson2009-02-151-0/+4
* Use new common flags and fix resulting warnings.Ben Laurie2009-02-151-2/+2
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Create function of the form OBJ_bsearch_xxx() in bsearch typesafe macrosDr. Stephen Henson2008-10-221-6/+4
* Fix a shed load or warnings:Dr. Stephen Henson2008-10-201-5/+5
* Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie2008-10-121-7/+13
* Avoid warnings with -pedantic, specifically:Dr. Stephen Henson2008-07-041-1/+1
* More type-checking.Ben Laurie2008-06-041-7/+8
* 1. Changes for s_client.c to make it return non-zero exit code in caseDr. Stephen Henson2007-10-261-0/+5
* Experimental HMAC support via EVP_PKEY_METHOD.Dr. Stephen Henson2007-04-111-2/+4