summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-10fix error message when querying a non-existent tabledenis
2018-11-10unbreak VLAN filteringdenis
2018-11-10Remove dead codeBob Beck
2018-11-10SpelingBob Beck
2018-11-10Regress client and server can do session reuse now. Test this withAlexander Bluhm
2018-11-10Tweak and improve the TLSv1.3 state machine.Joel Sing
2018-11-10Make sure the interop test happen last (since they take a long time)Bob Beck
2018-11-10add support for setting the traffic class on ipv6 packets.David Gwynne
2018-11-10Clean up and free objects at the completion of the regress test.Joel Sing
2018-11-10fix a leak reported by Ben L (bobsayshilol () live ! co ! uk)Theo Buehler
2018-11-10Fix a leak reported by Ben L bobsayshilol () live ! co ! uk.Theo Buehler
2018-11-10fix a leak pointed out by Ben L (bobsayshi () live ! co ! uk)Theo Buehler
2018-11-10Avoid a double allocation and memory leak.Joel Sing
2018-11-10Stop keeping track of sigalgs by guessing it from digest and pkey,Bob Beck
2018-11-10More regress all the way to exporter_masterBob Beck
2018-11-10Use TLS13_HS_{CLIENT,SERVER} instead of using a redundant _SEND{,S}.Theo Buehler
2018-11-10Fix last of the empty hash nonsenseBob Beck
2018-11-09Update key schedule regress to match API changes.Joel Sing
2018-11-09Fix the TLSv1.3 key schedule implementation.Joel Sing
2018-11-09Use "send" and "recv" consistently instead of mixing them with "read"Theo Buehler
2018-11-09Initialize priv_key and pub_key on first use instead of at the top.Theo Buehler
2018-11-09Initialize priv_key and pub_key on first use instead of at the top.Theo Buehler
2018-11-09The Botan library from ports an be configured to use OpenSSL orAlexander Bluhm
2018-11-09Avoid dereferencing eckey before checking it for NULL.Theo Buehler
2018-11-09Document interactions of rad(8), carp(4), and SOII:Stefan Sperling
2018-11-09fix a typodenis
2018-11-09remove the not yet implemented "handshake" subdirectoryTheo Buehler
2018-11-09Add subdirectires with SUBDIR += instead of a single assignment withTheo Buehler
2018-11-09retuned -> returned;Jason McIntyre
2018-11-09The 'recvfd' and 'inet' promises are no longer required by tcpdump(8)Bryan Steele
2018-11-09Remove ethers(5) YP support bits from libc as it makes it difficult toBryan Steele
2018-11-09Ensure we free the handshake transcript upon session resumption.Joel Sing
2018-11-09Abstract a separate function to scan the list provided by getifaddrs()Kenneth R Westerback
2018-11-09Document m_leadingspace() and m_trailingspace() instead of the makros whichClaudio Jeker
2018-11-09M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers forClaudio Jeker
2018-11-09Remove the last few XXX rdomain markers. Even those functions respect theClaudio Jeker
2018-11-09Delete superfluous libc reach-around variables, left over from thePhilip Guenther
2018-11-09The cert subdir is testing all combinations of certificate validation.Alexander Bluhm
2018-11-09Delete superfluous libc reacharounds.Philip Guenther
2018-11-09Ensure we only choose sigalgs from our prefernce list, not the whole listBob Beck
2018-11-09Delete support for obsolete BSS PLT format, which was last known to bePhilip Guenther
2018-11-09Add the ability to have a separate priority list for sigalgs.Bob Beck
2018-11-09Correct defines for writer tests in connect/accept loops.Joel Sing
2018-11-09Correct function naming for tls13_handshake_advance_state_machine().Joel Sing
2018-11-09Avoid leak: free existing SRTP connection profiles beforeTheo Buehler
2018-11-09Avoid leaking memory that was already allocated in ASN1_item_new().Theo Buehler
2018-11-09Fix a buffer overrun in asn1_parse2().Theo Buehler
2018-11-09In verbose mode netcat reports to stderr when the listen systemAlexander Bluhm
2018-11-09Add const to the data argument of ASN1_set{,_int}_octetstring().Theo Buehler
2018-11-09Add header guards and hidden declarations.Joel Sing