summaryrefslogtreecommitdiff
path: root/lib/gnutls_handshake.c
Commit message (Expand)AuthorAgeFilesLines
* introduced GNUTLS_MAX_SESSION_ID_SIZENikos Mavrogiannopoulos2014-11-051-6/+6
* Improved support of draft-ietf-tls-session-hash-02.Nikos Mavrogiannopoulos2014-10-251-5/+22
* always send the mandatory extensions (even in SSL 3.0)Nikos Mavrogiannopoulos2014-10-231-8/+4
* added _gnutls_hello_set_default_version() which allows to override the client...Nikos Mavrogiannopoulos2014-10-171-2/+7
* added internal variable to track handshake statusNikos Mavrogiannopoulos2014-10-091-0/+1
* Added support for the extended master secret calculationNikos Mavrogiannopoulos2014-10-081-0/+66
* the handshake function has a timeout value by defaultNikos Mavrogiannopoulos2014-10-021-3/+17
* if receiving a ChangeCipherSpec fails, return GNUTLS_E_UNEXPECTED_PACKETNikos Mavrogiannopoulos2014-09-291-3/+1
* do not allow GNUTLS_E_LARGE_PACKET to be returned from non-DTLS sessionsNikos Mavrogiannopoulos2014-09-261-2/+4
* protect DTLS clients that don't handle GNUTLS_E_LARGE_PACKET from an infinite...Nikos Mavrogiannopoulos2014-09-251-1/+5
* restrict the number of non-fatal errors gnutls_handshake() can returnNikos Mavrogiannopoulos2014-09-251-2/+6
* updated documentation for gnutls_handshake()Nikos Mavrogiannopoulos2014-08-081-3/+6
* doc updateNikos Mavrogiannopoulos2014-07-241-1/+2
* treat the _gnutls_user_hello_func() output the same on resumed sessions.Nikos Mavrogiannopoulos2014-06-161-11/+18
* handshake: Allow the post client hello callback to put the handshake on holdNikos Mavrogiannopoulos2014-06-091-79/+94
* Added gnutls_record_recv_packet() and gnutls_packet_deinit()Nikos Mavrogiannopoulos2014-06-061-1/+1
* Prevent memory corruption due to server hello parsing.Nikos Mavrogiannopoulos2014-05-291-1/+1
* only try to copy session ID if there is a session ID.Nikos Mavrogiannopoulos2014-05-291-2/+4
* _gnutls_version_get() returns GNUTLS_VERSION_UNKNOWN on error instead of nega...Nikos Mavrogiannopoulos2014-05-231-3/+4
* removed _gnutls prefix from static functions.Nikos Mavrogiannopoulos2014-05-221-84/+87
* Do not call the user_hello_func multiple times when performing ticket resumpt...Nikos Mavrogiannopoulos2014-05-221-1/+1
* When assigning the TLS version, double check that it is valid.Nikos Mavrogiannopoulos2014-05-221-5/+9
* removed legacy code.Nikos Mavrogiannopoulos2014-05-101-18/+11
* several bug fixes due to coverity.Nikos Mavrogiannopoulos2014-04-151-0/+2
* stricter type usageNikos Mavrogiannopoulos2014-03-081-2/+2
* session tickets can be disabledNikos Mavrogiannopoulos2014-03-051-1/+6
* increased code disabled from disable-ocsp and disable-openpgp optionsNikos Mavrogiannopoulos2014-03-051-2/+4
* moved priorities check to the first call only.Nikos Mavrogiannopoulos2014-02-221-3/+3
* combined timeout valuesNikos Mavrogiannopoulos2014-02-201-4/+4
* reinitialize the handshake timers when gnutls_handshake() is called.Nikos Mavrogiannopoulos2014-02-181-0/+5
* doc updateNikos Mavrogiannopoulos2014-02-181-2/+2
* simplified client hello generationNikos Mavrogiannopoulos2014-01-201-8/+4
* use a single buffer to generate the client hello.Nikos Mavrogiannopoulos2014-01-191-54/+41
* removed unneeded warning; all systems we support set this function.Nikos Mavrogiannopoulos2014-01-161-4/+1
* simplified gnutls_handshake_allocNikos Mavrogiannopoulos2013-12-251-6/+6
* provide imprecise time as gmt time.Nikos Mavrogiannopoulos2013-12-091-1/+1
* correctly set the ciphersuite when the set_premaster interface is used.Nikos Mavrogiannopoulos2013-11-151-0/+5
* reindented codeNikos Mavrogiannopoulos2013-11-081-2945/+2923
* Optimizations in RSA-PSK by removing unneeded code.Nikos Mavrogiannopoulos2013-08-301-30/+1
* ported patch for RSA-PSKFrank Morgner2013-08-301-0/+32
* only register current session when not resumingNikos Mavrogiannopoulos2013-08-251-6/+6
* don't ignore errors when copying resumption valuesNikos Mavrogiannopoulos2013-08-031-9/+24
* The after handshake function is now called before epoch change.Nikos Mavrogiannopoulos2013-07-281-4/+8
* eliminated the need for the additional version variable.Nikos Mavrogiannopoulos2013-07-151-4/+5
* corrected return value.Nikos Mavrogiannopoulos2013-07-131-4/+4
* Allow hooks to be called before or after generation/receiving.Nikos Mavrogiannopoulos2013-07-111-11/+9
* Revert "simplified hook function, to apply only to post-processing or generat...Nikos Mavrogiannopoulos2013-07-111-6/+21
* 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 issue in client hello verify.Nikos Mavrogiannopoulos2013-07-041-3/+6