summaryrefslogtreecommitdiff
path: root/lib/state.c
Commit message (Expand)AuthorAgeFilesLines
* handshake: moved group negotiation after ciphersuite selectionNikos Mavrogiannopoulos2017-08-021-0/+2
* security_parameters: ease access to group information by keeping pointer to itNikos Mavrogiannopoulos2017-08-021-2/+2
* security_parameters: simplified contents by keeping pointer to cipher_suite_e...Nikos Mavrogiannopoulos2017-08-021-10/+5
* TLS: introduced support for RFC7919 groupsNikos Mavrogiannopoulos2017-08-011-29/+32
* gnutls_priority_set: use reference countingNikos Mavrogiannopoulos2017-07-251-3/+2
* doc updateNikos Mavrogiannopoulos2017-07-171-1/+1
* priorities: share priority structures across sessionsNikos Mavrogiannopoulos2017-07-101-6/+5
* Removed support for compression mechanismsNikos Mavrogiannopoulos2017-06-221-9/+1
* Removed unnecessary certificate type functionalityNikos Mavrogiannopoulos2017-06-161-61/+0
* Removed support for openpgp certificates and keysNikos Mavrogiannopoulos2017-06-161-26/+0
* gnutls_init: better naming for internal functionNikos Mavrogiannopoulos2017-06-141-7/+9
* TLS extensions: several simplificationsNikos Mavrogiannopoulos2017-06-141-2/+0
* doc: removed incorrect commenttmp-test-suite-improvementsNikos Mavrogiannopoulos2017-04-081-2/+0
* doc update [ci skip]Nikos Mavrogiannopoulos2016-12-191-0/+2
* gnutls_kx_get: allow calling the function during handshakeNikos Mavrogiannopoulos2016-12-011-1/+6
* gnutls_init: added GNUTLS_NO_TICKETS flagsNikos Mavrogiannopoulos2016-10-211-1/+2
* handshake: set a maximum number of warning messages that can be received per ...Nikos Mavrogiannopoulos2016-10-141-1/+1
* Added session-specific supplemental data handlingNikos Mavrogiannopoulos2016-10-061-0/+2
* Added session-specific TLS extensionsNikos Mavrogiannopoulos2016-10-061-0/+2
* Support TCP Fast OpenTim Ruehsen2016-07-261-0/+3
* gnutls_init: doc updateNikos Mavrogiannopoulos2016-07-211-5/+4
* dtls: imported Fridolin's DTLS sliding window implementationNikos Mavrogiannopoulos2016-07-131-1/+1
* 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