summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Move EVP_PBE_find() next to the tablestb2023-12-161-46/+46
* Remove OBJ_bsearch_() usage from PBEtb2023-12-161-79/+175
* Using two different spellings of NULL in the same line is an achievementtb2023-12-161-2/+2
* Annotate incorrect value for ub_email_addresstb2023-12-162-3/+8
* Neuter the ASN1_STRING_TABLE modification APItb2023-12-161-133/+16
* Remove call to ASN1_STRING_TABLE_cleanup()tb2023-12-161-2/+1
* asn1.h: mark a type and a bunch of macros for removaltb2023-12-161-2/+3
* Rename ASN1_STRING_TABLE_add manual to _gettb2023-12-162-3/+3
* Remove ASN1_STRING_TABLE_{add,cleanup}() documentationtb2023-12-161-71/+14
* Implement and use a do_cipher() wrappertb2023-12-161-59/+63
* Remove the string_table testtb2023-12-152-130/+1