summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-11-08Add missing $OpenBSD$Bob Beck
2022-11-08Fix leak of pk if EVP_PKEY_set1_RSA() fails.Tobias Heider
2022-11-08Replace the old OpenSSL julian date stuff with BoringSSL'sBob Beck
2022-11-07White space KNF, no code change:Ingo Schwarze
2022-11-07remove one more reference to tcp/slowhz;Jason McIntyre
2022-11-07Rewrite TLSv1.2 key exporter.Joel Sing
2022-11-07Move tls13_exporter() code.Joel Sing
2022-11-07Modify TCP receive buffer size auto scaling to use the smoothed RTTYASUOKA Masahiko
2022-11-07Nuke last references to d_drivedata.Kenneth R Westerback
2022-11-06remove unneccessary Pp after Sh;Jason McIntyre
2022-11-06At present, mprotect(2) may reduce permissions on immutable pages markedTheo de Raadt
2022-11-06Document that OPENSSL_free() is required in some circumstancesTheo Buehler
2022-11-06Enable Ed25519 internal to libcrypto.Joel Sing
2022-11-06Remove useless ancient files.Joel Sing
2022-11-06When a TEXTREL binary is loaded, non-writeable LOADs are not made immutableTheo de Raadt
2022-11-05powerpc64: TimeBase: add userspace timecounting supportScott Soule Cheloha
2022-11-03When decoding a sequence/set, make sure that:Martijn van Duren
2022-11-01On endOfMibView reset OID back to the original requested OID as per RFC3416Martijn van Duren
2022-10-27hppa and mips64 have private copies of RCRT0_RELRO(), which shouldTheo de Raadt
2022-10-27Update libexpat to 2.5.0. This fixes CVE-2022-43680. Relevant forAlexander Bluhm
2022-10-26Add waitid(2) syscall stub.Mark Kettenis
2022-10-23Drop RCS ids in upstream zlib sourceTheo Buehler
2022-10-22In __cxa_atexit(), there is no need to initialize local pointer beforeTheo de Raadt
2022-10-22missing comma; from josiah frentsosJason McIntyre
2022-10-21static binaries self-mprotect their relro in crt0. mimmutable() also worksTheo de Raadt
2022-10-21Add extra NULL check after ssl3_setup_read_buffer()Theo Buehler
2022-10-21Add EVP_chacha20_poly1305()Theo Buehler
2022-10-20Update base libz to 1.2.13Theo Buehler
2022-10-20Initial parsing of the NewSessionTicket messageTheo Buehler
2022-10-20Provide TLS13_MAX_TICKET_LIFETIME #defineTheo Buehler
2022-10-20Provide ssl_session_dup()Theo Buehler
2022-10-20Clean up resumption master secret in SSL_SESSION_free()Theo Buehler
2022-10-20Extend SSL_SESSION struct for TLSv1.3 PSKTheo Buehler
2022-10-20Annotate misuse of EVP_Digest()Theo Buehler
2022-10-19Document sigaltstack restrictions on OpenBSD.Theo de Raadt
2022-10-17Store errors that result from leaf certificate verification.Joel Sing
2022-10-17Avoid potential divide by zero in BIO_dump_indent_cb()Joel Sing
2022-10-17Unbreak ASN.1 indefinite length encoding.Joel Sing
2022-10-14space required between macro and punctuation;Jason McIntyre
2022-10-14Add an agentx_retry call.Martijn van Duren
2022-10-14Don't call agentx_reset on errors returned by the AgentX master.Martijn van Duren
2022-10-14Error out if the out secret wasn't properly initializedTheo Buehler
2022-10-14put the malloc_readonly struct into the "openbsd.mutable" section, soTheo de Raadt
2022-10-13controm terminql -> controlling terminal;Jason McIntyre
2022-10-12Nuke D_BADSECT and disktab's 'sf'.Kenneth R Westerback
2022-10-11Fix path of mentioned regress testTheo Buehler
2022-10-10ncurses wide character functions should be available with _XOPEN_SOURCENicholas Marriott
2022-10-07sort SEE ALSO;Jason McIntyre
2022-10-07Add mimmutable(2) libc stub, add & adjust manual pages, and crank the minor.Theo de Raadt
2022-10-05unwrap two lines for readabilityTheo Buehler