summaryrefslogtreecommitdiff
path: root/lib/gnutls_int.h
Commit message (Expand)AuthorAgeFilesLines
...
* _gnutls_timespec_cmp: new inline functionDaiki Ueno2018-10-251-0/+12
* tls13/session_ticket: rename tls13_ticket_t type to tls13_ticket_stDaiki Ueno2018-10-251-3/+3
* Merge branch 'tmp_cleanup_and_fixes' into 'master'Nikos Mavrogiannopoulos2018-10-231-2/+2
|\
| * Renamed fields in priority_st to improve code readability. Fixes #453.Tom Vrancken2018-10-181-2/+2
* | handshake: send missing extension alertNikos Mavrogiannopoulos2018-10-161-2/+5
|/
* gnutls_init: added flag for automatic re-authenticationNikos Mavrogiannopoulos2018-10-161-1/+3
* Added session ticket key rotation with TOTPAnder Juaristi2018-09-191-2/+34
* Remove gnulib work-around '#undef strdup'Tim Rühsen2018-08-241-6/+0
* Implemented RFC7250 certificate type negotiation extensions.Tom Vrancken2018-08-201-7/+25
* ext/record_size_limit: new extensionDaiki Ueno2018-08-201-0/+4
* gnutls_session_resumption_requested: fixed behavior under TLS1.3Nikos Mavrogiannopoulos2018-08-201-1/+4
* resume: keep persistent session identifiersNikos Mavrogiannopoulos2018-08-071-0/+2
* buffers: handle very short fragmentation of handshake messagesDaiki Ueno2018-08-061-0/+1
* TLS 1.3: ignore "early_data" extensionDaiki Ueno2018-08-061-0/+10
* tls1.3: server returns early on handshake when no cert is provided by clientNikos Mavrogiannopoulos2018-08-031-4/+12
* _gnutls13_recv_async_handshake: process multiple and split handshake messagestmp-fix-multi-async-msgNikos Mavrogiannopoulos2018-07-121-1/+2
* key update: corrected generation of keysNikos Mavrogiannopoulos2018-06-271-2/+2
* extensions: corrected order of pre-shared-key and dumbfwNikos Mavrogiannopoulos2018-06-221-3/+2
* gnutls_supplemental_register: disable TLS 1.3 globallyNikos Mavrogiannopoulos2018-06-211-0/+1
* gnutls_session_supplemental_register: disable TLS1.3 when setNikos Mavrogiannopoulos2018-06-211-1/+2
* _gnutls13_handshake_server: send CCS immediately after HRRDaiki Ueno2018-06-151-1/+1
* MAX_CIPHER_BLOCK_SIZE: increased to 64-bytes for CHACHA20Nikos Mavrogiannopoulos2018-06-141-1/+1
* priorities: introduced %FORCE_ETMtmp-measure-recordNikos Mavrogiannopoulos2018-06-121-0/+1
* Renamed extension supported ECC to supported groups. Fixes #451.Tom Vrancken2018-05-291-16/+16
* gnutls_session_ticket_send: new functionNikos Mavrogiannopoulos2018-05-261-1/+7
* TLS 1.3: Introduced TLS 1.3 session resumptionAnder Juaristi2018-05-261-14/+49
* session tickets: expose {encrypt,decrypt}_ticket as internal APIAnder Juaristi2018-05-261-0/+13
* handshake: record transcript offset of client FinishedDaiki Ueno2018-05-261-0/+2
* tls13/certificate_request: corrected check of duplicate signature algorithmsNikos Mavrogiannopoulos2018-05-041-1/+0
* Added support for out-of-band Pre-shared keys under TLS1.3Ander Juaristi2018-04-061-3/+48
* _gnutls_supported_ecc_recv_params: take into account precedenceNikos Mavrogiannopoulos2018-03-231-1/+4
* Hello retry request matches server helloNikos Mavrogiannopoulos2018-03-091-0/+11
* record: ignore any ChangeCipherSpec messages under TLS1.3 handshakeNikos Mavrogiannopoulos2018-03-081-1/+5
* ocsp: enhanced the OCSP response loading APIsNikos Mavrogiannopoulos2018-02-191-1/+1
* ocsp: send all the OCSP responses under TLS1.3Nikos Mavrogiannopoulos2018-02-191-2/+2
* introduced gnutls_certificate_retrieve_function3Nikos Mavrogiannopoulos2018-02-191-1/+9
* doc: documented hsk_flags "lifetime" and its resetNikos Mavrogiannopoulos2018-02-191-0/+2
* session state: TLS1.2 and TLS1.3 state is stored as unionNikos Mavrogiannopoulos2018-02-191-8/+10
* session state: organized key exchange keys into structuresNikos Mavrogiannopoulos2018-02-191-40/+53
* record state: avoid memory allocations for stored keysNikos Mavrogiannopoulos2018-02-191-3/+9
* handshake: ffdhe flags merged with handshake flagsNikos Mavrogiannopoulos2018-02-191-4/+2
* handshake: false start flag merged with hsk_flagsNikos Mavrogiannopoulos2018-02-191-2/+1
* handshake: use hsk_flags in TLS1.2 and TLS1.3Nikos Mavrogiannopoulos2018-02-191-6/+2
* handshake: added support for post-handshake authenticationNikos Mavrogiannopoulos2018-02-191-0/+18
* Introduce key usage limits under TLS1.3Nikos Mavrogiannopoulos2018-02-191-0/+1
* handshake: introduced gnutls_session_key_update()Nikos Mavrogiannopoulos2018-02-191-11/+14
* handshake: added TLS1.3 passive key updateNikos Mavrogiannopoulos2018-02-191-1/+9
* handshake-tls13: derive and store exporter_master_secretDaiki Ueno2018-02-191-0/+1
* session state: combined srp and dh prime bits variablesNikos Mavrogiannopoulos2018-02-191-6/+6
* session state: mark mod_auth_st_int as constantNikos Mavrogiannopoulos2018-02-191-1/+1