summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* allow empty fragments with padding.Nikos Mavrogiannopoulos2013-07-291-1/+1
* corrected overhead calculation in AEAD ciphers.Nikos Mavrogiannopoulos2013-07-291-3/+1
* correctly link with librt when needed.Nikos Mavrogiannopoulos2013-07-291-1/+1
* link with libiconv when needed.Nikos Mavrogiannopoulos2013-07-292-2/+3
* use common macros to calculate the overhead.Nikos Mavrogiannopoulos2013-07-282-9/+7
* The after handshake function is now called before epoch change.Nikos Mavrogiannopoulos2013-07-288-19/+27
* Do not count pad and MAC as received data.Nikos Mavrogiannopoulos2013-07-271-0/+2
* simplified decrypted data allocation.Nikos Mavrogiannopoulos2013-07-261-2/+1
* small optimizations.Nikos Mavrogiannopoulos2013-07-263-16/+17
* When in compatibility mode allow for larger record sizes than the maximum.Nikos Mavrogiannopoulos2013-07-262-3/+7
* Added helper functions to export the available ciphers in a priority structureNikos Mavrogiannopoulos2013-07-253-0/+70
* When adding a bulk of priorities make sure they don't replace the whole list....Nikos Mavrogiannopoulos2013-07-251-1/+1
* avoid leaking a buffer element when _gnutls_stream_read returns 0Matt Whitlock2013-07-191-0/+3
* doc updateNikos Mavrogiannopoulos2013-07-191-0/+8
* gnutls priority string parsing bug fixStefan Bühler2013-07-191-8/+9
* Link with librt when needed. Reported by Joern Clausen.Nikos Mavrogiannopoulos2013-07-151-1/+1
* eliminated the need for the additional version variable.Nikos Mavrogiannopoulos2013-07-155-14/+26
* doc updateNikos Mavrogiannopoulos2013-07-131-4/+5
* typo fixNikos Mavrogiannopoulos2013-07-131-1/+1
* corrected return value.Nikos Mavrogiannopoulos2013-07-131-4/+4
* corrected typoNikos Mavrogiannopoulos2013-07-121-2/+2
* try to reduce memory in internal structureNikos Mavrogiannopoulos2013-07-111-12/+12
* Allow hooks to be called before or after generation/receiving.Nikos Mavrogiannopoulos2013-07-114-14/+24
* Revert "simplified hook function, to apply only to post-processing or generat...Nikos Mavrogiannopoulos2013-07-113-8/+24
* Eliminate reset from cryptodev hashes and macGustavo Zacarias2013-07-111-3/+0
* doc updateNikos Mavrogiannopoulos2013-07-101-9/+3
* make sure that the hook function is always called.Nikos Mavrogiannopoulos2013-07-101-4/+4
* When resuming a session send only the mandatory extensions.Nikos Mavrogiannopoulos2013-07-091-1/+3
* corrected typoNikos Mavrogiannopoulos2013-07-091-1/+1
* Include MKI size in size calculations for the extension.Nikos Mavrogiannopoulos2013-07-091-1/+2
* added new functionsNikos Mavrogiannopoulos2013-07-041-0/+3
* corrected issue in client hello verify.Nikos Mavrogiannopoulos2013-07-041-3/+6
* Added helper functions for digests.Nikos Mavrogiannopoulos2013-07-043-1/+87
* pkcs11: Use the correct attribute length for CKA_TRUSTEDStef Walter2013-07-041-1/+1
* corrected typoNikos Mavrogiannopoulos2013-07-031-1/+1
* doc updateNikos Mavrogiannopoulos2013-07-031-4/+4
* when removing a cipher priority, make sure the order is keptNikos Mavrogiannopoulos2013-07-031-13/+9
* gnutls_record_overhead_size2 -> gnutls_est_record_overhead_sizeNikos Mavrogiannopoulos2013-07-032-3/+3
* doc updateNikos Mavrogiannopoulos2013-07-011-0/+6
* simplified hook function, to apply only to post-processing or generation of m...Nikos Mavrogiannopoulos2013-06-263-24/+8
* documented dtls behavior.Nikos Mavrogiannopoulos2013-06-191-2/+6
* enforce the maximum TLS size when setting MTUNikos Mavrogiannopoulos2013-06-191-1/+1
* Revert "Add nettle dependencies to libcrypto.la"Nikos Mavrogiannopoulos2013-06-192-1/+1
* check for zero values when import DH parameters.Nikos Mavrogiannopoulos2013-06-151-1/+14
* Added gnutls_handshake_set_hook_function() to allow hooks on arbitrary handsh...Nikos Mavrogiannopoulos2013-06-147-13/+120
* avoid the introduction of a new function to disable replay protection.Nikos Mavrogiannopoulos2013-06-115-18/+10
* Added gnutls_record_overhead_size() and Added gnutls_record_overhead_size2().Nikos Mavrogiannopoulos2013-06-103-51/+130
* doc updateNikos Mavrogiannopoulos2013-06-101-1/+2
* DTLS replay protection can now be disabled.Nikos Mavrogiannopoulos2013-06-105-1/+19
* doc updateNikos Mavrogiannopoulos2013-06-101-0/+3