summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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