summaryrefslogtreecommitdiff
path: root/lib/gnutls_handshake.c
Commit message (Expand)AuthorAgeFilesLines
* make a short list of the available PK algorithmsNikos Mavrogiannopoulos2013-04-021-6/+20
* 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
* internal functions marked as staticNikos Mavrogiannopoulos2012-07-121-3/+6
* Added support for an old version of the DTLS protocolNikos Mavrogiannopoulos2012-06-071-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