summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added gnutls_cipher_get_tag_size().Nikos Mavrogiannopoulos2013-06-103-4/+17
* Added gnutls_certificate_set_trust_list().Nikos Mavrogiannopoulos2013-06-103-4/+38
* explicit tests for non-null versionNikos Mavrogiannopoulos2013-06-107-8/+77
* fix typoNikos Mavrogiannopoulos2013-06-082-5/+5
* corrected heartbeat timeout documentation; reported by Sebastien Decugis.Nikos Mavrogiannopoulos2013-06-082-5/+4
* SECURE -> SECURE128Nikos Mavrogiannopoulos2013-06-071-1/+1
* Add NETTLE_CFLAGS in makefilesMartin Storsjo2013-06-0610-9/+11
* Add nettle dependencies to libcrypto.laNikos Mavrogiannopoulos2013-06-032-1/+1
* correctly place cflagsNikos Mavrogiannopoulos2013-06-031-5/+6
* doc updateNikos Mavrogiannopoulos2013-06-021-5/+4
* Directly link to gmp library. Based on original patch by Alon Bar-Lev <alon.b...Nikos Mavrogiannopoulos2013-06-023-3/+6
* null terminate strings in windowsNikos Mavrogiannopoulos2013-06-021-0/+1
* call cleanup and deinit on the correct number of parametersNikos Mavrogiannopoulos2013-05-311-3/+5
* avoid calling clear on null valuesNikos Mavrogiannopoulos2013-05-311-1/+1
* use pkg-config to detect nettleNikos Mavrogiannopoulos2013-05-312-2/+2
* allow ciphersuites with elliptic curves even when using SSL 3.0. This works a...Nikos Mavrogiannopoulos2013-05-291-15/+15
* doc updateNikos Mavrogiannopoulos2013-05-291-0/+3