Age | Commit message (Expand) | Author |
2018-11-10 | fix a leak reported by Ben L (bobsayshilol () live ! co ! uk) | Theo Buehler |
2018-11-10 | Fix a leak reported by Ben L bobsayshilol () live ! co ! uk. | Theo Buehler |
2018-11-10 | fix a leak pointed out by Ben L (bobsayshi () live ! co ! uk) | Theo Buehler |
2018-11-10 | Avoid a double allocation and memory leak. | Joel Sing |
2018-11-10 | Stop keeping track of sigalgs by guessing it from digest and pkey, | Bob Beck |
2018-11-10 | More regress all the way to exporter_master | Bob Beck |
2018-11-10 | Use TLS13_HS_{CLIENT,SERVER} instead of using a redundant _SEND{,S}. | Theo Buehler |
2018-11-10 | Fix last of the empty hash nonsense | Bob Beck |
2018-11-09 | Update key schedule regress to match API changes. | Joel Sing |
2018-11-09 | Fix the TLSv1.3 key schedule implementation. | Joel Sing |
2018-11-09 | Use "send" and "recv" consistently instead of mixing them with "read" | Theo Buehler |
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 |