summaryrefslogtreecommitdiffstats
path: root/crypto/evp/pmeth_lib.c
AgeCommit message (Expand)Author
2016-08-13Add X25519 methods to internal tablesDr. Stephen Henson
2016-05-17Copyright consolidation 04/10Rich Salz
2016-04-18Make string_to_hex/hex_to_string publicRich Salz
2016-03-20Remove #error from include files.Rich Salz
2016-03-18Fix no-cmacMatt Caswell
2016-03-08Convert CRYPTO_LOCK_EVP_PKEY to new multi-threading APIAlessandro Ghedini
2016-03-03GH355: Implement HKDFAlessandro Ghedini
2016-03-02EVP_PKEY_CTX utility functions.Dr. Stephen Henson
2016-02-25GH715: ENGINE_finish can take NULLRich Salz
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-19Add TLS PRF method.Dr. Stephen Henson
2016-01-07Only declare stacks in headersDr. Stephen Henson
2016-01-07Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson
2016-01-07Fix declarations and constification for inline stack.Dr. Stephen Henson
2015-12-29Fix no-engine.Ben Laurie
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-09-20remove unneeded includesDr. Stephen Henson
2015-09-20make no-dh workDr. Stephen Henson
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie
2015-09-10EVP_PKEY_METHOD accessor functions.Dr. Stephen Henson
2015-09-04More zalloc nitsRich Salz
2015-09-03remove 0 assignments.Rich Salz
2015-09-02Add and use OPENSSL_zallocRich Salz
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-03-28free NULL cleanupRich Salz
2015-03-24Move some EVP internals to evp_int.hDr. Stephen Henson
2015-03-24Move some ASN.1 internals to asn1_int.hDr. Stephen Henson
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2011-12-07Initial experimental support for X9.42 DH parameter format to handleDr. Stephen Henson
2011-10-11update pkey method initialisation and copyDr. Stephen Henson
2010-11-24add "missing" functions to copy EVP_PKEY_METHOD and examine infoDr. Stephen Henson
2010-11-16If EVP_PKEY structure contains an ENGINE the key is ENGINE specific andDr. Stephen Henson
2010-05-03PR: 2244Dr. Stephen Henson
2010-02-08Make CMAC API similar to HMAC API. Add methods for CMAC.Dr. Stephen Henson
2009-04-26Update from 1.0.0-stable.Dr. Stephen Henson
2009-04-23Merge from 1.0.0-stable branch.Dr. Stephen Henson
2009-02-15Make no-engine work again.Dr. Stephen Henson
2009-02-15Use new common flags and fix resulting warnings.Ben Laurie
2008-11-05Update obsolete email address...Dr. Stephen Henson
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-07-04Avoid warnings with -pedantic, specifically:Dr. Stephen Henson
2008-06-04More type-checking.Ben Laurie
2007-10-261. Changes for s_client.c to make it return non-zero exit code in caseDr. Stephen Henson