index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-12-13
Avoid a potential double free in group_free()
Theo Buehler
2021-12-13
Kill sys/cdefs.h includes, because overly complicated include+macro
Theo de Raadt
2021-12-13
Remove the last internal use of d2i_ASN1_BOOLEAN.
Theo Buehler
2021-12-13
Clean up d2i_ASN1_BOOLEAN() and i2d_ASN1_BOOLEAN().
Joel Sing
2021-12-13
this file doesn't use anything from <stdio.h>;
Ingo Schwarze
2021-12-13
Convert asn1_d2i_ex_primitive()/asn1_collect() from BUF_MEM to CBB.
Joel Sing
2021-12-13
Cleanup libcrypto memory management. Remove redundant NULL checks
Tobias Heider
2018-04-27
Import lpd, a re-implementation of the lpr daemon following the latest
Eric Faurot
2021-12-13
new manual page SMIME_write_ASN1(3);
Ingo Schwarze
2021-12-13
remove a couple hundred sys/param.h includes in userland code, and
Theo de Raadt
2021-12-13
acct(4) ac_tty shouldn't need NODEV from sys/param.h (which is kernel API),
Theo de Raadt
2021-12-13
Only generate a new xid on state change.
Florian Obser
2021-12-13
Revise EVFILT_EXCEPT filters
Visa Hankala
2021-12-13
Prevent kevent(2) use of EVFILT_EXCEPT with FIFOs and pipes
Visa Hankala
2021-12-13
nd6_dad_ns_input() could trigger a NULL deref in nd6_dad_duplicated().
Alexander Bluhm
2021-12-13
Catch integer overflow rather than silently truncating while
Ingo Schwarze
2021-12-13
Handle multi-port controllers in uslcom(4)
Visa Hankala
2021-12-13
new manual pages i2d_ASN1_bio_stream(3) and SMIME_crlf_copy(3)
Ingo Schwarze
2021-12-13
Let dnsproc pass multiple addresses to netproc
Jeremie Courreges-Anglas
2021-12-13
Treat xid as a uint32_t in network byte order on the wire.
Florian Obser
2021-12-13
Replace struct member assignment with struct assignment to make the
Florian Obser
2019-11-19
Import NetBSD system call regression tests. They were written with
Alexander Bluhm
2018-08-21
Check the FPU environment of user land processes after exec and the
Alexander Bluhm
2021-12-13
Make pane-border-format a pane option, GitHub issue 2999.
Nicholas Marriott
2021-12-12
remove unused variable to fix build with llvm 13
Jonathan Gray
2021-12-12
Annotate the structs that will be moved to hmac_local.h and evp_locl.h
Theo Buehler
2021-12-12
Include evp_locl.h where it will be needed once most structs from
Theo Buehler
2021-12-12
Add a mostly empty hmac_local.h. HMAC_CTX and a few other things
Theo Buehler
2021-12-12
Add -I${LIBCRYPTO_SRC}/hmac to CFLAGS. Needed in an upcoming commit.
Theo Buehler
2021-12-12
Add header guards to evp_locl.h.
Theo Buehler
2021-12-12
Replace deprecated IO::Socket::INET6 with IO::Socket::IP.
Alexander Bluhm
2021-12-12
Convert req.c to compile with opaque EVP_MD_CTX.
Theo Buehler
2021-12-12
Convert passwd.c to opaque EVP_MD_CTX and add a bit of error checking.
Theo Buehler
2021-12-12
Make speed.c compile with opaque EVP_CIPHER, EVP_MD and HMAC_CTX.
Theo Buehler
2021-12-12
A few more simplifications using get0_pubkey instead of get_pubkey + free.
Theo Buehler
2021-12-12
Simplify x509.c slightly by using X509_get0_pubkey() instead of
Theo Buehler
2021-12-12
Make x509.c compile with opaque EVP_PKEY.
Theo Buehler
2021-12-12
Use correct spelling of NULL
Theo Buehler
2021-12-12
Make ts.c compile with opaque EVP_MD_CTX.
Theo Buehler
2021-12-12
document the ub_* constants
Ingo Schwarze
2021-12-12
typo
Ingo Schwarze
2021-12-12
New manual page providing a rudimentary description of BIO_new_NDEF(3).
Ingo Schwarze
2021-12-12
Rewrite X509_ALGOR_set_md() without reaching into EVP_MD.
Theo Buehler
2021-12-12
Replace deprecated IO::Socket::INET6 with IO::Socket::IP.
Alexander Bluhm
2021-12-12
Use vnode parameter instead of vfinddev() in mfs_strategy()
Visa Hankala
2021-12-12
Add vnode parameter to VOP_STRATEGY()
Visa Hankala
2021-12-11
Merge two bugfixes in ASN1_STRING_TABLE_add(3) and ASN1_STRING_TABLE_get(3)
Ingo Schwarze
2013-01-03
Reengineer the socket splicing regression tests:
Alexander Bluhm
2021-12-11
Merge the deletion of <ctype.h>, which isn't used here,
Ingo Schwarze
2021-12-11
Change compatible string to something that makes more sense.
Mark Kettenis
[next]