summaryrefslogtreecommitdiff
path: root/lib/ext/pre_shared_key.c
Commit message (Expand)AuthorAgeFilesLines
* build: remove dead assignmentsDaiki Ueno2020-09-181-1/+1
* tls13/session_ticket: remove _gnutls13_session_ticket_unsetDaiki Ueno2020-09-181-19/+17
* safe_memcmp: remove in favor of gnutls_memcmptmp-safe-memcmpDaiki Ueno2020-06-291-1/+1
* psk: Allow non-NULL PSK usernamesAnder Juaristi2020-03-231-11/+3
* keylogfile: simplify the callback mechanismtmp-keylog-funcDaiki Ueno2020-02-221-2/+2
* keylogfile: generalize with a callbacktmp-keylog-hookDaiki Ueno2020-02-071-6/+10
* session tickets: parse extension during session resumption on client sideNikos Mavrogiannopoulos2019-10-081-1/+2
* handshake: generate early exporter secretDaiki Ueno2019-04-191-0/+12
* handshake: move early secrets calculation to pre_shared_keyDaiki Ueno2019-04-191-2/+68
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* ext/pre_shared_key: avoid unnecessary use of VLA for MSVCtmp-msvc-fixesDaiki Ueno2019-01-041-1/+1
* anti_replay: moved new add function into anti_replay structureNikos Mavrogiannopoulos2018-11-151-1/+1
* TLS 1.3: implement anti-replay measure using ClientHello recordingDaiki Ueno2018-11-121-1/+26
* ext/pre_shared_key: use predefined macros for secret labelsDaiki Ueno2018-11-111-4/+4
* ext/pre_shared_key: don't assume ob_ticket_age < ticket_age_addtmp-session-ticket-timestampDaiki Ueno2018-10-261-6/+0
* tls13/session_ticket: calculate ticket_age in millisecondsDaiki Ueno2018-10-261-6/+11
* tls13/session_ticket: rename tls13_ticket_t type to tls13_ticket_stDaiki Ueno2018-10-251-2/+2
* Renamed _gnutls_auth_info_set() to _gnutls_auth_info_init().Tom Vrancken2018-10-181-2/+2
* ext/pre_shared_key: use consistent name for regitration entryDaiki Ueno2018-08-231-1/+1
* ext/pre_shared_key: make ticket age calculation consistentDaiki Ueno2018-08-231-10/+10
* tls13/psk_ext_parser: simplify the iterator interfaceDaiki Ueno2018-08-231-17/+29
* gnutls_session_resumption_requested: fixed behavior under TLS1.3Nikos Mavrogiannopoulos2018-08-201-0/+2
* ext/pre_shared_key: prevent crash if no server credentials are setDaiki Ueno2018-08-081-1/+2
* pre_shared_key: do not send extension when no identities are presentNikos Mavrogiannopoulos2018-07-111-0/+7
* pre_shared_key: use time_t type for ticket_age variableNikos Mavrogiannopoulos2018-07-111-3/+2
* _gnutls_parse_hello_extensions: enforce that pre-shared-key extension is lastNikos Mavrogiannopoulos2018-06-221-1/+1
* ext/pre_shared_key: make PSK identity parsing robustertmp-session-ticket-key-nameDaiki Ueno2018-06-011-36/+21
* TLS 1.3: Introduced TLS 1.3 session resumptionAnder Juaristi2018-05-261-113/+354
* ext/pre_shared_key: fix binder calculation when HRR is sentDaiki Ueno2018-05-261-13/+41
* handshake: do not send TLS extensions under DTLS and vice versatmp-prohibit-tls-dtls-mixNikos Mavrogiannopoulos2018-05-171-1/+1
* psk: compute binder which is compatible with draft-ietf-tls-tls13Nikos Mavrogiannopoulos2018-05-041-15/+19
* ext/pre_shared_key: cleanups in error handlingNikos Mavrogiannopoulos2018-04-071-16/+38
* psk: save the username on auth info struct under TLS1.3Nikos Mavrogiannopoulos2018-04-061-0/+18
* Simplified the _gnutls13_psk_ext_parser interface and added unit testsNikos Mavrogiannopoulos2018-04-061-19/+9
* Added support for out-of-band Pre-shared keys under TLS1.3Ander Juaristi2018-04-061-0/+470