summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2021-01-26Rewrap a comment line to fit into 80 columns.tb1-3/+3
2021-01-26zap a tabtb1-2/+2
2021-01-26Prepare to provide SSL_set_hostflags()tb2-2/+9
2021-01-26Move sequence numbers into the new TLSv1.2 record layer.jsing7-84/+38
2021-01-26Move private key setup to a helper function with proper erroreric1-10/+47
2021-01-22Avoid NULL deref on BIO_new{_mem_buf,}() failure.tb2-7/+11
2021-01-21when using fake keys, skip the private key checkeric1-1/+2
2021-01-21return -1 on error for consistencyeric1-2/+2
2021-01-21minor bump after symbol additioneric1-1/+1
2021-01-21Allow setting a keypair on a tls context without specifying the privateeric4-26/+77
2021-01-21Mop up unused dtls1_build_sequence_number() function.jsing2-25/+2
2021-01-21don't set AUTO_RETRY. it's a remnant of an experiment.tb1-3/+1
2021-01-20Drop unneeded cast in seal_record_protected_ciphertb1-2/+2
2021-01-19Add code to handle change of cipher state in the new TLSv1.2 record layer.jsing5-17/+137
2021-01-19Provide functions to determine if TLSv1.2 record protection is engaged.jsing5-18/+37
2021-01-19Provide record layer overhead for DTLS.jsing3-17/+38
2021-01-19Factor out code for explicit IV length, block size and MAC length.jsing1-21/+77
2021-01-19Prevent an overflow in inet_net_pton(3) when the passed in buffer isflorian1-11/+18
2021-01-13Clean up dtls1_reset_seq_numbers()jsing1-10/+7
2021-01-13Clean up read sequence handling in DTLS.jsing1-19/+21
2021-01-13Clean up sequence number handing in the new TLSv1.2 record layer.jsing3-69/+89
2021-01-12A few minor tweaks to make my OCD happy.tb1-12/+9
2021-01-12Split the record protection from the TLSv1.2 record layer.jsing1-75/+101
2021-01-11Print error if SSL_{connect,accept,shutdown}(3) don't run to completion.tb1-3/+13
2021-01-11Shut down the TLS connections properly.tb1-3/+28
2021-01-11Include headers used instead of relying on ssl.h pulling in the world.tb1-1/+7
2021-01-10Merge handshake_loop() into handshake(). There's no benefit in havingtb1-18/+7
2021-01-10tweak a commenttb1-2/+2
2021-01-10Link shared ciphers test to buildtb1-1/+3