summaryrefslogtreecommitdiffstats
path: root/crypto/evp/pmeth_lib.c
AgeCommit message (Expand)Author
2017-11-20Support public key and param check in EVP interfacePaul Yang
2017-10-12Add EVP_PKEY_set1_engine() function.Dr. Stephen Henson
2017-10-12Fix memory leak on lookup failureDr. Stephen Henson
2017-10-12Don't ignore passed ENGINE.Dr. Stephen Henson
2017-09-14Support EVP_PKEY_meth_remove and pmeth internal cleanupPaul Yang
2017-09-13Support key check in EVP interfacePaul Yang
2017-08-15Fix coding style of EVP_PKEY_CTX_ctrl_uint64Johannes Bauer
2017-08-08Add interface to the scrypt KDF by means of PKEY_METHODJohannes Bauer
2017-07-29Add public key method enumeration function.Dr. Stephen Henson
2017-05-30ED25519 public key method.Dr. Stephen Henson
2017-02-03Combined patch against master branch for the following issues:Bernd Edlinger
2017-02-01Add support for parameterized SipHashTodd Short
2017-01-24Add support for Poly1305 in EVP_PKEYTodd Short
2017-01-08fix a few more style issuesDr. Stephen Henson
2017-01-08fix various style issuesDr. Stephen Henson
2017-01-08Digest string helper function.Dr. Stephen Henson
2017-01-08PSS EVP_PKEY methodDr. Stephen Henson
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