summaryrefslogtreecommitdiff
path: root/lib/handshake.c
Commit message (Expand)AuthorAgeFilesLines
* handshake/record: mark with comments all expected fall-through switchesNikos Mavrogiannopoulos2017-04-051-32/+39
* handshake: reset cert request state on handshake initNikos Mavrogiannopoulos2017-03-211-0/+1
* handshake: return GNUTLS_E_ILLEGAL_PARAMETER on invalid ID sizeNikos Mavrogiannopoulos2016-12-091-1/+1
* _gnutls_map_pk_get_pk -> _gnutls_map_kx_get_pkNikos Mavrogiannopoulos2016-12-011-2/+2
* deprecated _gnutls_rnd() in favor of exported gnutls_rnd()Nikos Mavrogiannopoulos2016-11-041-2/+2
* handshake: log advertized versionNikos Mavrogiannopoulos2016-11-021-0/+2
* Reverted the behavior of sending a status request extension even without a re...Nikos Mavrogiannopoulos2016-10-271-1/+10
* handshake: set a maximum number of warning messages that can be received per ...Nikos Mavrogiannopoulos2016-10-141-5/+10
* added debugging message when session fails due to handshake hash bufferNikos Mavrogiannopoulos2016-09-191-2/+4
* Increased the maximum size allowed for handshake messages to 128kbNikos Mavrogiannopoulos2016-09-191-1/+4
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-23/+23
* 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