summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* doc: minor text updatestmp-gnutls-cli-debug-updatesNikos Mavrogiannopoulos2018-07-132-2/+3
* gnutls-cli-debug: fix EtM and extended master secret discoveryNikos Mavrogiannopoulos2018-07-132-3/+2
* tests: added unit test of gnutls-cli-debugNikos Mavrogiannopoulos2018-07-131-5/+66
* gnutls-cli-debug: generalized cipher testsNikos Mavrogiannopoulos2018-07-122-9/+9
* gnutls-cli-debug: removed legacy tests no longer applicableNikos Mavrogiannopoulos2018-07-123-109/+59
* gnutls-cli-debug: detect TLS1.3 supportNikos Mavrogiannopoulos2018-07-123-8/+50
* gnutls-cli-debug: when testing servers enable all ciphersNikos Mavrogiannopoulos2018-07-121-8/+8
* doc: update for TLS 1.3Daiki Ueno2018-07-123-22/+53
* Merge branch 'tmp-fix-multi-async-msg' into 'master'Nikos Mavrogiannopoulos2018-07-1210-152/+265
|\
| * _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