aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/tls/tls_record.h
Commit message (Expand)AuthorAgeFilesLines
* prepare TLS 1.2 for addition of TLS 1.3Hannes Rantzsch2022-04-041-188/+0
* Fix clang-tidy performance warningsJack Lloyd2022-02-061-1/+1
* Resolve Doxygen warningsJack Lloyd2020-10-281-2/+2
* Small refactorings of TLS record layerJack Lloyd2020-04-241-1/+17
* Fix DTLS reconnectionJack Lloyd2019-07-131-1/+7
* Return the record metadata in a structJack Lloyd2019-07-051-28/+46
* Remove Record_Raw_InputJack Lloyd2019-07-041-27/+5
* Remove Record_Message structJack Lloyd2019-07-041-27/+10
* Return reference hereJack Lloyd2019-05-251-1/+5
* Simplification in record layerJack Lloyd2019-05-241-3/+3
* Use enums to represent TLS signature and kex algorithms.Jack Lloyd2018-01-281-4/+6
* Apply final annotations to the library alsoJack Lloyd2017-09-221-4/+4
* More include header cleanupsJack Lloyd2017-09-211-2/+0
* Header file cleanupsJack Lloyd2017-09-211-0/+1
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Content:Tomasz Frydrych2017-04-031-12/+12
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-26/+26
* Fix doxygen warnings [ci skip]René Korthaus2016-10-191-5/+2
* TLS: Split CBC+HMAC modes to standalone AEAD_ModeJack Lloyd2016-10-071-29/+5
* Merge master into this branch, resolving conflicts with #457/#576Jack Lloyd2016-08-311-9/+78
|\
| * Changes to TLS::Callbacks for GH PR #457Jack Lloyd2016-08-161-4/+0
| * Reduction of code complexity in TLS classes.Matthias Gierlings2016-06-191-9/+82
* | Encrypt-then-MAC extension (RFC 7366)Juraj Somorovsky2016-05-111-1/+6
|/
* Add IETF standard ChaCha20Poly1305 ciphersuites to TLSJack Lloyd2016-03-231-6/+6
* Remove RC4 (and all support for stream ciphers) from TLSlloyd2015-05-151-4/+0
* Add typedefs for function signatures/types used in TLS for easier readinglloyd2015-01-271-1/+4
* Remove SSLv3 and handling of SSLv2 client hellos.lloyd2015-01-111-3/+0
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Add ChaCha20Poly1305 TLS ciphersuites compatible with Google's implementationlloyd2014-12-311-4/+5
* A TLS Server can now process either TLS or DTLS but not either,lloyd2014-11-151-0/+1
* Cleanup handling of TLS AEAD nonce sizes, push all knowledge of whatlloyd2014-11-031-1/+4
* Add support for DTLS handshake timeouts and retransmissions.lloyd2014-10-061-1/+1
* Guess I won't be needing theselloyd2014-01-181-1/+0
* Move lib into srclloyd2014-01-101-0/+135