Age | Commit message (Expand) | Author |
2019-12-01 | comply with POSIX and make execve() return EACCES for directories | Christian Weisgerber |
2019-12-01 | crank libelf major for exec_elf.h changes | Jonathan Gray |
2019-11-28 | bump libcbor after symbol addition; ok deraadt@ | Christian Weisgerber |
2019-11-28 | Fix typo in comment in struct pcap_pkthdr | akoshibe |
2019-11-28 | update to libcbor rev 56a43b1e799; this includes a number of fixes | Damien Miller |
2019-11-27 | tweak previous: add missing name after .Fn, delete stray .Pp, | Ingo Schwarze |
2019-11-27 | Document msyscall(2): ld.so can use this (once only) to tell the kernel | Theo de Raadt |
2019-11-27 | sync upstream commit with manpage fixes from jmc@ | Damien Miller |
2019-11-26 | Add support for TLS 1.3 post handshake messages and key updating. | Bob Beck |
2019-11-25 | gcc3, like clang and unlike our gcc4, doesn't support redirecting builtins | Philip Guenther |
2019-11-21 | A touch of style(9) | Tim van der Molen |
2019-11-21 | Use explicit_bzero() to clear key material | Tim van der Molen |
2019-11-21 | zero tmpout too. reminded by related diff from tim | Ted Unangst |
2019-11-21 | overwrite the key in failure modes in case the caller doesn't check. | Ted Unangst |
2019-11-20 | Add accessors to change the buffer in a handshake message. | Bob Beck |
2019-11-20 | Fix rsa key output format | Kinichiro Inoguchi |
2019-11-19 | Sync documentation fixes from upstream: | Damien Miller |
2019-11-18 | Add prototypes for the functions that update application secrets | Bob Beck |
2019-11-18 | Provide a clean interface for sending TLSv1.3 alerts. | Joel Sing |
2019-11-17 | Change tls13_record_layer_phh() to take a CBS as this avoids ownership | Joel Sing |
2019-11-17 | Correct update of application traffic secrets to use an empty context | Bob Beck |
2019-11-17 | Bring back the ssl_shutdown internal method pointer. | Joel Sing |
2019-11-17 | Add a reference for the non-standard post-handshake handshake (PHH). | Theo Buehler |
2019-11-17 | Ensure that we are never operating in plaintext mode once the handshake | Joel Sing |
2019-11-17 | Provide framework for sending alerts and post-handshake handshake messages. | Joel Sing |
2019-11-17 | indent with a tab instead of 8 spaces | Theo Buehler |
2019-11-17 | Move the TLSv1.3 server message handling stubs. | Joel Sing |
2019-11-17 | Add the initial framework for the TLSv1.3 server. | Joel Sing |
2019-11-17 | tls13_connect() should be static. | Joel Sing |
2019-11-17 | Fix backoff to legacy when in client auth mode. | Bob Beck |
2019-11-17 | Drop back to the legacy tls method if we are doing client authenticaiton | Bob Beck |
2019-11-17 | Separate the callbacks for recieved and completed post handshake messages | Bob Beck |
2019-11-16 | Allow 1.3 ciphers in libtls. | Bob Beck |
2019-11-16 | Revert previous deduplication diff, I broke portable in a strange way. | Bob Beck |
2019-11-16 | Allow portable to override the default CA bundle location | Bob Beck |
2019-11-15 | Deduplicate some extension processing code. | Bob Beck |
2019-11-15 | Fix a segmentation fault in ncurses. | Frederic Cambus |
2019-11-15 | our older gcc requires forced -std=c99 | Theo de Raadt |
2019-11-14 | LDADD for libcbor and libusbhid | Damien Miller |
2019-11-14 | extra whitespace | Theo de Raadt |
2019-11-14 | add libcbor and libfido2 | Damien Miller |
2019-11-14 | import libfido2 (git HEAD). This library allows communication with | Damien Miller |
2019-11-14 | Add libcbor; an implementation of the Concise Binary Object | Damien Miller |
2019-11-14 | Add missing cross-reference to NOTES section. | Todd C. Miller |
2019-11-12 | Now that libc.so has only five PLT entries on almost all our archs, | Philip Guenther |
2019-11-10 | Mark as 'protected' all the routines from the quad/ and softfloat/ subdirs, | Philip Guenther |
2019-11-05 | MPLSCTL_MAXINKLOOP (net.mpls.maxloop_inkernel) was removed. Adjust manpage. | Claudio Jeker |
2019-11-04 | Allow ip addresses as argument to SSL_set1_host() but be careful to not | Otto Moerbeek |
2019-11-04 | Reshuffle RSA_PSS_PARAMS and RSA_OAEP_PARAMS to avoid duplicate typedef. | Joel Sing |
2019-11-02 | Sort standard_methods by pkey_id. | Kinichiro Inoguchi |