aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/pmeth_lib.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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