summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-21In asn1.h rev. 1.55 and asn1/a_time.c rev. 1.28, beck@Ingo Schwarze
2021-11-21Add the new `ipsec_exctdb' ipsec(4) counter to count and expose to theVitaliy Makkoveev
2021-11-21tee(1): use idiomatic write loopScott Soule Cheloha
2021-11-21oops, i forgot the STANDARDS sectionIngo Schwarze
2021-11-21new manual page d2i_ASN1_BOOLEAN(3) also documenting i2d_ASN1_BOOLEAN(3)Ingo Schwarze
2021-11-21getaddrinfo doesn't resolve numeric hostname in the !AI_NUMERICHOST caseMartijn van Duren
2021-11-21wycheproof: modify RSA tests to work with opaque RSA structTheo Buehler
2021-11-21wycheproof.go: modify some DSA and ECDSA code to work with opaque structsTheo Buehler
2021-11-21iicmux(4)Mark Kettenis
2021-11-21Add iicmux(4), a driver that switches between I2C busses connected toMark Kettenis
2021-11-21Register i2c bus.Mark Kettenis
2021-11-21temporarily reallow "empty" flavor parts so that rsync-- works againMarc Espie
2021-11-21smtpd-filters.7 referred to itself internally as just filters(7): fix that,Jason McIntyre
2021-11-21Add tests for concurrent closing of a poll/select monitored fd.Visa Hankala
2021-11-21Fix whitespace and long lines.Alexander Bluhm
2021-11-20Gather the setup of the initial OpenBSD MBR partition into oneKenneth R Westerback
2021-11-20Fix some strdup() leaks in ocsp config option.Tobias Heider
2021-11-20since it's unlikely that i'll get away with changing fortune's real usage toJason McIntyre
2021-11-20install smtpd-filters.7;Jason McIntyre
2021-11-20sortTheo Buehler
2021-11-20No need for intermediate 'adj' variable. Add 'disksz'Kenneth R Westerback
2021-11-20Provide the bytestring APIs for libcrypto internal use.Joel Sing
2021-11-20Convert openssl(1) to using BN_GENCB on the heapTheo Buehler
2021-11-20Send default client identifier when a config file is present but noFlorian Obser
2021-11-20Switch to BIO_up_ref() instead of adjusting references manually.Theo Buehler
2021-11-20Use BIO_up_ref() instead of adjusting refcounts manuallyTheo Buehler
2021-11-20typo in commentTheo Buehler
2021-11-20Sectors-per-cylinder (spc) is a constant value, so make it constKenneth R Westerback
2021-11-20Document ASN1_INTEGER_cmp(3) and ASN1_INTEGER_dup(3).Ingo Schwarze
2021-11-20Improve the description of ASN1_OCTET_STRING_cmp(3),Ingo Schwarze
2021-11-20Start on DOWN interfacesKlemens Nanni
2021-11-20When cmdfile is specified, use lines from it for all input, not justJoshua Stein
2021-11-20Make these files compile - not hooked up to build yet.Bob Beck
2021-11-19isakmpd: stop reaching into EVP_PKEY.Theo Buehler
2021-11-19Check stdrup() return value.Tobias Heider
2021-11-19libssl: don't reach for pkey->save_type.Theo Buehler
2021-11-19syncTheo de Raadt
2021-11-19Mark the X509_VERIFY_PARAM_ID variable type as intentionallyIngo Schwarze
2021-11-19Make function prototype parsing a bit stricter,Ingo Schwarze
2021-11-19Add and enable the new 'undgram_conclose' test which tries to kill theVitaliy Makkoveev
2021-11-19Add and enable new 'unsendrecvthr' test which performs multithreadedVitaliy Makkoveev
2021-11-19Sync to unbound to allow interface names as scope-id in IPv6Florian Obser
2021-11-19Allow interface names as scope-id in IPv6 link-local addresses.Florian Obser
2021-11-19minor KNF improvement, changing only whitespace, no code change:Ingo Schwarze
2021-11-19new manual page ASN1_BIT_STRING_num_asc(3)Ingo Schwarze
2021-11-19Make futexes work in shared anonymous memory.Mark Kettenis
2021-11-19add two missing .Dv macros;Ingo Schwarze
2021-11-19Fix monitor mode on iwm(4) and iwx(4).Stefan Sperling
2021-11-19Make the public API function a2i_ASN1_STRING(3) actually work.Ingo Schwarze
2021-11-19Fix typoJob Snijders