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