summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* .gitlab-ci.yml: fix artifact paths for TLS1.3/interoptmp-tlsfuzzer-tls13Daiki Ueno2018-06-121-5/+1
* tlsfuzzer-tls13: use a random port for testingNikos Mavrogiannopoulos2018-06-122-13/+20
* tlsfuzzer: update to the latest versionDaiki Ueno2018-06-126-1/+96
* buffers: remove redundant assignmentDaiki Ueno2018-06-121-1/+0
* record: use correct alert type upon receiving empty AlertDaiki Ueno2018-06-121-1/+1
* record: improve empty message handling in TLS 1.3Daiki Ueno2018-06-121-1/+22
* record: fix padding removal when the payload is zero-lengthDaiki Ueno2018-06-121-4/+4
* Merge branch 'tmp-measure-record' into 'master'Nikos Mavrogiannopoulos2018-06-1221-468/+951
|\
| * priorities: introduced %FORCE_ETMtmp-measure-recordNikos Mavrogiannopoulos2018-06-129-5/+438
| * priorities: hmac-sha256 ciphersuites were removed from defaultsNikos Mavrogiannopoulos2018-06-125-17/+13
| * cbc_mac_verify: require minimum padding under SSL3.0Nikos Mavrogiannopoulos2018-06-121-1/+7
| * cipher: separated CBC w/o EtM handlingNikos Mavrogiannopoulos2018-06-124-125/+197
| * dummy_wait: always hash the same amount of blocks that would have been on min...Nikos Mavrogiannopoulos2018-06-121-30/+34
| * cbc-record-check.sh: introducedNikos Mavrogiannopoulos2018-06-123-321/+295
| * dummy_wait: correctly account the length field in SHA384 HMACNikos Mavrogiannopoulos2018-06-122-15/+13
|/
* Fix warnings seen on OpenCSW Solaris 10Tim Rühsen2018-06-106-7/+12
* gnutls_session_get_data2: harmonize documentation with practiceNikos Mavrogiannopoulos2018-06-081-1/+1
* Merge branch 'fix-overflow' into 'master'Nikos Mavrogiannopoulos2018-06-061-2/+5
|\
| * Fix variable overflow in TLS1.3 session ticket codeTim Rühsen2018-06-061-2/+5
|/
* Merge branch 'tmp-session-ticket-incompatible' into 'master'Nikos Mavrogiannopoulos2018-06-055-40/+37
|\
| * tls13/session_ticket: don't send ticket when no common KE modesDaiki Ueno2018-06-053-13/+27
| * ext/psk_ke_modes: always send extension unless disabled in configDaiki Ueno2018-06-053-27/+10
|/
* Merge branch 'fix-tests' into 'master'Nikos Mavrogiannopoulos2018-06-024-2/+4
|\
| * Add --enable-doc to DISTCHECK_CONFIGURE_FLAGSTim Rühsen2018-06-011-1/+1
| * Fix tests 'ocsp-must-staple-connection' and 'ocsp-tls-connection'Tim Rühsen2018-06-012-0/+2
| * Fix tests/cert-tests/template-test for 'make distcheck'Tim Rühsen2018-06-011-1/+1
|/
* Merge branch 'tmp-session-ticket-key-name' into 'master'Nikos Mavrogiannopoulos2018-06-013-47/+30
|\
| * ext/pre_shared_key: make PSK identity parsing robustertmp-session-ticket-key-nameDaiki Ueno2018-06-012-38/+23
| * _gnutls_decrypt_session_ticket: fail early on key name mismatchDaiki Ueno2018-06-011-9/+7
|/
* Merge branch 'tmp_rename_ecc_extensions' into 'master'Nikos Mavrogiannopoulos2018-05-3112-158/+217
|\
| * Renamed extension supported ECC to supported groups. Fixes #451.Tom Vrancken2018-05-2912-158/+217
|/
* Merge branch 'fix-warnings' into 'master'Nikos Mavrogiannopoulos2018-05-2610-18/+41
|\
| * Fix more warnings in tests/Tim Rühsen2018-05-264-1/+32
| * Fix warnings in test suiteTim Rühsen2018-05-266-17/+9
|/
* Merge branch 'tmp-session-resumption2' into 'master'Nikos Mavrogiannopoulos2018-05-2648-875/+2528
|\
| * tests: resume: check whether PSK username matches on resumptionNikos Mavrogiannopoulos2018-05-261-2/+14
| * resumption: reduce session parameters stored under TLS1.3Nikos Mavrogiannopoulos2018-05-261-162/+131
| * session_ticket: use random noncesNikos Mavrogiannopoulos2018-05-261-4/+1
| * updated auto-generated filesNikos Mavrogiannopoulos2018-05-263-0/+4
| * doc: mention changes under TLS 1.3Nikos Mavrogiannopoulos2018-05-261-0/+9
| * tests: added main use-case test for gnutls_session_ticket_send()Nikos Mavrogiannopoulos2018-05-262-1/+361
| * handshake: do not include async messages into transcriptNikos Mavrogiannopoulos2018-05-261-34/+38
| * gnutls_session_ticket_send: new functionNikos Mavrogiannopoulos2018-05-265-1/+57
| * handshake: store session parameters in TLS1.3 ticketNikos Mavrogiannopoulos2018-05-266-26/+77
| * handshake: TLS1.3 async messages trigger the handshake hookNikos Mavrogiannopoulos2018-05-264-19/+78
| * tests: check various parameters on resumptionNikos Mavrogiannopoulos2018-05-264-60/+158
| * tests: exercise TLS 1.3 session resumptionDaiki Ueno2018-05-264-2/+69
| * gnutls-cli: ignore E_AGAIN to accommodate async handshake messageDaiki Ueno2018-05-261-1/+1
| * gnutls_auth_get_type: simplifiedNikos Mavrogiannopoulos2018-05-261-16/+4
| * TLS 1.3: Introduced TLS 1.3 session resumptionAnder Juaristi2018-05-2630-373/+1266