summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl (unfollow)
Commit message (Expand)AuthorFilesLines
2023-12-20Clean up EVP_DecryptFinal_ex()tb1-32/+35
2023-12-20Clean up EVP_EncryptFinal_ex()tb1-16/+13
2023-12-20Simplify EVP_DecryptUpdate() a bittb1-26/+28
2023-12-20Remove commented out version of EVP_SealUpdate()tb1-13/+1
2023-12-20Remove preprocessor mess in EVP_PKEY_{de,en}crypt_old()tb2-39/+8
2023-12-20Remove a changelog from 1991tb1-8/+1
2023-12-20DES_random_key() sets the keytb3-71/+15
2023-12-20Remove commented-out codetb1-8/+1
2023-12-19A small cleanup of malloc_bytes(), getting rid of a goto and a tinyotto1-29/+27
2023-12-18cmac: use block_size rather than bltb1-35/+36
2023-12-18Clean up EVP_PBE_CipherInit() a littletb1-25/+18
2023-12-17c2sp: replace openssl 3.0 with 3.2 supporttb1-2/+2
2023-12-16ASN1_STRING_TABLE_get.3: grammar: have -> hastb1-2/+2
2023-12-16EVP_EncryptUpdate(): make block_size and block_mask consttb1-3/+3
2023-12-16First cleanup pass over EVP_EncryptUpdate()tb1-36/+37
2023-12-16Move EVP_PBE_find() next to the tablestb1-46/+46
2023-12-16Remove OBJ_bsearch_() usage from PBEtb1-79/+175
2023-12-16Using two different spellings of NULL in the same line is an achievementtb1-2/+2
2023-12-16Annotate incorrect value for ub_email_addresstb2-3/+8
2023-12-16Neuter the ASN1_STRING_TABLE modification APItb1-133/+16
2023-12-16Remove call to ASN1_STRING_TABLE_cleanup()tb1-2/+1
2023-12-16asn1.h: mark a type and a bunch of macros for removaltb1-2/+3
2023-12-16Rename ASN1_STRING_TABLE_add manual to _gettb2-3/+3
2023-12-16Remove ASN1_STRING_TABLE_{add,cleanup}() documentationtb1-71/+14
2023-12-16Implement and use a do_cipher() wrappertb1-59/+63
2023-12-15Remove the string_table testtb2-130/+1
2023-12-15Remove strings.h againtb1-2/+1
2023-12-15Remove EVP_PBE_cleanup() from EVP_cleanup()tb1-2/+1
2023-12-15Move all the neutered PBE API to the bottom of the filetb1-17/+17
2023-12-15Remove unprotected global state from EVP_PBEtb1-76/+8
2023-12-15Fix a return value confusion in chacha20_poly1305_cipher()tb1-2/+2
2023-12-15Disallow ciphers with EVP_CIPH_FLAG_CUSTOM_CIPHER in CMACtb1-1/+8
2023-12-15Document EVP_Cipher() in codetb1-1/+13
2023-12-15Move EVP_Cipher() from evp_lib.c to evp_enc.ctb2-9/+9
2023-12-15Clean up includestb1-6/+4
2023-12-15Neuter EVP_PKEY_asn1_add{0,_alias}()tb1-42/+10
2023-12-15Hoist OBJ_sn2nid() over OBJ_ln2nid()tb1-17/+17
2023-12-15Coverity rightly points out that an unsigned int is always >= 0tb1-4/+4
2023-12-14OBJ_create: sorry Omar, aobj is a better name than optb1-5/+5
2023-12-14OBJ_create: use a nid variable to avoid nested function calltb1-3/+4
2023-12-14OBJ_create: malloc() -> calloc()tb1-2/+2
2023-12-14OBJ_create: test and assign as usualtb1-7/+7
2023-12-14OBJ_create: initialize buf and turn function into single exittb1-4/+5
2023-12-14OBJ_create: rename ok to ret and make it last declarationtb1-4/+4
2023-12-14OBJ_create(): rename i to lentb1-8/+8
2023-12-14OBJ_create(): remove pointless parenthesestb1-4/+4
2023-12-14OBJ_create(): remove useless casttb1-2/+2
2023-12-14OPENSSL_assert() that the passed nid is within rangetb1-1/+7
2023-12-14Bump OPENSSL_showfatal() from LOG_INFO to LOG_CONStb1-2/+2
2023-12-14Move the txt to obj/nid conversions a bit down.tb1-42/+42