summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2023-12-13Simplify OBJ_sn2nid()Theo Buehler
2023-12-13Simplify OBJ_obj2nid()Theo Buehler
2023-12-13Move a large part of SYS.h defines to DEFS.h to match where other platformsMiod Vallat
2023-12-13actually remove it, pointed out by jsgTheo de Raadt
2023-12-13filedescriptor -> file descriptorJonathan Gray
2023-12-12Move ibuf API from imsg_init.3 to ibuf_add.3Claudio Jeker
2023-12-12Extend imsg and ibuf API with useful getter methodsClaudio Jeker
2023-12-12crank libc major because syscall(2) was removedTheo de Raadt
2023-12-12remove support for syscall(2) -- the "indirection system call" becauseTheo de Raadt
2023-12-11Make sure the syscall table entries are aligned on a 4-byte boundary.Mark Kettenis
2023-12-11arm just had to be different and change the syntax for .pushsectionTheo de Raadt
2023-12-11Oops, wrong argument to macroTheo de Raadt
2023-12-11document upcoming pinsyscalls(2) system callTheo de Raadt
2023-12-10Populate the non-LOAD openbsd.syscalls section (and PT_OPENBSD_SYSCALL)Theo de Raadt
2023-12-06Move CALLSYS_NOERROR macro from <machine/asm.h> to libc, and expand it forMiod Vallat
2023-12-05last .Nm should not have a commaJonathan Gray
2023-12-04zap trailing whitespaceTheo Buehler
2023-12-04Save backtraces to show in leak dump. Depth of backtrace set byOtto Moerbeek
2023-12-03Remove misuse warnings for EVP_*Final()Theo Buehler
2023-12-02Fix some NULL misspellingsTheo Buehler
2023-12-02Revert a hunk of r1.23 that makes no senseTheo Buehler
2023-12-01Some cleanup:Ingo Schwarze
2023-12-01EVP_EncryptInit(3) is among the most important "how to drive" manuals,Ingo Schwarze
2023-12-01Unify various EVP_*{Update,Final}*() wrappersTheo Buehler
2023-11-30Clean up and de-spaghettize by_file_callbackBob Beck
2023-11-29Ignore ENGINE at the API boundaryTheo Buehler
2023-11-29Clean up CMAC implementation a littleTheo Buehler
2023-11-29Convert ssl3_cipher_by_id() to bsearch()Theo Buehler
2023-11-29Use a long for id in ssl3_get_cipher_by_id()Theo Buehler
2023-11-28Switch to legacy method late in tls13_use_legacy_stack()Theo Buehler
2023-11-28correct spelling of FALLTHROUGHJonathan Gray
2023-11-27Regen cert.pemTheo Buehler