summaryrefslogtreecommitdiff
path: root/lib/gnutls_range.c
Commit message (Collapse)AuthorAgeFilesLines
* several bug fixes due to coverity.Nikos Mavrogiannopoulos2014-04-151-4/+0
|
* reindented codeNikos Mavrogiannopoulos2013-11-081-213/+206
|
* _gnutls_send_tlen_int() accepts the actual pad rather than the intended ↵Nikos Mavrogiannopoulos2013-09-011-3/+10
| | | | data. Corrections in sending records with %NEW_PADDING.
* eliminated the need for the additional version variable.Nikos Mavrogiannopoulos2013-07-151-1/+1
|
* simplified access to cipher and mac properties to reduce wasted cycles.Nikos Mavrogiannopoulos2013-05-251-3/+3
|
* updates in range handling code.Nikos Mavrogiannopoulos2013-04-061-20/+22
|
* document limitationNikos Mavrogiannopoulos2013-02-041-0/+2
|
* Make sure we don't fail if writing gets interruptedAlfredo Pironti2013-02-041-0/+9
|
* small fixesNikos Mavrogiannopoulos2013-01-291-20/+23
|
* gnutls_range_split accepts pointers as arguments.Nikos Mavrogiannopoulos2013-01-251-4/+4
|
* Make gnutls_range_split available from the GnuTLS APIAlfredo Pironti2013-01-251-6/+22
|
* Small changes and a sanity checkNikos Mavrogiannopoulos2013-01-231-5/+5
|
* Updated ranges patch.Nikos Mavrogiannopoulos2013-01-231-98/+87
|
* GnuTLS Length Hiding patch.Alfredo Pironti2013-01-231-0/+293
- Remove random padding; use minimal padding with legacy interface - With new interface, use LH when possible, that is in CBC mode or with the new padding extension - Rename priority to "NEW_PADDING" - gnutls-cli: add command line switch --ranges using LH when possible. - Update documentation Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>