Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2021-01-19 | Prevent an overflow in inet_net_pton(3) when the passed in buffer is | florian | 1 | -11/+18 |
2021-01-13 | Clean up dtls1_reset_seq_numbers() | jsing | 1 | -10/+7 |
2021-01-13 | Clean up read sequence handling in DTLS. | jsing | 1 | -19/+21 |
2021-01-13 | Clean up sequence number handing in the new TLSv1.2 record layer. | jsing | 3 | -69/+89 |
2021-01-12 | A few minor tweaks to make my OCD happy. | tb | 1 | -12/+9 |
2021-01-12 | Split the record protection from the TLSv1.2 record layer. | jsing | 1 | -75/+101 |
2021-01-11 | Print error if SSL_{connect,accept,shutdown}(3) don't run to completion. | tb | 1 | -3/+13 |
2021-01-11 | Shut down the TLS connections properly. | tb | 1 | -3/+28 |
2021-01-11 | Include headers used instead of relying on ssl.h pulling in the world. | tb | 1 | -1/+7 |
2021-01-10 | Merge handshake_loop() into handshake(). There's no benefit in having | tb | 1 | -18/+7 |
2021-01-10 | tweak a comment | tb | 1 | -2/+2 |
2021-01-10 | Link shared ciphers test to build | tb | 1 | -1/+3 |