summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hmac/hm_ameth.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace .pkey_base_id with a .base_method pointertb2024-01-041-2/+2
* Make internal header file names consistenttb2022-11-261-3/+3
* Unindent and check some pointers explicitly against NULLtb2022-11-191-7/+9
* Remove HMAC PRIVATE KEY supporttb2022-11-191-64/+1
* Check os for NULL before dereferencing ittb2022-11-181-5/+5
* Include bytestring.h directly rather than pulling it in via asn1_locl.htb2022-11-181-1/+2
* Wire up HMAC to raw private key methodstb2022-11-181-2/+61
* Change the pkey.ptr from char * to void *tb2022-11-181-3/+3
* Include evp_locl.h where it will be needed once most structs fromtb2021-12-121-1/+2
* Add a mostly empty hmac_local.h. HMAC_CTX and a few other thingstb2021-12-121-1/+3
* Correct spelling of OPENSSL_cleanse.jsing2015-09-101-2/+2
* Various memory leaks upon error or unchecked allocations.miod2015-07-201-4/+13
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-2/+2
* Stop including standard headers via cryptlib.h - pull in the headers thatjsing2014-07-101-1/+3
* More KNF.jsing2014-06-211-5/+4
* KNFmiod2014-06-211-35/+36
* tags as requested by miod and teduderaadt2014-06-121-0/+1
* Use C99 initializers for the various FOO_METHOD structs. More readable, andmiod2014-04-271-20/+10
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-1/+1
* import OpenSSL-1.0.1cdjm2012-10-131-1/+1
* import OpenSSL-1.0.0adjm2010-10-011-0/+167