summaryrefslogtreecommitdiff
path: root/lib/gnutls_state.c
Commit message (Expand)AuthorAgeFilesLines
* Added gnutls_session_set_verify_functionNikos Mavrogiannopoulos2016-05-191-0/+31
* timespec_sub_ms: fixed operation in 32-bit systemsNikos Mavrogiannopoulos2016-02-291-2/+9
* gnutls_prf: document that this is not identical to RFC5705Nikos Mavrogiannopoulos2015-07-201-2/+5
* doc updateNikos Mavrogiannopoulos2015-01-291-0/+3
* When setting up TLS with cert-type OpenPGP from a client,Nikos Mavrogiannopoulos2015-01-101-1/+2
* dropped gnutls_fd_in_use, it is no longer necessaryNikos Mavrogiannopoulos2014-10-311-24/+0
* do not explicitly refresh rnd state on session deinitNikos Mavrogiannopoulos2014-10-281-2/+0
* gnutls_fd_in_use: mention versionNikos Mavrogiannopoulos2014-10-221-0/+2
* added gnutls_fd_in_use() to check whether a file descriptor is in useNikos Mavrogiannopoulos2014-10-221-0/+22
* added internal variable to track handshake statusNikos Mavrogiannopoulos2014-10-091-0/+1
* protect DTLS clients that don't handle GNUTLS_E_LARGE_PACKET from an infinite...Nikos Mavrogiannopoulos2014-09-251-0/+1
* doc: replaced non-0 with non-zeroNikos Mavrogiannopoulos2014-08-051-2/+2
* fips140-2: Added _gnutls_prf_raw() which can calculate the TLS PRF without de...Nikos Mavrogiannopoulos2014-07-221-13/+83
* doc: Corrections for gnutls_handshake_set_hook_function()Attila Molnar2014-06-151-3/+1
* handshake: Allow the post client hello callback to put the handshake on holdNikos Mavrogiannopoulos2014-06-091-0/+5
* removed legacy code.Nikos Mavrogiannopoulos2014-05-101-2/+1
* Made _gnutls_get_auth_info() safer to use.Nikos Mavrogiannopoulos2014-04-181-9/+9
* session tickets can be disabledNikos Mavrogiannopoulos2014-03-051-0/+2
* increased code disabled from disable-ocsp and disable-openpgp optionsNikos Mavrogiannopoulos2014-03-051-0/+2
* reinitialize the handshake timers when gnutls_handshake() is called.Nikos Mavrogiannopoulos2014-02-181-1/+0
* minor phrasing improvements in docsPatrick Pelletier2013-12-141-1/+1
* The library state is used even when not in FIPS mode.Nikos Mavrogiannopoulos2013-11-301-1/+1
* DH key exchange uses the _gnutls_pk_derive and _gnutls_pk_generate_key functi...Nikos Mavrogiannopoulos2013-11-281-4/+5
* better naming for free_datum functions.Nikos Mavrogiannopoulos2013-11-271-1/+1
* Added zeroization of keys in several parts within gnutls.Nikos Mavrogiannopoulos2013-11-271-15/+16
* Added support for fips states.Nikos Mavrogiannopoulos2013-11-271-0/+3
* check for a valid blocksize prior to entering loopNikos Mavrogiannopoulos2013-11-151-3/+3
* reindented codeNikos Mavrogiannopoulos2013-11-081-769/+738
* doc updateNikos Mavrogiannopoulos2013-10-291-1/+1
* Improvements in RSA-PSK.Nikos Mavrogiannopoulos2013-08-311-3/+0
* ported patch for RSA-PSKFrank Morgner2013-08-301-1/+5
* 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