summaryrefslogtreecommitdiff
path: root/lib/gnutls_int.h
Commit message (Expand)AuthorAgeFilesLines
* When in compatibility mode allow for a wrong version in the RSA PMS.Nikos Mavrogiannopoulos2013-03-271-1/+1
* Tolerate key usage violation.Nikos Mavrogiannopoulos2012-11-071-1/+0
* Backported fix for receiving session tickets during session resumption.Nikos Mavrogiannopoulos2012-09-301-2/+4
* Correctly restore gnutls_record_recv() in DTLS mode if interrupted during the...Nikos Mavrogiannopoulos2012-09-211-1/+9
* use a %STATELESS_COMPRESSION priority string instead of gnutls_init() flag.Nikos Mavrogiannopoulos2012-09-161-2/+2
* Added GNUTLS_STATELESS_COMPRESSION flag to gnutls_init().Nikos Mavrogiannopoulos2012-09-151-0/+2
* Key usage violations are allowed when the COMPAT keyword is specified.Nikos Mavrogiannopoulos2012-09-151-0/+1
* gnutls_dtls_get_data_mtu() is more precise. Based on patch by David Woodhouse.Nikos Mavrogiannopoulos2012-06-301-1/+2
* Added support for an old version of the DTLS protocolNikos Mavrogiannopoulos2012-06-201-0/+4
* doc updatesNikos Mavrogiannopoulos2012-04-091-2/+2
* even more cleanupsNikos Mavrogiannopoulos2012-03-241-1/+1
* simplified sliding window. Now a different window is kept per epoch.Nikos Mavrogiannopoulos2012-02-141-5/+7
* Do not treat any message from the peer as an indication that the last flight ...Nikos Mavrogiannopoulos2012-02-141-1/+2
* use subsecond granularity for DTLS packet retransmissions.Nikos Mavrogiannopoulos2012-02-111-4/+2
* gnutls_record_check_pending() accounts data not yet processed.Nikos Mavrogiannopoulos2012-02-081-1/+2
* initial_negotiation_completed type changed to unsignedNikos Mavrogiannopoulos2012-02-071-1/+1
* Corrected DTLS retransmission timeouts. Added the _ms suffix to the time vari...Nikos Mavrogiannopoulos2012-02-061-5/+10
* Fix up some typos and obsolete commentsPatrick Pelletier2012-01-241-3/+3
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-10/+9
* Modulo operations are only occuring on unsigned integers.Nikos Mavrogiannopoulos2012-01-211-1/+1
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* Added gnutls_session_resumption_requested().Nikos Mavrogiannopoulos2012-01-111-1/+2
* gnutls_protocol_get_version() and _gnutls_set_current_version() are now inlin...Nikos Mavrogiannopoulos2011-12-171-2/+15
* cipher_suite_st is no longer used internally. We only use a point to 2 bytes.Nikos Mavrogiannopoulos2011-12-131-6/+1
* Added new priority string %SERVER_PRECEDENCE.Nikos Mavrogiannopoulos2011-12-131-0/+1
* Diffie Hellman PKCS #3 parameters now contain the recommended private key size.Nikos Mavrogiannopoulos2011-12-121-0/+2
* If a ticket is sent to client then don't store the session information in the...Nikos Mavrogiannopoulos2011-12-111-0/+1
* define likely() and unlikely() and use them to prevent debugging code from be...Nikos Mavrogiannopoulos2011-11-111-0/+15
* Revert "periodically print messages that might be used in timing attacks."Nikos Mavrogiannopoulos2011-11-101-4/+0
* periodically print messages that might be used in timing attacks.Nikos Mavrogiannopoulos2011-11-101-0/+4
* do not unconditionally include sys/socket.h.Nikos Mavrogiannopoulos2011-10-271-1/+5
* HASH2MAC macro is no more.Nikos Mavrogiannopoulos2011-10-081-2/+0
* simplified usage of resume_true and resume_false.Nikos Mavrogiannopoulos2011-09-301-4/+4
* Further optimizations in the compression code. Re-enabled the test program by...Nikos Mavrogiannopoulos2011-09-231-1/+1
* Added gnutls_record_get_discarded() to return the number of discardedNikos Mavrogiannopoulos2011-09-171-0/+1
* Added %NO_EXTENSIONS priority string.Nikos Mavrogiannopoulos2011-08-311-4/+5
* Clarify license and copyright.Simon Josefsson2011-08-031-7/+4
* Simplified the handling of handshake messages to be hashed.Nikos Mavrogiannopoulos2011-06-031-22/+2
* corrected typo.Nikos Mavrogiannopoulos2011-06-011-1/+1
* Use nettle's memxor or gnulib's if it doesn't exist.Nikos Mavrogiannopoulos2011-06-011-0/+7
* Correctly set compression method when resuming sessions.Nikos Mavrogiannopoulos2011-05-281-1/+1
* Added gnutls_global_set_time_function() to allow overridingNikos Mavrogiannopoulos2011-05-261-0/+1
* gnutls_pk_params_st is used internally to transfer public key parameters. Thi...Nikos Mavrogiannopoulos2011-05-221-10/+1
* Added SECP224R1.Nikos Mavrogiannopoulos2011-05-211-0/+1
* Added curve SECP512R1.Nikos Mavrogiannopoulos2011-05-211-0/+1
* Initial ecc support. Adds support for anonymous ECDH ciphersuites.Nikos Mavrogiannopoulos2011-05-201-0/+16
* Combined external abstract API with internal usage of gnutls_cert.Nikos Mavrogiannopoulos2011-04-171-2/+2
* Use a single configure.ac. This speed ups compilation andNikos Mavrogiannopoulos2011-04-081-0/+1
* Added support for non-blocking DTLS.Nikos Mavrogiannopoulos2011-04-031-4/+16
* Increased GNUTLS_MAX_ALGORITHM_NUM to 32. The gnutls_*_list() functions gener...Nikos Mavrogiannopoulos2011-03-231-3/+1