aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/names.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Don't hold a lock when calling a callback in ossl_namemap_doall_namesMatt Caswell2021-02-251-2/+4
* Update copyright yearMatt Caswell2020-10-151-1/+1
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-2/+3
* Ensure EVP_get_digestbyname() and EVP_get_cipherbyname() know all aliasesMatt Caswell2019-11-061-5/+74
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-2/+2
* KDF/PRF updates to libcryptoPauli2019-09-061-29/+0
* Remove init of MACs from EVPRichard Levitte2019-08-151-73/+0
* Added EVP_KDF (similiar to the EVP_MAC)Shane Lontis2019-05-031-1/+32
* Following the license change, modify the boilerplates in crypto/evp/Richard Levitte2018-12-061-1/+1
* Add EVP_MAC APIRichard Levitte2018-10-291-1/+74
* Remove parentheses of return.KaoruToda2017-10-181-8/+8
* Support EVP_PKEY_meth_remove and pmeth internal cleanupPaul Yang2017-09-141-0/+2
* Use "" not <> for internal/ includesRich Salz2017-08-221-1/+1
* Copyright consolidation 04/10Rich Salz2016-05-171-54/+6
* Remove check_defer()Dr. Stephen Henson2016-04-131-7/+0
* Rename int_*() functions to *_int()Matt Caswell2016-04-131-2/+2
* Rename lots of *_intern or *_internal function to int_*Matt Caswell2016-04-131-2/+2
* Deprecate OBJ_cleanup() and make it a no-opMatt Caswell2016-04-131-2/+2
* Deprecate EVP_cleanup() and make it a no-opMatt Caswell2016-04-131-1/+1
* The new init functions can now fail so shouldn't be voidMatt Caswell2016-02-101-2/+7
* Rename INIT funtions, deprecate old ones.Rich Salz2016-02-101-6/+6
* Auto init/deinit libcryptoMatt Caswell2016-02-091-0/+16
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Add inclusion of internal/evp_int.h to all crypto/ files that need itRichard Levitte2015-12-071-0/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-130/+139
* Version skew reduction: trivia (I hope).Ben Laurie2012-06-031-1/+1
* Add RC4-MD5 and AESNI-SHA1 "stitched" implementations.Andy Polyakov2011-08-231-0/+2
* don't add digest alias if signature algorithm is undefinedDr. Stephen Henson2010-03-061-1/+1
* Updates from 1.0.0-stable.Dr. Stephen Henson2009-04-151-2/+2
* Fix various warnings.Ben Laurie2006-11-081-3/+0
* New functions to add and free up application defined signature OIDs.Dr. Stephen Henson2006-07-091-0/+1
* New functions to enumerate digests and ciphers.Dr. Stephen Henson2006-07-091-0/+69
* Fix bug where freed OIDs could be accessed in EVP_cleanup() byDr. Stephen Henson2006-03-281-0/+11
* some const fixes and cleanupNils Larsch2005-04-051-4/+4
* Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson2001-03-091-2/+2
* Make sure to complete the cleanup of names.Richard Levitte2000-03-171-0/+5
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-3/+3
* Change functions to ANSI C.Ulf Möller1999-04-191-9/+5
* Massive constification.Ben Laurie1999-04-171-9/+9
* Include pkcs12 program as part of openssl. This completes most of the PKCS#12Dr. Stephen Henson1999-03-291-0/+2
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-211-192/+27
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-1/+5
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+281