summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* _gnutls13_recv_async_handshake: process multiple and split handshake messagestmp-fix-multi-async-msgNikos Mavrogiannopoulos2018-07-125-84/+145
* tests: check whether multiple tickets can be sent/receivedNikos Mavrogiannopoulos2018-07-121-15/+38
* gnutls_session_ticket_send: allow sending multiple tickets in one goNikos Mavrogiannopoulos2018-07-126-54/+83
* Merge branch 'tmp-limit-ticket-age' into 'master'Nikos Mavrogiannopoulos2018-07-119-37/+389
|\
| * tests: handshake-timeout: use virt_sec_sleep() to avoid long delays in testNikos Mavrogiannopoulos2018-07-112-5/+7
| * generate_session_ticket: tickets cannot extend the original session timeNikos Mavrogiannopoulos2018-07-115-8/+363
| * pre_shared_key: do not send extension when no identities are presentNikos Mavrogiannopoulos2018-07-111-0/+7
| * tests: corrected priority strings in session-tickets-ok and other cleanupsNikos Mavrogiannopoulos2018-07-111-19/+5
| * doc: mention session ticket behavior under TLS1.3Nikos Mavrogiannopoulos2018-07-111-0/+3
| * generate_session_ticket: use a 4-byte nonce by defaultNikos Mavrogiannopoulos2018-07-111-2/+2
| * pre_shared_key: use time_t type for ticket_age variableNikos Mavrogiannopoulos2018-07-111-3/+2
| * generate_session_ticket: fixed commentNikos Mavrogiannopoulos2018-07-111-1/+1
|/
* lib: document digest and paramset in gost key import functionsDmitry Eremin-Solenikov2018-07-103-3/+12
* lib/x509: use new function to deduce default GOST paramsetDmitry Eremin-Solenikov2018-07-105-24/+13
* lib: remove undefined behaviour when handling GOST paramsetDmitry Eremin-Solenikov2018-07-105-15/+20
* Merge branch 'tmp-def-priority2' into 'master'Nikos Mavrogiannopoulos2018-07-0914-25/+730
|\
| * updated auto-generated filesNikos Mavrogiannopoulos2018-07-093-0/+8
| * gnutls_priority_init2,gnutls_set_default_priority_append: introducedNikos Mavrogiannopoulos2018-07-0911-25/+722
|/
* doc update [ci skip]Nikos Mavrogiannopoulos2018-07-071-2/+2
* doc update [ci skip]Nikos Mavrogiannopoulos2018-07-071-22/+27
* configure: Fix progress message for --enable-tls13-supportAndreas Metzler2018-07-071-2/+2
* tests: tls-fuzzer-alpn: operate on random portNikos Mavrogiannopoulos2018-07-073-7/+5
* configure: added option --enable-tls13-supportNikos Mavrogiannopoulos2018-07-0721-30/+99
* _gnutls_figure_common_ciphersuite: apply rfc7919 requirements only under TLS1.2Nikos Mavrogiannopoulos2018-07-072-2/+2
* supported_versions: do not parse in server side when TLS1.3 is disabledNikos Mavrogiannopoulos2018-07-071-1/+9
* protocols: bumped TLS1.3 protocol to draft-28Nikos Mavrogiannopoulos2018-07-074-11/+13
* tests: mini-record-timing: avoid warning for too large stack usageNikos Mavrogiannopoulos2018-07-041-1/+5
* Merge branch 'tmp-fix-rsae-negotiation' into 'master'Nikos Mavrogiannopoulos2018-07-025-5/+34
|\
| * tlsfuzzer: updated to include RSA and RSA-PSS related testsNikos Mavrogiannopoulos2018-07-023-4/+28
| * sign_supports_cert_pk_algorithm: corrected check for RSAE-PSSNikos Mavrogiannopoulos2018-07-022-1/+6
|/
* tlsproxy: included but not as submoduleNikos Mavrogiannopoulos2018-07-029-3/+1432
* tlsproxy: removed submoduleNikos Mavrogiannopoulos2018-07-022-3/+0
* tests: introduced tests about crypto API failures on illegal useNikos Mavrogiannopoulos2018-07-023-3/+206
* gnutls_aead_cipher_encryptv: eliminate signed/unsigned warnings under x86Nikos Mavrogiannopoulos2018-07-021-6/+6
* accelerated: error on the cases where the nettle API would have erroredNikos Mavrogiannopoulos2018-07-027-9/+94
* gnutls_cipher_add_auth: propagate error codesNikos Mavrogiannopoulos2018-07-021-3/+1
* Merge branch 'tmp-32-bit-time_t' into 'master'Nikos Mavrogiannopoulos2018-07-029-20/+187
|\
| * certtool: properly print an int64_t valueNikos Mavrogiannopoulos2018-07-022-5/+2
| * certtool: print information on time_t restrictions on failureNikos Mavrogiannopoulos2018-07-021-0/+6
| * tests: verify that certtool operates as expected with dates after 2038Nikos Mavrogiannopoulos2018-07-024-1/+155
| * tests: check explicitly the size of time_tNikos Mavrogiannopoulos2018-07-024-14/+24
| * tests: better guarding of variable SKIP_DATEFUDGE_CHECKNikos Mavrogiannopoulos2018-07-021-1/+1
|/
* Merge branch 'tmp-post-handshake-auth' into 'master'Nikos Mavrogiannopoulos2018-07-0224-32/+512
|\
| * tests: ignore PIPE signal on TLS1.3-related testsNikos Mavrogiannopoulos2018-07-0215-14/+36
| * tests: check for GNUTLS_E_GOT_APPLICATION_DATA on post-handshake authNikos Mavrogiannopoulos2018-07-023-6/+57
| * post-handshake: return GNUTLS_E_GOT_APPLICATION_DATA as documented toNikos Mavrogiannopoulos2018-07-022-4/+16
| * tests: introduced test for post-handshake auth + PSKNikos Mavrogiannopoulos2018-07-023-1/+369
| * tls13 handshake: allow certificate messages after handshakeNikos Mavrogiannopoulos2018-07-024-6/+19
| * gnutls_session_get_flags: introduced GNUTLS_SFLAGS_POST_HANDSHAKE_AUTHNikos Mavrogiannopoulos2018-07-025-2/+16
|/
* gnutls-serv: make --disable-client-cert and --require-client-cert options inc...Nikos Mavrogiannopoulos2018-07-022-2/+7