summaryrefslogtreecommitdiff
path: root/lib/state.c
Commit message (Expand)AuthorAgeFilesLines
* Reset extensions_sent_size only at start of handshakeTim Kosse2016-05-301-2/+2
* instead of assigning a variable per flag use the init flags directlyNikos Mavrogiannopoulos2016-04-281-19/+1
* added flag in session to force sending a client certificateNikos Mavrogiannopoulos2016-04-281-0/+3
* handshake: added support for ECDH with curve X25519Nikos Mavrogiannopoulos2016-04-241-0/+2
* session: removed unused parameters from RSA-EXPORT eraNikos Mavrogiannopoulos2016-04-231-4/+0
* Updated false start support to be transparent to applications.Nikos Mavrogiannopoulos2016-04-151-2/+6
* gnutls_record_get_direction: doc update [ci skip]Nikos Mavrogiannopoulos2016-04-081-11/+7
* gnutls_init(): refer to gnutls_init_flags_t for the documentation of availabl...Nikos Mavrogiannopoulos2016-04-021-6/+1
* session resumption: lift the limitation of calling gnutls_session_get_data*()...Nikos Mavrogiannopoulos2016-03-311-0/+2
* dtls: added missing dtls.h to state.cNikos Mavrogiannopoulos2016-03-311-0/+1
* dtls: reset the record number sliding window on gnutls_record_set_state()Nikos Mavrogiannopoulos2016-03-311-0/+5
* gnutls_record_get_state: Allow for NULL parametersNikos Mavrogiannopoulos2016-03-291-4/+8
* timespec_sub_ms: fixed operation in 32-bit systemsNikos Mavrogiannopoulos2016-02-291-2/+9
* Added gnutls_handshake_set_false_start_function()Nikos Mavrogiannopoulos2016-02-271-2/+3
* Added gnutls_session_get_master_secretNikos Mavrogiannopoulos2016-02-241-0/+17
* Added gnutls_session_get_flags()Nikos Mavrogiannopoulos2016-02-221-0/+33
* make sure gnutls_assert is present at the cases where GNUTLS_E_INTERNAL_ERROR...Nikos Mavrogiannopoulos2015-12-151-15/+12
* Do not allow certificate change during a rehandshakeNikos Mavrogiannopoulos2015-12-081-0/+3
* deinitialize all handshake keys when handshake is overNikos Mavrogiannopoulos2015-11-101-24/+28
* Documentation updateAndreas Metzler2015-10-211-1/+1
* Added gnutls_session_set_verify_functionNikos Mavrogiannopoulos2015-08-241-0/+31
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-0/+1272