Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Export tls_messages.h as a public header | René Korthaus | 2016-12-23 | 1 | -1/+2 |
| | | | | | | | TLS::Callbacks::inspect_handshake_message() allows applications to inspect all handshake messages, but this requires access to the types in tls_messages.h. As a matter of fact, this also exports tls_extensions.h as a public header. | ||||
* | Convert to using standard uintN_t integer types | Jack Lloyd | 2016-12-18 | 1 | -7/+7 |
| | | | | | | Renames a couple of functions for somewhat better name consistency, eg make_u32bit becomes make_uint32. The old typedefs remain for now since probably lots of application code uses them. | ||||
* | Disable TLS signature and finished message checks in fuzzer mode | Jack Lloyd | 2016-12-17 | 1 | -1/+8 |
| | | | | | Also use a const time comparison for the finished message, though I don't see any real way of exploiting that timing channel. | ||||
* | make sure kdf labels are always used | Kai Michaelis | 2016-06-01 | 1 | -3/+4 |
| | |||||
* | add label parameter to KDF::derive_key | Kai Michaelis | 2016-05-19 | 1 | -1/+1 |
| | |||||
* | Remaining cppcheck fixes that are not covered by GH #444 | Daniel Neus | 2016-03-05 | 1 | -6/+3 |
| | |||||
* | Remove SSLv3 and handling of SSLv2 client hellos. | lloyd | 2015-01-11 | 1 | -32/+13 |
| | |||||
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 1 | -1/+1 |
| | | | | | Update license header line to specify the terms and refer to the file, neither of which it included before. | ||||
* | Guess I won't be needing these | lloyd | 2014-01-18 | 1 | -1/+0 |
| | |||||
* | Move lib into src | lloyd | 2014-01-10 | 1 | -0/+104 |