summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/evp_cipher.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Hide deprecated functions in evp.hbeck2024-04-101-1/+5
* Hide public symbols in evp.hbeck2024-04-091-1/+58
* Fix signature and semantics of EVP_{CIPHER,MD}_CTX_init()tb2024-03-021-5/+5
* Remove custom key length handlingtb2024-02-241-5/+1
* Align EVP_CIPHER_CTX_init() and _legacy_clear()tb2024-02-181-2/+2
* Add EVP_CIPHER_CTX_legacy_clear()tb2024-02-181-1/+7
* Make EVP_{CIPHER,MD}_CTX_{cleanup,reset}() NULL-safetb2024-01-301-1/+4
* Improve EVP_CIPHER_{get,set}_asn1_iv()tb2024-01-071-25/+26
* 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
* 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
* Merge the EVP_CIPHER_meth_* API into evp_cipher.ctb2023-12-291-1/+175
* Merge the remainder of evp_lib.c into evp_cipher.ctb2023-12-291-3/+298
* Use more consistent naming for some files in evptb2023-12-291-0/+687