Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | several bug fixes due to coverity. | Nikos Mavrogiannopoulos | 2014-04-15 | 1 | -4/+0 |
| | |||||
* | reindented code | Nikos Mavrogiannopoulos | 2013-11-08 | 1 | -213/+206 |
| | |||||
* | _gnutls_send_tlen_int() accepts the actual pad rather than the intended ↵ | Nikos Mavrogiannopoulos | 2013-09-01 | 1 | -3/+10 |
| | | | | data. Corrections in sending records with %NEW_PADDING. | ||||
* | eliminated the need for the additional version variable. | Nikos Mavrogiannopoulos | 2013-07-15 | 1 | -1/+1 |
| | |||||
* | simplified access to cipher and mac properties to reduce wasted cycles. | Nikos Mavrogiannopoulos | 2013-05-25 | 1 | -3/+3 |
| | |||||
* | updates in range handling code. | Nikos Mavrogiannopoulos | 2013-04-06 | 1 | -20/+22 |
| | |||||
* | document limitation | Nikos Mavrogiannopoulos | 2013-02-04 | 1 | -0/+2 |
| | |||||
* | Make sure we don't fail if writing gets interrupted | Alfredo Pironti | 2013-02-04 | 1 | -0/+9 |
| | |||||
* | small fixes | Nikos Mavrogiannopoulos | 2013-01-29 | 1 | -20/+23 |
| | |||||
* | gnutls_range_split accepts pointers as arguments. | Nikos Mavrogiannopoulos | 2013-01-25 | 1 | -4/+4 |
| | |||||
* | Make gnutls_range_split available from the GnuTLS API | Alfredo Pironti | 2013-01-25 | 1 | -6/+22 |
| | |||||
* | Small changes and a sanity check | Nikos Mavrogiannopoulos | 2013-01-23 | 1 | -5/+5 |
| | |||||
* | Updated ranges patch. | Nikos Mavrogiannopoulos | 2013-01-23 | 1 | -98/+87 |
| | |||||
* | GnuTLS Length Hiding patch. | Alfredo Pironti | 2013-01-23 | 1 | -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> |