summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-23Use X509_STORE_CTX_get0_chain() instead of grabbing the chain directlyTheo Buehler
2021-10-23Revise regress test for tls13_buffer rename.Joel Sing
2021-10-23Rename tls13_buffer to tls_buffer.Joel Sing
2021-10-23Make sure we have enough space to add padding and final token to the nvramMark Kettenis
2021-10-23Stop reaching into structs that will become opaque in ca.cTheo Buehler
2021-10-23Prepare to provide X509_re_X509*_tbs()Theo Buehler
2021-10-23Prepare to provide X509_get_extension_flags()Theo Buehler
2021-10-23Add SSL_CTX_set_keylog_callback and SSL_CTX_get_keylog_callbackBob Beck
2021-10-23Prepare to provide X509_SIG_get{0,m}.Theo Buehler
2021-10-23Nuke the asn1-kludge. This was a workaround for CAs with broken PCKS#10Theo Buehler
2021-10-23if both stdout and stderr are redirected to a non-tty, pledge(2) will killRicardo Mestre
2021-10-23Correctly print varbind not found contexts.Martijn van Duren
2021-10-23Always print the community.Martijn van Duren
2021-10-23We define Unsigned32 as [Application 7], which was part of RFC1442 (1993),Martijn van Duren
2021-10-23YIELD() in pf_table.c should preempt for ioctl() callers onlyAlexandr Nedvedicky
2021-10-23Move "-T" and "exec" support out of SMALLKlemens Nanni
2021-10-23Add back the fips mode test functions, new stuff requires this.Bob Beck
2021-10-23Untangle ssl3_get_message() return values.Joel Sing
2021-10-23add "rcctl ls rogue", to show daemons which are running but not set asStuart Henderson
2021-10-23Revise regress for tlsext_tick_lifetime_hint changing type.Joel Sing
2021-10-23Add a length check before NUL-terminating target. From Jonas Termansen.Theo Buehler
2021-10-23Change tlsext_tick_lifetime_hint to uint32_t.Joel Sing
2021-10-23unwind(8) gives the most preferred resolver strategy a bit more timeFlorian Obser
2021-10-22Prepare to provide X509_get_{extended_,}key_usage()Theo Buehler
2021-10-22Document existent "descr" alias for "description"Klemens Nanni
2021-10-22Make ":tdelete" workKlemens Nanni
2021-10-22oops.mbuhl
2021-10-22add missing FreeBSD libm tests, update the othersmbuhl
2021-10-22Switch from u_int and u_char to u32 and u8 to avoid portability issues.Theo Buehler
2021-10-22Remove key and trim text if menu cannot fit in available space, based onNicholas Marriott
2021-10-22add some punctuation;Jason McIntyre
2021-10-22Prepare to provide X509_REQ_pubkey_get0()Theo Buehler
2021-10-22remove some bad punctuation;Jason McIntyre
2021-10-22new manual page EVP_PKEY_add1_attr(3) documenting nine functionsIngo Schwarze
2021-10-22Make error handling in IPsec consistent. Pass errors to the callers.Alexander Bluhm
2021-10-22Revert "Preserve select(2) semantics when the other end of the pipe is gone".Martin Pieuchot
2021-10-22oops, missed unused variable in previousFlorian Obser
2021-10-22Make EVFILT_EXCEPT handling separate from the read filter.Martin Pieuchot
2021-10-22config_new_empty() should give us a completely empty config, letFlorian Obser
2021-10-22Update to tzdata2021e from www.iana.org. Major changes:Todd C. Miller
2021-10-22Mask LPI interrupts. This fixes an interrupt storm on dwge(4) variantsMark Kettenis
2021-10-22Honour enabled resolvers to keep unused forwarders actually disabledKlemens Nanni
2021-10-22new manual page X509at_add1_attr(3)Ingo Schwarze
2021-10-22fix a gratuitiously different argument nameIngo Schwarze
2021-10-22After deleting hifn(4) the only provider for the LZS compressionAlexander Bluhm
2021-10-22new manual page X509at_get_attr(3)Ingo Schwarze
2021-10-22First step of cleanup in the io land. Introduce io_buf_new() andClaudio Jeker
2021-10-22Implement --compare-dest in openrsync. compare-dest allows you to addClaudio Jeker
2021-10-22Prevent mem leaks in the (unlikely) event that getaddrinfo returnsDarren Tucker
2021-10-22Put back sys/types.h and sys/socket.h. The latter was unintentionallyTheo Buehler