summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-17Add a reference for the non-standard post-handshake handshake (PHH).tb1-2/+2
2019-11-17Ensure that we are never operating in plaintext mode once the handshakejsing1-1/+7
2019-11-17fail to usage if extra argv are presentderaadt1-8/+4
2019-11-17Provide framework for sending alerts and post-handshake handshake messages.jsing2-15/+174
2019-11-17indent with a tab instead of 8 spacestb1-2/+2
2019-11-17Move the TLSv1.3 server message handling stubs.jsing2-125/+125
2019-11-17Add the initial framework for the TLSv1.3 server.jsing3-3/+84
2019-11-17tls13_connect() should be static.jsing1-2/+2
2019-11-17Fix backoff to legacy when in client auth mode.beck1-2/+2
2019-11-17Drop back to the legacy tls method if we are doing client authenticaitonbeck1-1/+7
2019-11-17Separate the callbacks for recieved and completed post handshake messagesbeck3-10/+22
2019-11-16Allow 1.3 ciphers in libtls.beck1-2/+2
2019-11-16Revert previous deduplication diff, I broke portable in a strange way.beck1-47/+58
2019-11-16Allow portable to override the default CA bundle locationbeck2-3/+7
2019-11-15Deduplicate some extension processing code.beck1-58/+47
2019-11-14Add missing cross-reference to NOTES section.millert1-3/+3
2019-11-13refactor the nc pool loop to not shut down the socket early, andbeck1-36/+64
2019-11-10It has been called to my attention that the cookie monster ascii artbeck1-17/+7
2019-11-09Add test for req -addext in appstest.shinoguchi1-1/+2
2019-11-06Check return value and remove unnecessary variableinoguchi1-7/+7
2019-11-06Add -addext option to openssl(1) req subcommandinoguchi1-3/+133
2019-11-06use curly braces for consistencytb1-2/+2
2019-11-05Remove trailing space in appstest.shinoguchi1-15/+15
2019-11-05Add test for cms in appstest.shinoguchi1-1/+57
2019-11-04Allow ip addresses as argument to SSL_set1_host() but be careful to nototto1-2/+14
2019-11-04Fix an out of bound read/write when using a proxy.millert2-11/+21
2019-11-04Indent labels for diffability.jsing1-5/+5
2019-11-04Remove spaces between * and variable names.jsing1-25/+25
2019-11-04Remove explicit NULL checks before *_free() calls.jsing1-21/+14
2019-11-04Hook openssl(1) cms back up.jsing3-4/+8
2019-11-04Currently we need to include pem.h before cms.h...jsing1-2/+3
2019-11-04Remove engine argument from load_cert() calls.jsing1-8/+8