summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-16syncTheo 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-16Fix phdr name in ld.script.Kenji Aoyama
2023-12-15Remove the string_table testTheo Buehler
2023-12-15Remove strings.h againTheo Buehler
2023-12-15Run non-daemons services in a different process group to avoid SIGHUP at bootJeremie Courreges-Anglas
2023-12-15Drop no-longer-applicable comment.Miod Vallat
2023-12-15provide the pieces for ktrace/kdump to observe pinsyscall violations.Theo de Raadt
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-15No interactive shell if -o is givenKlemens Nanni
2023-12-15Sync limits with octeon.Miod Vallat
2023-12-15Clean up includesTheo Buehler
2023-12-15Neuter EVP_PKEY_asn1_add{0,_alias}()Theo Buehler
2023-12-15For amd64 cdXX.iso and installXX.iso, create an EFI system partition imageJonathan Matthew
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-15Use inpcb table mutex to set addresses.Alexander Bluhm
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-14Workaround for broken clang which has a broken -fno-zero-initialized-in-bssClaudio Jeker
2023-12-14Simplify OBJ_nid2obj()Theo Buehler
2023-12-14Simplify OBJ_nid2sn()Theo Buehler
2023-12-14Simplify OBJ_nid2ln()Theo Buehler
2023-12-14Mostly straightforward conversion to imsg_get_fd() only the handlingClaudio Jeker
2023-12-14There is no more option NKMEMPAGES_MAXClaudio Jeker
2023-12-14NKMEMPAGES_MAX_DEFAULT is no longer used. Remove it from param.h.Claudio Jeker
2023-12-14Constrain the AFRINIC TA furtherJob Snijders
2023-12-14Fix sk_deep_copy() implementationTheo Buehler