summaryrefslogtreecommitdiff
path: root/lib/gnutls_int.h
Commit message (Expand)AuthorAgeFilesLines
* When assigning the TLS version, double check that it is valid.Nikos Mavrogiannopoulos2014-05-221-4/+9
* Use the IANA assigned padding extension number.Nikos Mavrogiannopoulos2014-04-071-1/+3
* %COMPAT implies %DUMBFWNikos Mavrogiannopoulos2014-01-191-0/+1
* Corrected bug which affected compressed records.Nikos Mavrogiannopoulos2013-11-221-4/+6
* Use AES-GCM to encrypt session tickets.Nikos Mavrogiannopoulos2013-11-221-2/+0
* Added %DUMBFW priority string option.Nikos Mavrogiannopoulos2013-11-101-0/+2
* reindented codeNikos Mavrogiannopoulos2013-11-081-686/+652
* separated the TLS IV size and the cipher IV size.Nikos Mavrogiannopoulos2013-11-061-1/+2
* corrected max_user_send_size() for DTLS.Nikos Mavrogiannopoulos2013-09-011-6/+9
* _gnutls_send_tlen_int() accepts the actual pad rather than the intended data....Nikos Mavrogiannopoulos2013-09-011-1/+19
* Improvements in RSA-PSK.Nikos Mavrogiannopoulos2013-08-311-2/+0
* ported patch for RSA-PSKFrank Morgner2013-08-301-0/+2
* Corrected gnutls_certificate_server_set_request().Nikos Mavrogiannopoulos2013-08-291-2/+3
* use common macros to calculate the overhead.Nikos Mavrogiannopoulos2013-07-281-3/+3
* The after handshake function is now called before epoch change.Nikos Mavrogiannopoulos2013-07-281-0/+1
* eliminated the need for the additional version variable.Nikos Mavrogiannopoulos2013-07-151-4/+8
* 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-111-0/+1
* Added helper functions for digests.Nikos Mavrogiannopoulos2013-07-041-1/+1
* Added gnutls_handshake_set_hook_function() to allow hooks on arbitrary handsh...Nikos Mavrogiannopoulos2013-06-141-1/+3
* DTLS replay protection can now be disabled.Nikos Mavrogiannopoulos2013-06-101-0/+1
* better nameNikos Mavrogiannopoulos2013-05-251-1/+1
* optimized access to TLS protocol version properties.Nikos Mavrogiannopoulos2013-05-251-15/+14
* simplified access to cipher and mac properties to reduce wasted cycles.Nikos Mavrogiannopoulos2013-05-251-2/+42
* Added support for the ALPN extension.Nikos Mavrogiannopoulos2013-04-101-0/+1
* Removed the RSA-EXPORT ciphersuites.Nikos Mavrogiannopoulos2013-04-071-2/+0
* Added gnutls_sign_algorithm_get_client()Nikos Mavrogiannopoulos2013-04-041-1/+2
* When in compatibility mode allow for a wrong version in the RSA PMS.Nikos Mavrogiannopoulos2013-03-271-0/+2
* Added gnutls_session_get_desc()Nikos Mavrogiannopoulos2013-03-121-1/+1
* small optimizations in session storageNikos Mavrogiannopoulos2013-02-271-1/+1
* gnutls_handshake_set_server_random -> gnutls_handshake_set_randomNikos Mavrogiannopoulos2013-02-121-1/+1
* timespec_sub_ms -> _gnutls_timespec_sub_msNikos Mavrogiannopoulos2013-02-121-0/+1
* Added gnutls_handshake_set_server_randomNikos Mavrogiannopoulos2013-02-121-0/+2
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* Keep the legacy dh_prime_bits.Nikos Mavrogiannopoulos2013-01-271-0/+1
* updated sbuf interface.Nikos Mavrogiannopoulos2013-01-261-0/+1
* Instead of setting directly the number of DH bits, set a security parameter p...Nikos Mavrogiannopoulos2013-01-261-4/+4
* The minimum DH prime bits are now set by the priority strings (that means the...Nikos Mavrogiannopoulos2013-01-261-6/+6
* _dtls_timespec_sub_ms -> timespec_sub_msNikos Mavrogiannopoulos2013-01-261-0/+3
* introduced gnutls_cork() and gnutls_uncork().Nikos Mavrogiannopoulos2013-01-241-0/+12
* GnuTLS Length Hiding patch.Alfredo Pironti2013-01-231-2/+6
* Added gnutls_record_set_timeout().Nikos Mavrogiannopoulos2013-01-211-0/+1
* use padding also if in DTLS.Nikos Mavrogiannopoulos2013-01-021-1/+2
* Added a new record padding mechanism.Nikos Mavrogiannopoulos2013-01-021-0/+5
* Simplified DTLS sliding window implementation.Nikos Mavrogiannopoulos2013-01-021-0/+1
* key usage violations are tolerated.Nikos Mavrogiannopoulos2012-11-071-2/+0
* Added gnutls_ocsp_status_request_is_checked().Nikos Mavrogiannopoulos2012-11-061-0/+3
* check pathlen constraints.Nikos Mavrogiannopoulos2012-11-021-0/+1
* Add support for DTLS-SRTP profile negotiation (RFC 5764)Martin Storsjo2012-11-011-0/+1