summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove strings.h againtb2023-12-151-2/+1
* Remove EVP_PBE_cleanup() from EVP_cleanup()tb2023-12-151-2/+1
* Move all the neutered PBE API to the bottom of the filetb2023-12-151-17/+17
* Remove unprotected global state from EVP_PBEtb2023-12-151-76/+8
* Fix a return value confusion in chacha20_poly1305_cipher()tb2023-12-151-2/+2
* Disallow ciphers with EVP_CIPH_FLAG_CUSTOM_CIPHER in CMACtb2023-12-151-1/+8
* Document EVP_Cipher() in codetb2023-12-151-1/+13
* Move EVP_Cipher() from evp_lib.c to evp_enc.ctb2023-12-152-9/+9
* Clean up includestb2023-12-151-6/+4
* Neuter EVP_PKEY_asn1_add{0,_alias}()tb2023-12-151-42/+10
* Hoist OBJ_sn2nid() over OBJ_ln2nid()tb2023-12-151-17/+17
* Coverity rightly points out that an unsigned int is always >= 0tb2023-12-151-4/+4
* OBJ_create: sorry Omar, aobj is a better name than optb2023-12-141-5/+5
* OBJ_create: use a nid variable to avoid nested function calltb2023-12-141-3/+4