summaryrefslogtreecommitdiff
path: root/lib/gnutls_int.h
Commit message (Expand)AuthorAgeFilesLines
* added _gnutls_hello_set_default_version() which allows to override the client...Nikos Mavrogiannopoulos2014-10-171-0/+1
* added internal variable to track handshake statusNikos Mavrogiannopoulos2014-10-091-0/+2
* Added support for the extended master secret calculationNikos Mavrogiannopoulos2014-10-081-8/+11
* the handshake function has a timeout value by defaultNikos Mavrogiannopoulos2014-10-021-0/+1
* protect DTLS clients that don't handle GNUTLS_E_LARGE_PACKET from an infinite...Nikos Mavrogiannopoulos2014-09-251-0/+3
* handshake: Allow the post client hello callback to put the handshake on holdNikos Mavrogiannopoulos2014-06-091-2/+2
* When assigning the TLS version, double check that it is valid.Nikos Mavrogiannopoulos2014-05-221-4/+9
* Ensure that there is no remainders in the TLS handshake packets.Nikos Mavrogiannopoulos2014-05-051-0/+5
* Prevent gnulib from replacing strdup as we don't include this gnulib module.Nikos Mavrogiannopoulos2014-04-091-0/+6
* Use the IANA assigned padding extension number.Nikos Mavrogiannopoulos2014-04-071-1/+3
* The %COMPAT keyword no longer reduces security.Nikos Mavrogiannopoulos2014-03-271-2/+1
* stricter type usageNikos Mavrogiannopoulos2014-03-081-2/+4
* NEW_PADDING has been removed.Nikos Mavrogiannopoulos2014-03-051-8/+0
* %COMPAT implies %DUMBFWNikos Mavrogiannopoulos2014-01-191-0/+1
* The simple bit size check in certificates is now replaced by the verification...Nikos Mavrogiannopoulos2014-01-151-2/+0
* no need to set profile to LOW as it is already the defaultNikos Mavrogiannopoulos2014-01-151-2/+0
* When verifying a certificate's security level ensure that the hash is within ...Nikos Mavrogiannopoulos2014-01-151-1/+3
* enforce certificate verification profiles when setting priority stringsNikos Mavrogiannopoulos2014-01-131-1/+4
* use better definitionsNikos Mavrogiannopoulos2013-12-151-0/+4
* Align on 16-byte boundaries the buffers provided to cryptodev.Nikos Mavrogiannopoulos2013-12-151-2/+3
* FIPS140 mode is detected on run-time.Nikos Mavrogiannopoulos2013-12-091-0/+2
* DH key exchange uses the _gnutls_pk_derive and _gnutls_pk_generate_key functi...Nikos Mavrogiannopoulos2013-11-281-4/+7
* overwrite temp buffers of private keys.Nikos Mavrogiannopoulos2013-11-271-14/+0
* zeroize ECC secret scalars and points.Nikos Mavrogiannopoulos2013-11-271-3/+6
* Added key zeroization primitives.Nikos Mavrogiannopoulos2013-11-271-0/+11
* 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
* use the bool expression instead of unsigned int:1.Nikos Mavrogiannopoulos2013-11-121-38/+39
* 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