summaryrefslogtreecommitdiff
path: root/lib/range.c
Commit message (Collapse)AuthorAgeFilesLines
* gnutls_record_can_use_length_hiding: corrected return typeNikos Mavrogiannopoulos2018-04-041-1/+1
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* range: make length hiding always usable under TLS 1.3Daiki Ueno2018-02-191-4/+20
| | | | | | | | This patch reintroduce the extended record padding mode removed in commit 7df219f0. Under TLS 1.3, the padding mode can be implemented in the record protocol. Signed-off-by: Daiki Ueno <dueno@redhat.com>
* doc: fix mention of gnutls_record_send_range()Daiki Ueno2018-02-191-2/+2
| | | | Signed-off-by: Daiki Ueno <dueno@redhat.com>
* record: added TLS 1.3 record parsing and key derivationNikos Mavrogiannopoulos2018-02-191-1/+4
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* doc updatetmp-refuse-record-sendNikos Mavrogiannopoulos2017-01-181-1/+1
|
* Amend: Allow for conditional compilation of SSL 3.0 protocolNikos Mavrogiannopoulos2016-05-201-0/+2
| | | | This patch makes conditional several more SSL 3.0-only parts of codebase.
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-0/+304