summaryrefslogtreecommitdiff
path: root/lib/gnutls_handshake.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Combined external abstract API with internal usage of gnutls_cert.Nikos Mavrogiannopoulos2011-04-171-1/+0
* Session tickets are included unconditionally.Nikos Mavrogiannopoulos2011-04-161-4/+0
* The auth_ and ext_ files were moved to respective directories.Nikos Mavrogiannopoulos2011-04-161-6/+6
* Simplified signature algorithm selection.Nikos Mavrogiannopoulos2011-03-231-1/+0
* Avoided waiting for peer's retransmission to ensure receipt of finished messa...Nikos Mavrogiannopoulos2011-03-201-1/+10
* Use DTLS 1.0 instead of SSL 3.0 headers on client hello in DTLS.Nikos Mavrogiannopoulos2011-03-131-1/+4
* renamed gnutls_handshake_buffer_* functions to gnutls_handshake_hash_buffer_*...Nikos Mavrogiannopoulos2011-03-131-6/+8
* session->internals.compression_method was removed. It was no longer required ...Nikos Mavrogiannopoulos2011-03-131-12/+4
* _gnutls_is_dtls() is no more. IS_DTLS() is being used instead.Nikos Mavrogiannopoulos2011-03-121-7/+7
* cleanups. Introduced gnutls_assert_val_fatal() that only printsNikos Mavrogiannopoulos2011-03-121-2/+1
* Corrected SSL2 client hello handling.Nikos Mavrogiannopoulos2011-03-121-7/+3
* corrected ssl3 record version sending in client hello.Nikos Mavrogiannopoulos2011-03-121-1/+1
* In DTLS do not hash messages that shouldn't be hashed (i.e. hello verify requ...Nikos Mavrogiannopoulos2011-03-111-33/+21
* Corrected behavior in normal TLS handshake.Nikos Mavrogiannopoulos2011-03-101-0/+7
* Added intermediate handshake layer that will order handshake packets and drop...Nikos Mavrogiannopoulos2011-03-061-290/+63
* Added gnutls_record_recv_seq() that can return the sequence numberNikos Mavrogiannopoulos2011-02-221-1/+1
* skip replays in handshake packets.Nikos Mavrogiannopoulos2011-02-201-12/+37
* Cleanups in combination of DTLS and TLS buffers.Nikos Mavrogiannopoulos2011-02-201-26/+19
* gnutls_x509_log replaced with gnutls_audit_log.Nikos Mavrogiannopoulos2011-02-201-1/+1
* Changes to allow DTLS server side to operate. Added a simple UDP server on gn...Nikos Mavrogiannopoulos2011-02-191-33/+35
* Several updates for DTLS (client side only) to work.Nikos Mavrogiannopoulos2011-02-181-24/+58