Age | Commit message (Expand) | Author |
2018-11-09 | Initialize priv_key and pub_key on first use instead of at the top. | Theo Buehler |
2018-11-09 | Initialize priv_key and pub_key on first use instead of at the top. | Theo Buehler |
2018-11-09 | The Botan library from ports an be configured to use OpenSSL or | Alexander Bluhm |
2018-11-09 | Avoid dereferencing eckey before checking it for NULL. | Theo Buehler |
2018-11-09 | Document interactions of rad(8), carp(4), and SOII: | Stefan Sperling |
2018-11-09 | fix a typo | denis |
2018-11-09 | remove the not yet implemented "handshake" subdirectory | Theo Buehler |
2018-11-09 | Add subdirectires with SUBDIR += instead of a single assignment with | Theo Buehler |
2018-11-09 | retuned -> returned; | Jason McIntyre |
2018-11-09 | The 'recvfd' and 'inet' promises are no longer required by tcpdump(8) | Bryan Steele |
2018-11-09 | Remove ethers(5) YP support bits from libc as it makes it difficult to | Bryan Steele |
2018-11-09 | Ensure we free the handshake transcript upon session resumption. | Joel Sing |
2018-11-09 | Abstract a separate function to scan the list provided by getifaddrs() | Kenneth R Westerback |
2018-11-09 | Document m_leadingspace() and m_trailingspace() instead of the makros which | Claudio Jeker |
2018-11-09 | M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers for | Claudio Jeker |
2018-11-09 | Remove the last few XXX rdomain markers. Even those functions respect the | Claudio Jeker |
2018-11-09 | Delete superfluous libc reach-around variables, left over from the | Philip Guenther |
2018-11-09 | The cert subdir is testing all combinations of certificate validation. | Alexander Bluhm |
2018-11-09 | Delete superfluous libc reacharounds. | Philip Guenther |
2018-11-09 | Ensure we only choose sigalgs from our prefernce list, not the whole list | Bob Beck |
2018-11-09 | Delete support for obsolete BSS PLT format, which was last known to be | Philip Guenther |
2018-11-09 | Add the ability to have a separate priority list for sigalgs. | Bob Beck |
2018-11-09 | Correct defines for writer tests in connect/accept loops. | Joel Sing |
2018-11-09 | Correct function naming for tls13_handshake_advance_state_machine(). | Joel Sing |
2018-11-09 | Avoid leak: free existing SRTP connection profiles before | Theo Buehler |
2018-11-09 | Avoid leaking memory that was already allocated in ASN1_item_new(). | Theo Buehler |
2018-11-09 | Fix a buffer overrun in asn1_parse2(). | Theo Buehler |
2018-11-09 | In verbose mode netcat reports to stderr when the listen system | Alexander Bluhm |
2018-11-09 | Add const to the data argument of ASN1_set{,_int}_octetstring(). | Theo Buehler |
2018-11-09 | Add header guards and hidden declarations. | Joel Sing |
2018-11-09 | Add header guards and hidden declarations. | Joel Sing |
2018-11-09 | typo in error message; caught by Debian lintian, via Colin Watson | Damien Miller |
2018-11-09 | correct local variable name; from yawang AT microsoft.com | Damien Miller |
2018-11-09 | Reimplement the sigalgs processing code into a new implementation | Bob Beck |
2018-11-08 | First skeleton of the TLS 1.3 state machine. Based on RFC 8446 and | Theo Buehler |
2018-11-08 | KNF | Bob Beck |
2018-11-08 | Clean up and simplify the handshake transcript code. | Joel Sing |
2018-11-08 | Add missing NULL checks on allocation, style(9) and consistently use | Joel Sing |
2018-11-08 | Add missing BN_free() calls. | Joel Sing |
2018-11-08 | Use ASN1_TYPE_new()/ASN1_TYPE_free() to avoid leaking memory. | Joel Sing |
2018-11-08 | Stop pretending that a cert member in a SSL and SSL_CTX can be NULL. | Joel Sing |
2018-11-08 | Move #include <openssl/evp.h> to the header. | Theo Buehler |
2018-11-08 | Ensure the handshake transcript is cleaned up. | Joel Sing |
2018-11-08 | It isn't possible to specify buffer name to copy mode commands now, so | Nicholas Marriott |
2018-11-08 | Peldge and unveil can have struct data size 0. While there, fix "fds" | Otto Moerbeek |
2018-11-08 | Remove some function prototypes that should have been removed in the | Joel Sing |
2018-11-08 | Set sc_server.srv_tls value for "LISTEN ON STRING opttls". | akoshibe |
2018-11-08 | LibreSSL 2.9.0 | Brent Cook |
2018-11-08 | Close the fingerprints file in the child after it has been loaded. | Bryan Steele |
2018-11-08 | Currently, switchd(8) defaults to listening on port 6633, which was the | akoshibe |