summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove engine regress.jsing2023-12-273-264/+1
* X509_LOOKUP_shutdown() became a noop.tb2023-12-271-2/+1
* Rename some argument placeholders to be less cryptic,schwarze2023-12-262-55/+58
* Close some major gaps in the documentation of EVP_Cipher(3),schwarze2023-12-261-10/+65
* 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
* Remove unused X509_LOOKUP_METHODstb2023-12-255-43/+12
* Avoid out-of-bounds accesses in ASN1_BIT_STRING_{get,set}()tb2023-12-251-14/+26
* 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
* 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