summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-23Modify sigalgs extension processing to accomodate TLS 1.3.beck8-40/+93
2019-01-23revert previous, accidentally contained another diff in additionbeck10-408/+61
2019-01-23Modify sigalgs extension processing for TLS 1.3.beck10-61/+408
2019-01-23Sync the handshakes table with the generated table in regress.tb1-19/+19
2019-01-23incorrrect spellingtb1-2/+2
2019-01-23do not print the command in the print: targettb1-2/+2
2019-01-23Add a regression test that builds up the handshake state tabletb2-1/+399
2019-01-23Remove static from handshakes[][] so it is visible from regress/tb1-2/+2
2019-01-23No need to include <bsd.prog.mk> here.tb2-4/+2
2019-01-22sort sections, and add a missing verb to the EXAMPLES text;jmc1-24/+24
2019-01-22Wrap long lineotto1-4/+4
2019-01-22bump minors after symbol additiontb3-3/+3
2019-01-22Document SSL_get1_supported_ciphers(3) and SSL_get_client_ciphers(3).tb1-7/+61
2019-01-22Add a re-implementation of SSL_get1_supported_ciphers().tb3-2/+38
2019-01-22Provide SSL_get_client_ciphers().tb3-2/+12
2019-01-22Add missing symbols from the EC_KEY_METHOD port.tb1-0/+8
2019-01-22add support for xchacha20 and xchacha20-poly1305dlg10-11/+399
2019-01-21lenght -> lengthjsg2-3/+3
2019-01-21a few tweakstedu1-5/+9
2019-01-21Add example showing a proper comparison function, as many examples showotto1-3/+40
2019-01-21Use the actual handshake message type in the certificate request handler.jsing1-4/+2
2019-01-21Move ssl_cipher_list_to_bytes() and ssl_bytes_to_cipher_list() totb2-116/+120
2019-01-21Provide the initial TLSv1.3 client implementation.jsing5-25/+192
2019-01-21Wire up the handshake message send and recv actions.jsing2-4/+44
2019-01-21In ssl_lib.c rev. 1.197, jsing@ added TLSv1.3 support to SSL_get_version(3).schwarze1-2/+4
2019-01-21The main handshake loop can be shared between client and server.jsing2-29/+15
2019-01-21Use ssl_cipher_is_permitted() in ssl_cipher_list_to_bytes().tb1-9/+6
2019-01-21Add ssl_cipher_is_permitted(), an internal helper function thattb3-2/+49
2019-01-21Correct some rwstate handling that I broke when refactoring.jsing1-3/+13
2019-01-21Provide TLS 1.3 cipher AEAD/hash and legacy I/O handling functions.jsing3-2/+210
2019-01-21Move struct tls13_ctx into a header since other things need access to it.jsing3-21/+21
2019-01-21Ensure we free TLS 1.3 handshake state.jsing1-6/+11
2019-01-21Teach ssl_version_string() about TLS1_3_VERSION.jsing1-1/+3
2019-01-21Store the record version and make it available for use.jsing2-10/+21
2019-01-20Fix header guardtb1-2/+5
2019-01-20Provide a handshake message handling implementation for TLS 1.3.jsing3-3/+213
2019-01-20Provide an initial implementation of the TLS 1.3 record layer.jsing3-6/+790
2019-01-20Update record regress to match functionality changes.jsing1-6/+37
2019-01-20Provide a way to get just the record header.jsing2-7/+33
2019-01-20hook handshake testtb1-1/+2
2019-01-20Add a simple test that verifies that every valid handshaketb2-0/+76
2019-01-20revert second hunk of previous that was committed by accidenttb1-2/+2
2019-01-20Add missing prototype for tls13_handshake_active_action().tb1-2/+4
2019-01-20include stdint.h over sys/types.hbcook1-2/+2
2019-01-20Add some internal consistency checks to the handshake state handling.jsing1-9/+23
2019-01-20TLS 1.3 clients always need to send the supported groups extension.jsing1-4/+5
2019-01-20Add an explicit flag to indicate a successful handshake insteadtb1-8/+6
2019-01-20Fix BN_is_prime_* calls in openssl(1), the API returns -1 on error.tb1-4/+8
2019-01-20Fix BN_is_prime_* calls in libcrypto, the API returns -1 on error.tb3-18/+35
2019-01-19change the default digest used byjsg2-4/+4