summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* const correct aesni_{128,256}_cbc_hmac_sha1_ciphertb2024-01-081-3/+3
* const-correct r4_hmac_md5_ciphertb2024-01-071-2/+2
* Convert the remaining legacy ciphers to C99 initializerstb2024-01-075-76/+90
* Improve EVP_CIPHER_{get,set}_asn1_iv()tb2024-01-071-25/+26
* EVP_PKEY_asn1_find_str() tweakstb2024-01-051-4/+3
* evp_key.c: Remove more unnecessary parenthesestb2024-01-051-7/+6
* Minor tweaks in EVP_read_pw_string_min()tb2024-01-051-4/+4
* Plug a leak in EVP_read_pw_string_min()tb2024-01-051-9/+14
* Disable EVP_PKEY_meth_* extensibilitytb2024-01-041-46/+7
* Remove unused app_data from EVP_CIPHERtb2024-01-0415-84/+15
* Clean up EVP_PKEY_asn1_get0_info() a bittb2024-01-041-14/+16
* Clean up EVP_PKEY_asn1_find_str()tb2024-01-041-9/+18
* Simplify EVP_PKEY_asn1_find()tb2024-01-041-33/+9
* Replace .pkey_base_id with a .base_method pointertb2024-01-042-5/+5
* Split ameth arrays into individual methodstb2024-01-041-14/+21
* Improve length checks for oiv and ivtb2024-01-041-4/+5
* Improve order in ancient CMS helperstb2024-01-031-25/+25
* Move a t to the right place in a commenttb2024-01-021-2/+2
* Match struct order for the EVP_CIPHER_CTX accessorstb2024-01-021-69/+73
* Move down EVP_CIPHER_CTX accessors expose EVP_CIPHER internalstb2024-01-021-38/+42
* Move the trivial EVP_CIPHER getters downtb2024-01-021-31/+35
* Simplify EVP_CIPHER_{asn1_to_param,parma_to_asn1}()tb2024-01-021-17/+13
* Move the EVP_CIPHER API that only exists for CMS/legacy a bit downtb2024-01-021-121/+125
* sm4: more NULL misspellingstb2024-01-021-4/+4
* Two spellings of key length are enoughtb2024-01-021-6/+7
* Rename the poor outlier EVP_CIPHER *e into *ciphertb2024-01-021-3/+3
* Better variable names in EVP_CIPHER_type()tb2024-01-021-7/+8
* Consistently use ctx for an EVP_CIPHER_CTXtb2024-01-021-36/+36
* Fix bounds check in EVP_PKEY_CTX_get_keygen_info()tb2024-01-011-2/+2
* Remove EVP_PKEY's save_type membertb2024-01-012-6/+2
* Some Australians don't like voids eithertb2023-12-301-3/+3
* Move the EVP_PKEY_asn1_* API that will stay to evp/p_lib.ctb2023-12-292-6/+256
* Zap some whitespacetb2023-12-291-2/+2
* Move the EVP_MD block size accessor downtb2023-12-291-7/+11
* Move the EVP_MD_CTX flag accessors up a bittb2023-12-291-19/+19
* Hoist EVP_MD_CTX accessors to after EVP_MD_CTX_ctrltb2023-12-291-63/+62
* Move init/reset next to cleanuptb2023-12-291-13/+13
* Move the copy/copy_ex stuff down below the new/free/clear messtb2023-12-291-63/+64
* Merge the EVP_CIPHER_meth_* API into evp_cipher.ctb2023-12-292-186/+175
* Merge the remainder of evp_lib.c into evp_cipher.ctb2023-12-292-365/+298
* Move the middle part of evp_lib.c to evp_digest.ctb2023-12-292-205/+205
* Use more consistent naming for some files in evptb2023-12-293-3/+3
* EVP_CipherInit(): remove cleanup calltb2023-12-261-3/+1
* EVP_CipherInit_ex() merge two code pathstb2023-12-261-9/+4
* Move EVP_PKEY_assign() a bit up and tweak it slightlytb2023-12-251-10/+10
* Rename a few ret into pkeytb2023-12-251-28/+29
* Rework EVP_PKEY_set_type{,_str}()tb2023-12-251-34/+27
* Rework EVP_PKEY_free()tb2023-12-251-11/+7
* Move EVP_PKEY_free() up next to evp_pkey_free_pkey_ptr()tb2023-12-251-19/+19
* Fix EVP_PKEY_up_ref() - must have hit ^X somehowtb2023-12-251-2/+2