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