summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-11-09Add header guards and hidden declarations.Joel Sing
2018-11-09typo in error message; caught by Debian lintian, via Colin WatsonDamien Miller
2018-11-09correct local variable name; from yawang AT microsoft.comDamien Miller
2018-11-09Reimplement the sigalgs processing code into a new implementationBob Beck
2018-11-08First skeleton of the TLS 1.3 state machine. Based on RFC 8446 andTheo Buehler
2018-11-08KNFBob Beck
2018-11-08Clean up and simplify the handshake transcript code.Joel Sing
2018-11-08Add missing NULL checks on allocation, style(9) and consistently useJoel Sing
2018-11-08Add missing BN_free() calls.Joel Sing
2018-11-08Use ASN1_TYPE_new()/ASN1_TYPE_free() to avoid leaking memory.Joel Sing
2018-11-08Stop pretending that a cert member in a SSL and SSL_CTX can be NULL.Joel Sing
2018-11-08Move #include <openssl/evp.h> to the header.Theo Buehler
2018-11-08Ensure the handshake transcript is cleaned up.Joel Sing
2018-11-08It isn't possible to specify buffer name to copy mode commands now, soNicholas Marriott
2018-11-08Peldge and unveil can have struct data size 0. While there, fix "fds"Otto Moerbeek
2018-11-08Remove some function prototypes that should have been removed in theJoel Sing
2018-11-08Set sc_server.srv_tls value for "LISTEN ON STRING opttls".akoshibe
2018-11-08LibreSSL 2.9.0Brent Cook
2018-11-08Close the fingerprints file in the child after it has been loaded.Bryan Steele
2018-11-08Currently, switchd(8) defaults to listening on port 6633, which was theakoshibe