index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2023-12-14
OBJ_create: sorry Omar, aobj is a better name than op
Theo Buehler
2023-12-14
OBJ_create: use a nid variable to avoid nested function call
Theo Buehler
2023-12-14
OBJ_create: malloc() -> calloc()
Theo Buehler
2023-12-14
OBJ_create: test and assign as usual
Theo Buehler
2023-12-14
OBJ_create: initialize buf and turn function into single exit
Theo Buehler
2023-12-14
OBJ_create: rename ok to ret and make it last declaration
Theo Buehler
2023-12-14
OBJ_create(): rename i to len
Theo Buehler
2023-12-14
OBJ_create(): remove pointless parentheses
Theo Buehler
2023-12-14
OBJ_create(): remove useless cast
Theo Buehler
2023-12-14
OPENSSL_assert() that the passed nid is within range
Theo Buehler
2023-12-14
Bump OPENSSL_showfatal() from LOG_INFO to LOG_CONS
Theo Buehler
2023-12-14
Move the txt to obj/nid conversions a bit down.
Theo Buehler
2023-12-14
Dedup OBJ_nid2{obj,sn,ln}()
Theo Buehler
2023-12-14
Simplify OBJ_nid2obj()
Theo Buehler
2023-12-14
Simplify OBJ_nid2sn()
Theo Buehler
2023-12-14
Simplify OBJ_nid2ln()
Theo Buehler
2023-12-14
Fix sk_deep_copy() implementation
Theo Buehler
2023-12-13
Simplify OBJ_ln2nid()
Theo Buehler
2023-12-13
Simplify OBJ_sn2nid()
Theo Buehler
2023-12-13
Simplify OBJ_obj2nid()
Theo Buehler
2023-12-13
Move a large part of SYS.h defines to DEFS.h to match where other platforms
Miod Vallat
2023-12-13
actually remove it, pointed out by jsg
Theo de Raadt
2023-12-13
filedescriptor -> file descriptor
Jonathan Gray
2023-12-12
Move ibuf API from imsg_init.3 to ibuf_add.3
Claudio Jeker
2023-12-12
Extend imsg and ibuf API with useful getter methods
Claudio Jeker
2023-12-12
crank libc major because syscall(2) was removed
Theo de Raadt
2023-12-12
remove support for syscall(2) -- the "indirection system call" because
Theo de Raadt
2023-12-11
Make sure the syscall table entries are aligned on a 4-byte boundary.
Mark Kettenis
2023-12-11
arm just had to be different and change the syntax for .pushsection
Theo de Raadt
2023-12-11
Oops, wrong argument to macro
Theo de Raadt
2023-12-11
document upcoming pinsyscalls(2) system call
Theo de Raadt
2023-12-10
Populate the non-LOAD openbsd.syscalls section (and PT_OPENBSD_SYSCALL)
Theo de Raadt
2023-12-06
Move CALLSYS_NOERROR macro from <machine/asm.h> to libc, and expand it for
Miod Vallat
2023-12-05
last .Nm should not have a comma
Jonathan Gray
2023-12-04
zap trailing whitespace
Theo Buehler
2023-12-04
Save backtraces to show in leak dump. Depth of backtrace set by
Otto Moerbeek
2023-12-03
Remove misuse warnings for EVP_*Final()
Theo Buehler
2023-12-02
Fix some NULL misspellings
Theo Buehler
2023-12-02
Revert a hunk of r1.23 that makes no sense
Theo Buehler
2023-12-01
Some cleanup:
Ingo Schwarze
2023-12-01
EVP_EncryptInit(3) is among the most important "how to drive" manuals,
Ingo Schwarze
2023-12-01
Unify various EVP_*{Update,Final}*() wrappers
Theo Buehler
2023-11-30
Clean up and de-spaghettize by_file_callback
Bob Beck
2023-11-29
Ignore ENGINE at the API boundary
Theo Buehler
2023-11-29
Clean up CMAC implementation a little
Theo Buehler
2023-11-29
Convert ssl3_cipher_by_id() to bsearch()
Theo Buehler
2023-11-29
Use a long for id in ssl3_get_cipher_by_id()
Theo Buehler
2023-11-28
Switch to legacy method late in tls13_use_legacy_stack()
Theo Buehler
2023-11-28
correct spelling of FALLTHROUGH
Jonathan Gray
2023-11-27
Regen cert.pem
Theo Buehler
[next]