doc update
[gnutls:gnutls.git] / lib / gnutls_state.c
2015-01-29 Nikos Mavrogiannop... doc update
2015-01-25 Nikos Mavrogiannop... exported gnutls_system_recv_timeout()
2015-01-10 Nikos Mavrogiannop... When setting up TLS with cert-type OpenPGP from a client,
2015-01-06 Nikos Mavrogiannop... Revert "in DTLS don't use writev() when multiple packet...
2015-01-05 Nikos Mavrogiannop... in DTLS don't use writev() when multiple packets which...
2014-12-03 Nikos Mavrogiannop... removed the old gnutls_retr_st compatibility functions
2014-10-31 Nikos Mavrogiannop... dropped gnutls_fd_in_use, it is no longer necessary
2014-10-28 Nikos Mavrogiannop... do not explicitly refresh rnd state on session deinit
2014-10-22 Nikos Mavrogiannop... gnutls_fd_in_use: mention version
2014-10-22 Nikos Mavrogiannop... added gnutls_fd_in_use() to check whether a file descri...
2014-10-17 Nikos Mavrogiannop... added _gnutls_hello_set_default_version() which allows...
2014-10-09 Nikos Mavrogiannop... added internal variable to track handshake status
2014-10-08 Nikos Mavrogiannop... Added support for the extended master secret calculation
2014-10-02 Nikos Mavrogiannop... avoid calls in gnutls_init()
2014-10-02 Nikos Mavrogiannop... the handshake function has a timeout value by default
2014-09-25 Nikos Mavrogiannop... protect DTLS clients that don't handle GNUTLS_E_LARGE_P...
2014-08-05 Nikos Mavrogiannop... doc: replaced non-0 with non-zero
2014-07-22 Nikos Mavrogiannop... fips140-2: Added _gnutls_prf_raw() which can calculate...
2014-06-15 Attila Molnardoc: Corrections for gnutls_handshake_set_hook_function()
2014-06-09 Nikos Mavrogiannop... handshake: Allow the post client hello callback to...
2014-05-10 Nikos Mavrogiannop... removed legacy code.
2014-04-18 Nikos Mavrogiannop... Made _gnutls_get_auth_info() safer to use.
2014-03-05 Nikos Mavrogiannop... session tickets can be disabled
2014-03-05 Nikos Mavrogiannop... increased code disabled from disable-ocsp and disable...
2014-02-18 Nikos Mavrogiannop... reinitialize the handshake timers when gnutls_handshake...
2013-12-13 Patrick Pelletierminor phrasing improvements in docs
2013-11-30 Nikos Mavrogiannop... The library state is used even when not in FIPS mode.
2013-11-30 Nikos Mavrogiannop... Merged the FIPS140-2 support code.
2013-11-28 Nikos Mavrogiannop... DH key exchange uses the _gnutls_pk_derive and _gnutls_...
2013-11-27 Nikos Mavrogiannop... better naming for free_datum functions.
2013-11-27 Nikos Mavrogiannop... Added zeroization of keys in several parts within gnutls.
2013-11-27 Nikos Mavrogiannop... Added support for fips states.
2013-11-15 Nikos Mavrogiannop... check for a valid blocksize prior to entering loop
2013-11-08 Nikos Mavrogiannop... reindented code
2013-10-29 Nikos Mavrogiannop... doc update
2013-08-31 Nikos Mavrogiannop... Improvements in RSA-PSK.
2013-08-30 Frank Morgnerported patch for RSA-PSK
2013-07-11 Nikos Mavrogiannop... Allow hooks to be called before or after generation...
2013-07-11 Nikos Mavrogiannop... Revert "simplified hook function, to apply only to...
2013-06-26 Nikos Mavrogiannop... simplified hook function, to apply only to post-process...
2013-06-14 Nikos Mavrogiannop... Added gnutls_handshake_set_hook_function() to allow...
2013-06-10 Nikos Mavrogiannop... avoid the introduction of a new function to disable...
2013-06-10 Nikos Mavrogiannop... doc update
2013-06-10 Nikos Mavrogiannop... doc update
2013-05-25 Nikos Mavrogiannop... optimized access to TLS protocol version properties.
2013-05-25 Nikos Mavrogiannop... simplified access to cipher and mac properties to reduc...
2013-04-28 Nikos Mavrogiannop... Avoid linking the library on librt.
2013-04-07 Nikos Mavrogiannop... removed TLS export key generation
2013-04-07 Nikos Mavrogiannop... Removed the RSA-EXPORT ciphersuites.
2013-03-19 Nikos Mavrogiannop... The HMAC subsystem can now be used for other MAC algori...
2013-03-11 Nikos Mavrogiannop... Added options to disable more key exchange mechanisms.
2013-02-27 Nikos Mavrogiannop... no need to memset during session deinit.
2013-02-12 Nikos Mavrogiannop... Added const
2013-02-12 Nikos Mavrogiannop... gnutls_handshake_set_server_random -> gnutls_handshake_...
2013-02-12 Nikos Mavrogiannop... Added gnutls_handshake_set_server_random
2013-02-01 Nikos Mavrogiannop... Use LGPLv2.1 in the files their author's agreed to.
2013-01-27 Nikos Mavrogiannop... Added gnutls_rnd_refresh().
2013-01-26 Nikos Mavrogiannop... The minimum DH prime bits are now set by the priority...
2013-01-26 Nikos Mavrogiannop... _dtls_timespec_sub_ms -> timespec_sub_ms
2013-01-24 Nikos Mavrogiannop... introduced gnutls_cork() and gnutls_uncork().
2012-11-01 Nikos Mavrogiannop... corrected typos
2012-10-10 Nikos Mavrogiannop... session->key no longer needs to be an allocated structure.
2012-10-07 Nikos Mavrogiannop... The session ticket and OCSP certificate status extensio...
2012-09-21 Nikos Mavrogiannop... Better handling of timeouts.
2012-09-20 Nikos Mavrogiannop... several updates in the heartbeat handling code.
2012-09-17 Nikos Mavrogiannop... gnutls_session_enable_compatibility_mode() is equivalen...
2012-09-16 Nikos Mavrogiannop... use a %STATELESS_COMPRESSION priority string instead...
2012-09-15 Nikos Mavrogiannop... Added GNUTLS_STATELESS_COMPRESSION flag to gnutls_init().
2012-09-02 Nikos Mavrogiannop... Do not repeatedly set timeout
2012-08-30 Nikos Mavrogiannop... Some small optimizations in heartbeat handling and...
2012-08-30 Nikos Mavrogiannop... removed unneeded test
2012-08-30 OlgaAdded Heartbeat extension support.
2012-06-29 Nikos Mavrogiannop... gnutls_dtls_get_data_mtu() is more precise. Based on...
2012-04-22 Patrick Pelletierdocumentation and comment fixes
2012-04-11 Nikos Mavrogiannop... Relax strict DSA/ECDSA checks to allow broader interope...
2012-03-19 Nikos Mavrogiannop... Added gnutls_session_get_random()
2012-02-27 Nikos Mavrogiannop... Updated documentation on gnutls_prf()
2012-02-18 Nikos Mavrogiannop... Since: 3.0.0 -> Since 3.0 to reflect that it might...
2012-02-14 Nikos Mavrogiannop... simplified sliding window. Now a different window is...
2012-02-11 Nikos Mavrogiannop... use subsecond granularity for DTLS packet retransmissions.
2012-02-06 Nikos Mavrogiannop... Corrected DTLS retransmission timeouts. Added the _ms...
2012-01-21 Nikos Mavrogiannop... Fixed signed/unsigned warnings.
2012-01-21 Nikos Mavrogiannop... Modulo operations are only occuring on unsigned integers.
2012-01-11 Nikos Mavrogiannop... Added gnutls_session_resumption_requested().
2011-12-28 Patrick Pelletierminor doc and comment fixes
2011-12-17 Nikos Mavrogiannop... gnutls_protocol_get_version() and _gnutls_set_current_v...
2011-12-13 Nikos Mavrogiannop... cipher_suite_st is no longer used internally. We only...
2011-11-22 Nikos Mavrogiannop... Separated API reference to header files in the texi...
2011-11-10 Nikos Mavrogiannop... Revert "dropped packets are also reported on gnutls_dei...
2011-11-10 Nikos Mavrogiannop... dropped packets are also reported on gnutls_deinit...
2011-09-30 Nikos Mavrogiannop... simplified usage of resume_true and resume_false.
2011-09-09 Simon JosefssonFix build errors.
2011-09-08 Nikos Mavrogiannop... converted quick data hashes to _gnutls_hash_fast and...
2011-08-17 Nikos Mavrogiannop... gnutls_certificate_set_x509_key_file() and friends...
2011-08-03 Simon JosefssonClarify license and copyright.
2011-08-02 Simon JosefssonAdd GTK-DOC Since: tags for 3.0.0 additions.
2011-07-23 Nikos Mavrogiannop... documentation fixes
2011-06-22 Nikos Mavrogiannop... Upgraded to LGPLv3.
2011-06-04 Nikos Mavrogiannop... The PRF is now read from the ciphersuite table.
2011-06-01 Nikos Mavrogiannop... Use nettle's memxor or gnulib's if it doesn't exist.
next