aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/pmeth_lib.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* allow EVP_PKEY_CTX_free(NULL)Nils Larsch2007-02-261-0/+2
* Fix EVP_PKEY_CTX_dup() to return correct value and handle NULL keys inDr. Stephen Henson2006-06-271-7/+5
* Complete EVP_PKEY_ASN1_METHOD ENGINE support.Dr. Stephen Henson2006-06-051-0/+3
* Extend default method string to include public key methods.Dr. Stephen Henson2006-06-021-2/+9
* Typo.Dr. Stephen Henson2006-06-021-1/+1
* Add ENGINE support for EVP_PKEY_METHOD including lookups of ENGINEDr. Stephen Henson2006-06-021-2/+44
* New pkey functions for keygen callbacks and retrieving operation type.Dr. Stephen Henson2006-05-311-0/+11
* New function to dup EVP_PKEY_CTX. This will be needed to make new signingDr. Stephen Henson2006-05-241-0/+42
* Use size_t for new crypto size parameters.Dr. Stephen Henson2006-05-241-12/+12
* Add prototypes and pkey accessor function for EVP_PKEY_CTX.Dr. Stephen Henson2006-04-261-0/+5
* Fix (most) WIN32 warnings and errors.Dr. Stephen Henson2006-04-171-1/+1