summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-12-19static binary setting a table, or dynamic binary trying to do whatTheo de Raadt
2023-12-19- new sentence, new lineJason McIntyre
2023-12-19A small cleanup of malloc_bytes(), getting rid of a goto and a tinyOtto Moerbeek
2023-12-19pinsyscalls(2) has changed a little bit, and I can provide more adviceTheo de Raadt
2023-12-18cmac: use block_size rather than blTheo Buehler
2023-12-18Clean up EVP_PBE_CipherInit() a littleTheo Buehler
2023-12-18Remove EVP_MD_meth_*() dependencyTheo Buehler
2023-12-16ASN1_STRING_TABLE_get.3: grammar: have -> hasTheo Buehler
2023-12-16EVP_EncryptUpdate(): make block_size and block_mask constTheo Buehler
2023-12-16First cleanup pass over EVP_EncryptUpdate()Theo Buehler
2023-12-16Move EVP_PBE_find() next to the tablesTheo Buehler
2023-12-16Remove OBJ_bsearch_() usage from PBETheo Buehler
2023-12-16Using two different spellings of NULL in the same line is an achievementTheo Buehler
2023-12-16Annotate incorrect value for ub_email_addressTheo Buehler
2023-12-16Neuter the ASN1_STRING_TABLE modification APITheo Buehler
2023-12-16Remove call to ASN1_STRING_TABLE_cleanup()Theo Buehler
2023-12-16asn1.h: mark a type and a bunch of macros for removalTheo Buehler
2023-12-16Rename ASN1_STRING_TABLE_add manual to _getTheo Buehler
2023-12-16Remove ASN1_STRING_TABLE_{add,cleanup}() documentationTheo Buehler
2023-12-16Implement and use a do_cipher() wrapperTheo Buehler
2023-12-15Remove strings.h againTheo Buehler
2023-12-15Remove EVP_PBE_cleanup() from EVP_cleanup()Theo Buehler
2023-12-15Move all the neutered PBE API to the bottom of the fileTheo Buehler
2023-12-15Remove unprotected global state from EVP_PBETheo Buehler
2023-12-15Fix a return value confusion in chacha20_poly1305_cipher()Theo Buehler
2023-12-15Disallow ciphers with EVP_CIPH_FLAG_CUSTOM_CIPHER in CMACTheo Buehler
2023-12-15Document EVP_Cipher() in codeTheo Buehler
2023-12-15Move EVP_Cipher() from evp_lib.c to evp_enc.cTheo Buehler
2023-12-15Clean up includesTheo Buehler
2023-12-15Neuter EVP_PKEY_asn1_add{0,_alias}()Theo Buehler
2023-12-15Hoist OBJ_sn2nid() over OBJ_ln2nid()Theo Buehler
2023-12-15Coverity rightly points out that an unsigned int is always >= 0Theo Buehler
2023-12-14OBJ_create: sorry Omar, aobj is a better name than opTheo Buehler
2023-12-14OBJ_create: use a nid variable to avoid nested function callTheo Buehler
2023-12-14OBJ_create: malloc() -> calloc()Theo Buehler
2023-12-14OBJ_create: test and assign as usualTheo Buehler
2023-12-14OBJ_create: initialize buf and turn function into single exitTheo Buehler
2023-12-14OBJ_create: rename ok to ret and make it last declarationTheo Buehler
2023-12-14OBJ_create(): rename i to lenTheo Buehler
2023-12-14OBJ_create(): remove pointless parenthesesTheo Buehler
2023-12-14OBJ_create(): remove useless castTheo Buehler
2023-12-14OPENSSL_assert() that the passed nid is within rangeTheo Buehler
2023-12-14Bump OPENSSL_showfatal() from LOG_INFO to LOG_CONSTheo Buehler
2023-12-14Move the txt to obj/nid conversions a bit down.Theo Buehler
2023-12-14Dedup OBJ_nid2{obj,sn,ln}()Theo Buehler
2023-12-14Simplify OBJ_nid2obj()Theo Buehler
2023-12-14Simplify OBJ_nid2sn()Theo Buehler
2023-12-14Simplify OBJ_nid2ln()Theo Buehler
2023-12-14Fix sk_deep_copy() implementationTheo Buehler
2023-12-13Simplify OBJ_ln2nid()Theo Buehler