summaryrefslogtreecommitdiff
path: root/lib/gnutls_state.c
Commit message (Expand)AuthorAgeFilesLines
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-1272/+0
* Moved the PRF functions to prf.cNikos Mavrogiannopoulos2015-08-231-424/+0
* gnutls_prf_rfc5705: Allow for non-null context and zero context lengthNikos Mavrogiannopoulos2015-07-201-1/+4
* gnutls_prf_rfc5705: optimize in the common use case, by avoiding mallocNikos Mavrogiannopoulos2015-07-201-10/+13
* gnutls_prf_rfc5705: mention the version it was introduced atNikos Mavrogiannopoulos2015-07-201-0/+2
* gnutls_prf_rfc5705: addedNikos Mavrogiannopoulos2015-07-201-4/+66
* Allow the usage of MSG_NOSIGNAL in send functionsNikos Mavrogiannopoulos2015-05-171-5/+8
* dtls: combined the total timeouts of DTLS and TLS handshakeNikos Mavrogiannopoulos2015-05-051-2/+1
* use macro for DTLS default timeoutNikos Mavrogiannopoulos2015-04-301-1/+2
* disable default handshake timeoutNikos Mavrogiannopoulos2015-04-301-1/+0
* GNUTLS_NONBLOCK can be used for non-DTLS sessions as wellNikos Mavrogiannopoulos2015-04-301-4/+4
* doc: avoid mentioning pointers when not neededNikos Mavrogiannopoulos2015-03-201-2/+2
* doc: avoid using structure for opaque typesNikos Mavrogiannopoulos2015-03-201-32/+32
* memcpy fix in gnutls_record_get_stateNikos Mavrogiannopoulos2015-02-201-4/+5
* Added gnutls_record_get_state() and gnutls_record_set_state()Nikos Mavrogiannopoulos2015-02-201-0/+99
* doc updateNikos Mavrogiannopoulos2015-01-291-0/+3
* exported gnutls_system_recv_timeout()Nikos Mavrogiannopoulos2015-01-251-2/+3
* When setting up TLS with cert-type OpenPGP from a client,Nikos Mavrogiannopoulos2015-01-101-1/+1
* Revert "in DTLS don't use writev() when multiple packets which exceed MTU are...Nikos Mavrogiannopoulos2015-01-061-1/+2
* in DTLS don't use writev() when multiple packets which exceed MTU are queuedNikos Mavrogiannopoulos2015-01-051-2/+1
* removed the old gnutls_retr_st compatibility functionsNikos Mavrogiannopoulos2014-12-031-2/+1
* 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 _gnutls_hello_set_default_version() which allows to override the client...Nikos Mavrogiannopoulos2014-10-171-0/+19
* added internal variable to track handshake statusNikos Mavrogiannopoulos2014-10-091-0/+1
* Added support for the extended master secret calculationNikos Mavrogiannopoulos2014-10-081-0/+3
* avoid calls in gnutls_init()Nikos Mavrogiannopoulos2014-10-021-4/+3
* the handshake function has a timeout value by defaultNikos Mavrogiannopoulos2014-10-021-1/+3
* 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