summaryrefslogtreecommitdiff
path: root/lib/gnutls_handshake.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* simplified hook function, to apply only to post-processing or generation of m...Nikos Mavrogiannopoulos2013-06-261-21/+6
* Added gnutls_handshake_set_hook_function() to allow hooks on arbitrary handsh...Nikos Mavrogiannopoulos2013-06-141-6/+42
* explicit tests for non-null versionNikos Mavrogiannopoulos2013-06-101-2/+21
* revive gnutls_handshake_get_last_in(). Report by Mann Ern Kang.Nikos Mavrogiannopoulos2013-05-251-0/+2
* optimized access to TLS protocol version properties.Nikos Mavrogiannopoulos2013-05-251-42/+37
* simplified access to cipher and mac properties to reduce wasted cycles.Nikos Mavrogiannopoulos2013-05-251-3/+3
* corrected resumption checkNikos Mavrogiannopoulos2013-05-191-1/+3
* gnutls_session_set_id() was addedNikos Mavrogiannopoulos2013-05-191-2/+3
* simplified codeNikos Mavrogiannopoulos2013-05-011-8/+5
* Removed the RSA-EXPORT ciphersuites.Nikos Mavrogiannopoulos2013-04-071-24/+0
* make a short list of the available PK algorithmsNikos Mavrogiannopoulos2013-04-021-6/+20
* convert gnutls versions to TLS major-minor in a single function.Nikos Mavrogiannopoulos2013-03-271-8/+9
* Added options to disable more key exchange mechanisms.Nikos Mavrogiannopoulos2013-03-121-0/+4
* Small fixes.Nikos Mavrogiannopoulos2013-02-261-2/+1
* gnutls_handshake_set_server_random -> gnutls_handshake_set_randomNikos Mavrogiannopoulos2013-02-121-52/+92
* Added gnutls_handshake_set_server_randomNikos Mavrogiannopoulos2013-02-121-2/+11
* In client side the verify callback is always being called.Nikos Mavrogiannopoulos2013-02-101-1/+2
* Do not call the certificate verification callback if certificates are ignored.Nikos Mavrogiannopoulos2013-02-091-1/+2
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* Fixes in server side of DTLS-0.9.Nikos Mavrogiannopoulos2013-01-311-2/+5
* propagate the error of the verify callback.Nikos Mavrogiannopoulos2013-01-271-1/+3
* Added gnutls_record_set_timeout().Nikos Mavrogiannopoulos2013-01-211-1/+2
* Added a new record padding mechanism.Nikos Mavrogiannopoulos2013-01-021-0/+5
* session->key no longer needs to be an allocated structure.Nikos Mavrogiannopoulos2012-10-101-6/+6
* Fixed the receipt of session tickets during session resumption.Nikos Mavrogiannopoulos2012-09-301-4/+12
* simplified handshake states.Nikos Mavrogiannopoulos2012-09-301-88/+83
* Verify callback is run in either side.Nikos Mavrogiannopoulos2012-09-301-8/+23
* The certificate verification callback is being run after the certificate stat...Nikos Mavrogiannopoulos2012-09-281-28/+54
* updated OCSP status request.Nikos Mavrogiannopoulos2012-09-281-30/+47
* several cleanupsNikos Mavrogiannopoulos2012-09-221-7/+2
* several updates in the heartbeat handling code.Nikos Mavrogiannopoulos2012-09-201-1/+8
* Do not repeatedly set timeoutNikos Mavrogiannopoulos2012-09-021-1/+2
* doc updateNikos Mavrogiannopoulos2012-08-111-1/+2
* doc updateNikos Mavrogiannopoulos2012-08-111-0/+3
* gnutls_handshake_timeout() -> gnutls_handshake_set_timeout()Nikos Mavrogiannopoulos2012-08-071-22/+21
* Added gnutls_handshake_timeout().Nikos Mavrogiannopoulos2012-08-061-0/+22