summaryrefslogtreecommitdiff
path: root/lib/gnutls_state.c
Commit message (Expand)AuthorAgeFilesLines
* Allow hooks to be called before or after generation/receiving.Nikos Mavrogiannopoulos2013-07-111-2/+9
* Revert "simplified hook function, to apply only to post-processing or generat...Nikos Mavrogiannopoulos2013-07-111-1/+1
* simplified hook function, to apply only to post-processing or generation of m...Nikos Mavrogiannopoulos2013-06-261-1/+1
* Added gnutls_handshake_set_hook_function() to allow hooks on arbitrary handsh...Nikos Mavrogiannopoulos2013-06-141-1/+33
* avoid the introduction of a new function to disable replay protection.Nikos Mavrogiannopoulos2013-06-111-0/+7
* doc updateNikos Mavrogiannopoulos2013-06-101-1/+2
* doc updateNikos Mavrogiannopoulos2013-06-101-0/+3
* optimized access to TLS protocol version properties.Nikos Mavrogiannopoulos2013-05-251-3/+2
* simplified access to cipher and mac properties to reduce wasted cycles.Nikos Mavrogiannopoulos2013-05-251-7/+8
* Avoid linking the library on librt.Nikos Mavrogiannopoulos2013-04-281-1/+0
* removed TLS export key generationNikos Mavrogiannopoulos2013-04-071-21/+0
* Removed the RSA-EXPORT ciphersuites.Nikos Mavrogiannopoulos2013-04-071-45/+0
* The HMAC subsystem can now be used for other MAC algorithms, like UMAC. UMAC-...Nikos Mavrogiannopoulos2013-03-191-8/+8
* Added options to disable more key exchange mechanisms.Nikos Mavrogiannopoulos2013-03-121-0/+4
* no need to memset during session deinit.Nikos Mavrogiannopoulos2013-02-271-1/+0
* Added constNikos Mavrogiannopoulos2013-02-121-1/+1
* gnutls_handshake_set_server_random -> gnutls_handshake_set_randomNikos Mavrogiannopoulos2013-02-121-7/+10
* Added gnutls_handshake_set_server_randomNikos Mavrogiannopoulos2013-02-121-0/+31
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* Added gnutls_rnd_refresh().Nikos Mavrogiannopoulos2013-01-271-1/+4
* The minimum DH prime bits are now set by the priority strings (that means the...Nikos Mavrogiannopoulos2013-01-261-3/+0
* _dtls_timespec_sub_ms -> timespec_sub_msNikos Mavrogiannopoulos2013-01-261-0/+7
* introduced gnutls_cork() and gnutls_uncork().Nikos Mavrogiannopoulos2013-01-241-0/+2
* corrected typosNikos Mavrogiannopoulos2012-11-011-2/+2
* session->key no longer needs to be an allocated structure.Nikos Mavrogiannopoulos2012-10-101-36/+22
* The session ticket and OCSP certificate status extensions are enabled by defa...Nikos Mavrogiannopoulos2012-10-081-0/+12
* Better handling of timeouts.Nikos Mavrogiannopoulos2012-09-211-0/+3
* several updates in the heartbeat handling code.Nikos Mavrogiannopoulos2012-09-201-2/+4
* gnutls_session_enable_compatibility_mode() is equivalent to %COMPAT priority ...Nikos Mavrogiannopoulos2012-09-171-9/+3
* use a %STATELESS_COMPRESSION priority string instead of gnutls_init() flag.Nikos Mavrogiannopoulos2012-09-161-5/+1
* Added GNUTLS_STATELESS_COMPRESSION flag to gnutls_init().Nikos Mavrogiannopoulos2012-09-151-1/+5
* Do not repeatedly set timeoutNikos Mavrogiannopoulos2012-09-021-0/+2
* Some small optimizations in heartbeat handling and regeneration of src/ args ...Nikos Mavrogiannopoulos2012-08-301-2/+0
* removed unneeded testNikos Mavrogiannopoulos2012-08-301-2/+2
* Added Heartbeat extension support.Olga2012-08-301-1/+6
* gnutls_dtls_get_data_mtu() is more precise. Based on patch by David Woodhouse.Nikos Mavrogiannopoulos2012-06-301-47/+0
* documentation and comment fixesPatrick Pelletier2012-04-221-10/+10
* Relax strict DSA/ECDSA checks to allow broader interoperability. Stronger has...Nikos Mavrogiannopoulos2012-04-111-1/+1
* Added gnutls_session_get_random()Nikos Mavrogiannopoulos2012-03-191-0/+31
* Updated documentation on gnutls_prf()Nikos Mavrogiannopoulos2012-02-271-4/+4
* Since: 3.0.0 -> Since 3.0 to reflect that it might be on a later version than...Nikos Mavrogiannopoulos2012-02-181-1/+1
* simplified sliding window. Now a different window is kept per epoch.Nikos Mavrogiannopoulos2012-02-141-2/+0
* use subsecond granularity for DTLS packet retransmissions.Nikos Mavrogiannopoulos2012-02-111-1/+2
* Corrected DTLS retransmission timeouts. Added the _ms suffix to the time vari...Nikos Mavrogiannopoulos2012-02-061-3/+3
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-11/+11
* Modulo operations are only occuring on unsigned integers.Nikos Mavrogiannopoulos2012-01-211-1/+1
* Added gnutls_session_resumption_requested().Nikos Mavrogiannopoulos2012-01-111-2/+23
* minor doc and comment fixesPatrick Pelletier2011-12-281-2/+2
* gnutls_protocol_get_version() and _gnutls_set_current_version() are now inlin...Nikos Mavrogiannopoulos2011-12-171-0/+15
* cipher_suite_st is no longer used internally. We only use a point to 2 bytes.Nikos Mavrogiannopoulos2011-12-131-7/+7