summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify EVP_PKEY_up_ref()tb2023-12-251-3/+2
* Switch EVP_PKEY_new() from malloc() to calloc()tb2023-12-251-8/+6
* Clarify that the ENGINE argument is ignored; OK tb@.schwarze2023-12-251-11/+10
* 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
* Prefix get_trusted_issuer() with x509_vfy_tb2023-12-231-4/+3
* 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
* Rename check_hosts()tb2023-12-221-3/+3
* Replace check_trust() with its x509_vfy_ prefixed wrappertb2023-12-221-11/+4
* Replace check_chain_extensions() with its x509_vfy_ wrappertb2023-12-221-8/+2
* Replace check_id() with its x509_vfy_check_id() wrappertb2023-12-221-9/+4
* Remove a bunch of function pointers from X509_STORE_CTXtb2023-12-222-42/+18
* Simplify some logic in EVP_EncryptInit_ex()tb2023-12-221-24/+28
* Clean up includes in cms_smime.ctb2023-12-221-7/+14
* evp_enc: make some flag checks explicittb2023-12-221-4/+4
* Remove cleanup() and get_crl() from X509_STORE_CTXtb2023-12-222-15/+3
* Remove unused function pointers from X509_STOREtb2023-12-222-55/+11
* Remove EVP_PKEY_asn1_add{0,_alias}() documentationtb2023-12-214-78/+14
* Mark some API-to-be-removed as intentionally undocumentedtb2023-12-211-2/+6
* Remove some superfluous parenthesestb2023-12-211-3/+3
* Clean up includes in cms_pwri.ctb2023-12-201-8/+10
* Use BIO_indent() for indentation in tasn_prn.ctb2023-12-201-10/+4
* 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-204-247/+104
* Fold p_dec.c and p_enc.c into a new p_legacy.ctb2023-12-203-81/+16
* 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
* Clean up EVP_DecryptFinal_ex()tb2023-12-201-32/+35
* Clean up EVP_EncryptFinal_ex()tb2023-12-201-16/+13
* Simplify EVP_DecryptUpdate() a bittb2023-12-201-26/+28
* Remove commented out version of EVP_SealUpdate()tb2023-12-201-13/+1
* Remove preprocessor mess in EVP_PKEY_{de,en}crypt_old()tb2023-12-202-39/+8
* Remove a changelog from 1991tb2023-12-201-8/+1
* DES_random_key() sets the keytb2023-12-203-71/+15
* Remove commented-out codetb2023-12-201-8/+1
* A small cleanup of malloc_bytes(), getting rid of a goto and a tinyotto2023-12-191-29/+27
* cmac: use block_size rather than bltb2023-12-181-35/+36
* Clean up EVP_PBE_CipherInit() a littletb2023-12-181-25/+18
* c2sp: replace openssl 3.0 with 3.2 supporttb2023-12-171-2/+2
* ASN1_STRING_TABLE_get.3: grammar: have -> hastb2023-12-161-2/+2
* EVP_EncryptUpdate(): make block_size and block_mask consttb2023-12-161-3/+3
* First cleanup pass over EVP_EncryptUpdate()tb2023-12-161-36/+37