summaryrefslogtreecommitdiff
path: root/lib/handshake.c
Commit message (Expand)AuthorAgeFilesLines
* Reset extensions_sent_size only at start of handshakeTim Kosse2016-05-301-0/+1
* Allow for conditional compilation of SSL 2.0 client hello supportNikos Mavrogiannopoulos2016-05-201-0/+2
* Allow for conditional compilation of SSL 3.0 protocolNikos Mavrogiannopoulos2016-05-141-8/+23
* handshake: enhance same certificate checks to apply to PSK/SRP usernameNikos Mavrogiannopoulos2016-04-291-36/+2
* instead of assigning a variable per flag use the init flags directlyNikos Mavrogiannopoulos2016-04-281-3/+3
* Updated false start support to be transparent to applications.Nikos Mavrogiannopoulos2016-04-151-58/+31
* Broke apart _gnutls_recv_int() to the packet and non-packet cases.Jaak Ristioja2016-03-211-1/+1
* doc update: gnutls_handshake_set_false_start_function() [ci skip]Nikos Mavrogiannopoulos2016-03-131-1/+2
* Added gnutls_handshake_set_false_start_function()Nikos Mavrogiannopoulos2016-02-271-2/+76
* Ensure that session resumption does not occur when ext master secret status c...Nikos Mavrogiannopoulos2016-02-161-60/+39
* Removed the invariant htype parameter of _gnutls_recv_int()Jaak Ristioja2016-02-151-1/+1
* handshake: when receiving a TLS version which is too low failNikos Mavrogiannopoulos2015-12-141-9/+19
* Do not allow certificate change during a rehandshakeNikos Mavrogiannopoulos2015-12-081-0/+42
* Introduced GNUTLS_INDEFINITE_TIMEOUTNikos Mavrogiannopoulos2015-10-121-0/+5
* Added simpler verification functions for clientsNikos Mavrogiannopoulos2015-08-241-0/+1
* Added gnutls_session_set_verify_functionNikos Mavrogiannopoulos2015-08-241-4/+8
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-0/+3444