summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/evp_pbe.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Hide public symbols in evp.hbeck2024-04-091-1/+3
* Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} in PKCS5_PBE_keyivgenjoshua2024-03-251-11/+12
* Fix namespace buildtb2024-03-241-2/+1
* Bye bye gost, bye, bye turdinesstb2024-03-241-9/+1
* Remove more PBE stuff from the public APItb2024-03-021-1/+7
* Remove most PBEPARAM stuff from public visibilitytb2024-03-021-1/+2
* Remove a lot of PKCS12 garbage from the public APItb2024-03-021-1/+5
* Remove EVP_PBE_* API from public visibilitytb2024-03-021-39/+1
* Use EVP_MD_CTX_legacy_clear() internallytb2024-02-181-2/+2
* Inline EVP_PBE_find() in its last two callerstb2024-02-011-140/+69
* Use ret instead of rv in a few keyivgen functionstb2024-01-271-11/+11
* Fold keyivgen functions into evp_pbe.ctb2024-01-271-7/+386
* Throw PKCS5_PBE_add() into the trash bin at the end of evp_pbe.ctb2024-01-271-1/+6
* Mark the functions at the end of this file for removaltb2024-01-271-1/+5
* Support HMAC with SHA-3 as a PBE PRFtb2024-01-271-1/+21
* Support HMAC with truncated SHA-2 as a PBE PRFtb2024-01-271-1/+11
* Clean up EVP_PBE_CipherInit() a littletb2023-12-181-25/+18
* Move EVP_PBE_find() next to the tablestb2023-12-161-46/+46
* Remove OBJ_bsearch_() usage from PBEtb2023-12-161-79/+175
* Move all the neutered PBE API to the bottom of the filetb2023-12-151-17/+17
* Remove unprotected global state from EVP_PBEtb2023-12-151-76/+8
* Unbreak the namespace build after a broken mk.conf and tool misfire hadbeck2023-07-071-6/+1
* Hide symbols in hkdf, evp, err, ecdsa, and ecbeck2023-07-071-1/+6
* Make internal header file names consistenttb2022-11-261-2/+2
* Allow GOST R 34.11-2012 in PBE/PBKDF2/PKCS#5.jsing2020-06-051-1/+3
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-9/+8
* Expand DECLARE_OBJ_BSEARCH_CMP_FN and IMPLEMENT_OBJ_BSEARCH_CMP_FN macros.jsing2017-01-211-3/+19
* Check memory allocation results in EVP_PBE_alg_add_type().miod2015-02-081-3/+10
* Check the result of sk_*_push() operations for failure.miod2014-10-281-4/+8
* In EVP_PBE_alg_add don't use the underlying NID for the ciphermiod2014-07-111-2/+2
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-2/+3
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-1/+3
* Stop including standard headers via cryptlib.h - pull in the headers thatjsing2014-07-101-1/+3
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* Remove various test stubs. The good ones have been moved by jsingderaadt2014-06-071-24/+0
* KNF.jsing2014-05-081-108/+95
* Replace all use of ERR_add_error_data with ERR_asprintf_error_data.beck2014-04-261-1/+1
* use intrinsic strlcpy and strlcat everywhere so we only have one set ofbeck2014-04-191-1/+1
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-2/+2
* resolve conflictsdjm2012-10-131-0/+5
* resolve conflicts, fix local changesdjm2010-10-011-46/+220
* resolve conflictsdjm2009-01-091-1/+1
* resolve conflictsdjm2008-09-061-2/+3
* merge 0.9.7dmarkus2004-04-081-1/+1
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-1/+1
* str{cat,cpy}/sprintf cleanup. markus@, deraadt@ okho2003-04-031-1/+1
* merge openssl-0.9.7-beta3, tested on vax by miod@markus2002-09-101-1/+1
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-3/+3
* openssl-engine-0.9.6 mergebeck2000-12-151-5/+7
* OpenSSL 0.9.4 mergebeck1999-09-291-0/+134