Age | Commit message (Expand) | Author |
2022-07-04 | somehow, when I created this file, I copied the licence of the other files | Marc Espie |
2022-07-04 | Ignore any CERT payload after the first instead of failing the exchange | Tobias Heider |
2022-07-04 | Add TEST_REGRESS_CACHE_DIR which, if set, is used to cache regress test | Darren Tucker |
2022-07-04 | Fix error in the comparison of the Child SA nonces to decide which | Tobias Heider |
2022-07-04 | Sort panes by index not by ID, GitHub issue 3249. | Nicholas Marriott |
2022-07-04 | Mouse clicks could change current item, so work it out again. GitHub | Nicholas Marriott |
2022-07-03 | Reword a comment | Theo Buehler |
2022-07-03 | Unwrap a line | Theo Buehler |
2022-07-03 | Revert previous changeset: While using .Nm without an argument | Job Snijders |
2022-07-03 | use sys/types.h to get at __dead. | Florian Obser |
2022-07-03 | thou shalt not include sys/cdefs.h because it is not standardized, the | Theo de Raadt |
2022-07-03 | Update instructions for using curl's mk-ca-bundle script. | Stuart Henderson |
2022-07-03 | Simplify certificate list handling code in legacy server. | Joel Sing |
2022-07-03 | Simplify certificate list handling code in legacy client. | Joel Sing |
2022-07-03 | Instead of the custom <div class="manual-text">, use the standard | Ingo Schwarze |
2022-07-03 | Nm is already defined | Job Snijders |
2022-07-03 | Create virtual interfaces upfront if specified on the command line | Klemens Nanni |
2022-07-03 | Implement SVCB and HTTPS record types. | Florian Obser |
2022-07-03 | Simplify tls1_ec_nid2group_id() | Theo Buehler |
2022-07-03 | Simplify tls1_ec_group_id2{bits,nid}() | Theo Buehler |
2022-07-02 | Call certificate variables cert and certs, rather than x and sk | Joel Sing |
2022-07-02 | Make -s accept HUP like kill(1) and GNU timeout(1) do | Klemens Nanni |
2022-07-02 | Use ASN1_INTEGER to parse/build (Z)LONG_it | Joel Sing |
2022-07-02 | sync | Theo de Raadt |
2022-07-02 | dhclient(8) has been undergoing replacement with "ifconfig xxx inet auto" | Theo de Raadt |
2022-07-02 | Remove references to openssl/obj_mac.h | Joel Sing |
2022-07-02 | Stop using ssl{_ctx,}_security() outside of ssl_seclevel.c | Theo Buehler |
2022-07-02 | Avoid c99 features, come on, this is supposed to be highly portable software | Theo de Raadt |
2022-07-02 | Adjust to new tls1_ec_nid2group_id API. | Theo Buehler |
2022-07-02 | Rename uses 'curve' to 'group' and rework tls1 group API. | Theo Buehler |
2022-07-02 | Fix off-by-one in length check. | Theo Buehler |
2022-07-02 | remove machine/lock.h where unused | Jonathan Gray |
2022-07-02 | Unlock peer in the SOCK_STREAM and SOCK_SEQPACKET error path. | Vitaliy Makkoveev |
2022-07-02 | Make tls1_ec_curve_id2nid() return explicit NID_undef instead of 0 on error | Theo Buehler |
2009-07-31 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2022-07-02 | Remove unused device poll functions. | Visa Hankala |
2022-07-02 | Add /etc/rpki/skiplist | Daniel Jakots |
2022-07-02 | sync | Theo de Raadt |
2022-07-01 | Remove PIPEXCSESSION ioctl(2) call only from npppd(8). | Vitaliy Makkoveev |
2022-07-01 | Make fine grained unix(4) domain sockets locking. Use the per-socket | Vitaliy Makkoveev |
2022-07-01 | Remove extra line leftover from merge conflict. ok djm@ | Darren Tucker |
2022-07-01 | use consistent field names (s/char/byte) in format description | Damien Miller |
2022-07-01 | bump up loglevel from debug to info when unable to open authorized | Damien Miller |
2022-07-01 | Don't leak the strings allocated by order_hostkeyalgs() and | Darren Tucker |
2022-07-01 | Always return allocated strings from the kex filtering so that we | Darren Tucker |
2022-07-01 | ignore SIGPIPE earlier in main(), specifically before muxclient() | Damien Miller |
2022-06-30 | - do not talk about non-standard conversions, because we are not talking | Jason McIntyre |
2022-06-30 | Only have one version of send_rtmsg() which uses struct kroute_full(). | Claudio Jeker |
2022-06-30 | Reduce allocations and possible failures in uvm_pagermapin/out(). | Martin Pieuchot |
2022-06-30 | Fix bwfm(4) crash during detach on USB. | Stefan Sperling |