summaryrefslogtreecommitdiff
path: root/lib/gnutls_handshake.c
Commit message (Expand)AuthorAgeFilesLines
* revive gnutls_handshake_get_last_in(). Report by Mann Ern Kang.Nikos Mavrogiannopoulos2013-05-251-0/+2
* make a short list of the available PK algorithmsNikos Mavrogiannopoulos2013-04-021-6/+20
* Fixes in server side of DTLS-0.9.Nikos Mavrogiannopoulos2013-01-311-2/+5
* Backported fix for receiving session tickets during session resumption.Nikos Mavrogiannopoulos2012-09-301-135/+140
* several cleanupsNikos Mavrogiannopoulos2012-09-221-7/+2
* Added support for an old version of the DTLS protocolNikos Mavrogiannopoulos2012-06-201-12/+45
* gnutls_record_check_unprocessed is now inline function.Nikos Mavrogiannopoulos2012-04-131-2/+2
* gnutls_record_check_pending functionality was divided to gnutls_record_check_...Nikos Mavrogiannopoulos2012-04-091-2/+4
* even more cleanupsNikos Mavrogiannopoulos2012-03-241-2/+2
* changed debugging level for messageNikos Mavrogiannopoulos2012-03-171-1/+2
* Added debugging message when encounter an invalid ciphersuite.Nikos Mavrogiannopoulos2012-03-171-2/+4
* When rehandshake is requested by server force the cleanup of the previous han...Nikos Mavrogiannopoulos2012-02-261-0/+2
* Corrected session resumption for DTLSNikos Mavrogiannopoulos2012-02-261-12/+12
* fixes in DTLS rehandshake and epoch cleanup.Nikos Mavrogiannopoulos2012-02-261-1/+5
* Do not treat any message from the peer as an indication that the last flight ...Nikos Mavrogiannopoulos2012-02-141-13/+9
* gnutls_record_check_pending() accounts data not yet processed.Nikos Mavrogiannopoulos2012-02-081-2/+4
* DTLS is more tolerant in packet loss during last flight.Nikos Mavrogiannopoulos2012-02-081-3/+23
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-33/+34
* Modulo operations are only occuring on unsigned integers.Nikos Mavrogiannopoulos2012-01-211-1/+1
* introduced GNUTLS_E_NO_PRIORITIES_WERE_SET.Nikos Mavrogiannopoulos2012-01-181-0/+5
* Run 'make update-copyright'.Simon Josefsson2012-01-161-2/+1
* Added gnutls_session_resumption_requested().Nikos Mavrogiannopoulos2012-01-111-0/+2
* minor doc and comment fixesPatrick Pelletier2011-12-281-1/+1
* server precedence also used in compression methods.Nikos Mavrogiannopoulos2011-12-131-11/+34
* cipher_suite_st is no longer used internally. We only use a point to 2 bytes.Nikos Mavrogiannopoulos2011-12-131-44/+35
* Added new priority string %SERVER_PRECEDENCE.Nikos Mavrogiannopoulos2011-12-131-14/+42
* Optimizations in DH parameter generation.Nikos Mavrogiannopoulos2011-12-121-2/+2
* If a ticket is sent to client then don't store the session information in the...Nikos Mavrogiannopoulos2011-12-111-3/+3
* Optimized ciphersuite sorting.Nikos Mavrogiannopoulos2011-12-101-1/+1
* simplified usage of resume_true and resume_false.Nikos Mavrogiannopoulos2011-09-301-4/+4
* converted quick data hashes to _gnutls_hash_fast and the hmac equivalent.Nikos Mavrogiannopoulos2011-09-081-18/+7
* Added %NO_EXTENSIONS priority string.Nikos Mavrogiannopoulos2011-08-311-13/+18
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* documentation fixesNikos Mavrogiannopoulos2011-07-231-3/+3
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* Avoid memory allocations when requesting the supported ciphersuites.Nikos Mavrogiannopoulos2011-06-051-104/+48
* simplified _gnutls_selected_cert_supported_kx().Nikos Mavrogiannopoulos2011-06-031-5/+3
* Simplified the handling of handshake messages to be hashed.Nikos Mavrogiannopoulos2011-06-031-313/+115
* gnutls/crypto.h no longer includes functions to register ciphers.Nikos Mavrogiannopoulos2011-06-021-2/+2
* simplified _gnutls_supported_compression_methods().Nikos Mavrogiannopoulos2011-05-281-32/+12
* Correctly set compression method when resuming sessions.Nikos Mavrogiannopoulos2011-05-281-6/+11
* Take into account each and every advertized public key algorithm when selecti...Nikos Mavrogiannopoulos2011-05-281-32/+42
* Corrected ECC ciphersuite detection.Nikos Mavrogiannopoulos2011-05-281-5/+12
* Added gnutls_global_set_time_function() to allow overridingNikos Mavrogiannopoulos2011-05-261-3/+3
* _gnutls_handshake_hash_buffer_clear was replaced by _gnutls_buffer_clear();Nikos Mavrogiannopoulos2011-05-241-1/+1
* gnutls_algorithms.c was split into manageable files in algorithms/.Nikos Mavrogiannopoulos2011-05-211-1/+1
* use the _gnutls_session_is_ecc() to check for ECDH.Nikos Mavrogiannopoulos2011-05-211-2/+1
* Added support for ECDHE-RSA ciphersuites.Nikos Mavrogiannopoulos2011-05-211-1/+2
* client side ECC fixes.Nikos Mavrogiannopoulos2011-05-201-0/+9
* Added gnutls_global_set_audit_log_function() that allows associating TLS sess...Nikos Mavrogiannopoulos2011-05-071-1/+1