summaryrefslogtreecommitdiff
path: root/crypto/evp/pmeth_lib.c
Commit message (Expand)AuthorAgeFilesLines
...
* Move SM2 algos to SM2 specific PKEY methodJack Lloyd2018-06-191-0/+3
* Add EVP_PKEY_set_alias_typeJack Lloyd2018-06-191-3/+2
* EVP,KDF: Add more error code along some return 0 in ...FdaSilvaYY2018-03-291-5/+12
* Convert _meth_get_ functions to const gettersJack Bates2018-03-211-17/+17
* Update copyright yearMatt Caswell2018-03-201-1/+1
* Integrate X448 and Ed448 into libcryptoMatt Caswell2018-03-021-0/+2
* Support public key and param check in EVP interfacePaul Yang2017-11-201-0/+26
* Add EVP_PKEY_set1_engine() function.Dr. Stephen Henson2017-10-121-1/+1
* Fix memory leak on lookup failureDr. Stephen Henson2017-10-121-0/+3
* Don't ignore passed ENGINE.Dr. Stephen Henson2017-10-121-2/+3
* Support EVP_PKEY_meth_remove and pmeth internal cleanupPaul Yang2017-09-141-0/+15
* Support key check in EVP interfacePaul Yang2017-09-131-0/+15
* Fix coding style of EVP_PKEY_CTX_ctrl_uint64Johannes Bauer2017-08-151-1/+1
* Add interface to the scrypt KDF by means of PKEY_METHODJohannes Bauer2017-08-081-0/+10
* Add public key method enumeration function.Dr. Stephen Henson2017-07-291-0/+21
* ED25519 public key method.Dr. Stephen Henson2017-05-301-0/+3
* Combined patch against master branch for the following issues:Bernd Edlinger2017-02-031-0/+2
* Add support for parameterized SipHashTodd Short2017-02-011-1/+4
* Add support for Poly1305 in EVP_PKEYTodd Short2017-01-241-1/+4
* fix a few more style issuesDr. Stephen Henson2017-01-081-0/+1
* fix various style issuesDr. Stephen Henson2017-01-081-0/+1
* Digest string helper function.Dr. Stephen Henson2017-01-081-8/+13
* PSS EVP_PKEY methodDr. Stephen Henson2017-01-081-0/+3
* Add X25519 methods to internal tablesDr. Stephen Henson2016-08-131-0/+3
* 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