| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use TLS13_HS_{CLIENT,SERVER} instead of using a redundant _SEND{,S}. | tb | 2018-11-10 | 1 | -30/+28 |
* | Fix last of the empty hash nonsense | beck | 2018-11-10 | 2 | -32/+6 |
* | Update key schedule regress to match API changes. | jsing | 2018-11-09 | 1 | -21/+12 |
* | Fix the TLSv1.3 key schedule implementation. | jsing | 2018-11-09 | 2 | -66/+95 |
* | Use "send" and "recv" consistently instead of mixing them with "read" | tb | 2018-11-09 | 1 | -98/+108 |
* | Initialize priv_key and pub_key on first use instead of at the top. | tb | 2018-11-09 | 1 | -6/+4 |
* | Initialize priv_key and pub_key on first use instead of at the top. | tb | 2018-11-09 | 1 | -4/+4 |
* | The Botan library from ports an be configured to use OpenSSL or | bluhm | 2018-11-09 | 2 | -1/+22 |
* | Avoid dereferencing eckey before checking it for NULL. | tb | 2018-11-09 | 1 | -5/+6 |
* | remove the not yet implemented "handshake" subdirectory | tb | 2018-11-09 | 1 | -2/+1 |
* | Add subdirectires with SUBDIR += instead of a single assignment with | tb | 2018-11-09 | 3 | -67/+65 |
* | Remove ethers(5) YP support bits from libc as it makes it difficult to | brynet | 2018-11-09 | 2 | -70/+8 |
* | Ensure we free the handshake transcript upon session resumption. | jsing | 2018-11-09 | 1 | -1/+4 |
* | The cert subdir is testing all combinations of certificate validation. | bluhm | 2018-11-09 | 11 | -48/+244 |
* | Ensure we only choose sigalgs from our prefernce list, not the whole list | beck | 2018-11-09 | 4 | -10/+19 |
* | Add the ability to have a separate priority list for sigalgs. | beck | 2018-11-09 | 4 | -12/+43 |
* | Correct defines for writer tests in connect/accept loops. | jsing | 2018-11-09 | 1 | -3/+3 |
* | Correct function naming for tls13_handshake_advance_state_machine(). | jsing | 2018-11-09 | 1 | -4/+2 |
* | Avoid leak: free existing SRTP connection profiles before | tb | 2018-11-09 | 1 | -1/+2 |
* | Avoid leaking memory that was already allocated in ASN1_item_new(). | tb | 2018-11-09 | 1 | -5/+1 |
* | Fix a buffer overrun in asn1_parse2(). | tb | 2018-11-09 | 1 | -4/+7 |
* | In verbose mode netcat reports to stderr when the listen system | bluhm | 2018-11-09 | 1 | -16/+29 |
* | Add const to the data argument of ASN1_set{,_int}_octetstring(). | tb | 2018-11-09 | 2 | -6/+6 |
* | Add header guards and hidden declarations. | jsing | 2018-11-09 | 2 | -2/+19 |
* | Add header guards and hidden declarations. | jsing | 2018-11-09 | 1 | -1/+10 |
* | Reimplement the sigalgs processing code into a new implementation | beck | 2018-11-09 | 9 | -253/+340 |
* | First skeleton of the TLS 1.3 state machine. Based on RFC 8446 and | tb | 2018-11-08 | 3 | -4/+607 |
* | KNF | beck | 2018-11-08 | 1 | -3/+4 |
* | Clean up and simplify the handshake transcript code. | jsing | 2018-11-08 | 10 | -166/+144 |
* | Add missing NULL checks on allocation, style(9) and consistently use | jsing | 2018-11-08 | 1 | -35/+34 |
* | Add missing BN_free() calls. | jsing | 2018-11-08 | 1 | -1/+3 |
* | Use ASN1_TYPE_new()/ASN1_TYPE_free() to avoid leaking memory. | jsing | 2018-11-08 | 1 | -12/+17 |
* | Stop pretending that a cert member in a SSL and SSL_CTX can be NULL. | jsing | 2018-11-08 | 8 | -121/+18 |
* | Move #include <openssl/evp.h> to the header. | tb | 2018-11-08 | 2 | -3/+4 |
* | Ensure the handshake transcript is cleaned up. | jsing | 2018-11-08 | 2 | -3/+20 |
* | Remove some function prototypes that should have been removed in the | jsing | 2018-11-08 | 1 | -10/+2 |
* | LibreSSL 2.9.0 | bcook | 2018-11-08 | 1 | -3/+3 |
* | zap last remains of malloc.conf; prompted by and ok jmc@ | otto | 2018-11-08 | 1 | -6/+6 |
* | Use in-place (un)wrapping in the keywrap tests. | tb | 2018-11-07 | 1 | -5/+8 |
* | Add in key_schedule regress tests to regress build | beck | 2018-11-07 | 1 | -1/+2 |
* | Add a self test for each SSL library by connecting client with | bluhm | 2018-11-07 | 5 | -23/+88 |
* | Add initial TLS 1.3 key schedule support with basic regress tests | beck | 2018-11-07 | 5 | -2/+685 |
* | Add interop test with OpenSSL 1.1. TLS 1.3 should be used automatically | bluhm | 2018-11-07 | 5 | -10/+55 |
* | Use memmove() instead of memcpy() to get rid of the need for | tb | 2018-11-07 | 1 | -3/+3 |
* | Print SSLeay, OpenSSL, and LibreSSL version strings. Make client | bluhm | 2018-11-07 | 7 | -12/+71 |
* | Add TLSv1.3 cipher suites (with appropriate guards). | jsing | 2018-11-07 | 6 | -9/+100 |
* | +interop | bluhm | 2018-11-07 | 1 | -1/+2 |
* | Test TLS interoperability between LibreSSL and OpenSSL. | bluhm | 2018-11-07 | 10 | -0/+549 |
* | Add TLS extension type values for TLSv1.3 (under guards). | jsing | 2018-11-06 | 1 | -2/+16 |
* | Use TLS_CA_CERT_FILE instead of a separate define. | jsing | 2018-11-06 | 2 | -7/+4 |