summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rework evp_pkey_free_pkey_ptr()tb2023-12-251-6/+7
* Rename EVP_PKEY_free_it() into evp_pkey_free_pkey_ptr()tb2023-12-251-4/+4
* Move the confusingly named EVP_PKEY_free_it() a bit uptb2023-12-251-12/+10
* Simplify EVP_PKEY_up_ref()tb2023-12-251-3/+2
* Switch EVP_PKEY_new() from malloc() to calloc()tb2023-12-251-8/+6
* Move EVP_Digest() next to the functions it wrapstb2023-12-241-18/+18
* Use more consistent order for Init/Update/Finaltb2023-12-231-17/+17
* Remove two no longer necessary reminderstb2023-12-221-3/+1
* Remove extra whitespace on two linestb2023-12-221-3/+3
* Add length checks for partial_lentb2023-12-221-6/+7
* Simplify some logic in EVP_EncryptInit_ex()tb2023-12-221-24/+28
* evp_enc: make some flag checks explicittb2023-12-221-4/+4
* Remove some superfluous parenthesestb2023-12-211-3/+3
* Rename impl into enginetb2023-12-201-4/+4
* Rename inl to in_len throughout the filetb2023-12-201-32/+32
* Rename outl into out_len throughout the filetb2023-12-201-32/+32
* Tweak a comment a bittb2023-12-201-3/+3
* Remove block_mask from EVP_CIPHER_CTXtb2023-12-202-7/+15
* Add some sanity checks for EVP_CIPHER_meth_new()tb2023-12-201-1/+8
* Merge p_open and p_seal into p_legacytb2023-12-203-244/+103
* Fold p_dec.c and p_enc.c into a new p_legacy.ctb2023-12-202-78/+14
* Less confusing variable names in EVP_PKEY_{de,en}crypt_old()tb2023-12-202-10/+10
* Improve local variable namestb2023-12-201-29/+29
* Rename buf_len into partial_len in EVP_CIPHER_CTXtb2023-12-202-11/+11