summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* TLS 1.3: session resumption: abstract away access to STEKtmp-draft-ietf-tls-tls13-21-ajuaristi-session-resumption-3Ander Juaristi2018-04-193-21/+83
* TLS 1.3: pre_shared_key: Check server priority stringAnder Juaristi2018-04-188-22/+90
* TLS 1.3: session resumption: Fix psk_ke_modesAnder Juaristi2018-04-182-66/+82
* TLS 1.3: Session resumptionAnder Juaristi2018-04-1814-193/+1091
* ext/pre_shared_key: cleanups in error handlingNikos Mavrogiannopoulos2018-04-072-17/+39
* ext/psk_ke_modes: corrected data accessNikos Mavrogiannopoulos2018-04-072-1/+2
* fuzz: added client and server traces for TLS 1.3 draft-26 [ci skip]Nikos Mavrogiannopoulos2018-04-076-0/+0
* doc: corrected space-tab issues in examplesNikos Mavrogiannopoulos2018-04-071-4/+4
* constate: fixed key generation for TLS1.3Nikos Mavrogiannopoulos2018-04-062-8/+4
* doc: re-organized and modernized examplesNikos Mavrogiannopoulos2018-04-064-194/+190
* doc: updated for TLS1.3Nikos Mavrogiannopoulos2018-04-064-160/+139
* fuzz: added PSK traces with TLS1.3Nikos Mavrogiannopoulos2018-04-067-2/+3
* Merge branch 'tmp-psk-tls1.3' into 'master'Nikos Mavrogiannopoulos2018-04-0642-185/+2015
|\
| * psk: save the username on auth info struct under TLS1.3Nikos Mavrogiannopoulos2018-04-063-1/+25
| * tests: enhanced test suite for TLS1.3 and PSKNikos Mavrogiannopoulos2018-04-065-42/+411
| * priority: added GROUP-DH-ALL and GROUP-EC-ALLNikos Mavrogiannopoulos2018-04-062-1/+31
| * dumbfw: account for extension data paddingNikos Mavrogiannopoulos2018-04-061-3/+5
| * Simplified the _gnutls13_psk_ext_parser interface and added unit testsNikos Mavrogiannopoulos2018-04-067-85/+247
| * Added support for out-of-band Pre-shared keys under TLS1.3Ander Juaristi2018-04-0633-136/+1379
|/
* certtool: key-type desc was moved along the privkey functionality [ci skip]Nikos Mavrogiannopoulos2018-04-061-9/+9
* gnutls_record_can_use_length_hiding: corrected return typeNikos Mavrogiannopoulos2018-04-042-2/+2
* encrypt_packet_tls13: reverted to original APINikos Mavrogiannopoulos2018-04-041-23/+23
* Merge branch 'tmp-nettle-version-check-update' into 'master'Nikos Mavrogiannopoulos2018-03-261-1/+1
|\
| * nettle: corrected typo in version check for compatibility mode with 3.3tmp-nettle-version-check-updateNikos Mavrogiannopoulos2018-03-251-1/+1
|/
* Merge branch 'tmp-draft-ietf-tls13-26' into 'master'Nikos Mavrogiannopoulos2018-03-2414-115/+362
|\
| * doc updatetmp-draft-ietf-tls13-26Nikos Mavrogiannopoulos2018-03-231-1/+5
| * protocols: bumped TLS1.3 protocol to draft -26Nikos Mavrogiannopoulos2018-03-233-6/+6
| * record: added AAD data when encrypting or decryptingNikos Mavrogiannopoulos2018-03-231-36/+54
| * priorities: disable any key exchange methods if there is no TLS1.2 or earlierNikos Mavrogiannopoulos2018-03-232-16/+37
| * _gnutls_supported_ecc_recv_params: take into account precedenceNikos Mavrogiannopoulos2018-03-237-58/+259
| * supported_versions: cannot be used to negotiate pre-TLS1.3Nikos Mavrogiannopoulos2018-03-231-0/+3
|/
* doc update [ci skip]Nikos Mavrogiannopoulos2018-03-231-0/+4
* doc: mention gnutls_privkey_import_ext4 in upgrade from 3.5.xNikos Mavrogiannopoulos2018-03-232-2/+5
* doc: added since field in gnutls_record_send2() descriptionNikos Mavrogiannopoulos2018-03-232-1/+3
* Makefile.am: reduce automake warnings and corrected versionNikos Mavrogiannopoulos2018-03-231-6/+6
* The abi-check target was updated to check against the last tagNikos Mavrogiannopoulos2018-03-223-25/+50
* nettle/pk: include nettle/version.hNikos Mavrogiannopoulos2018-03-201-0/+1
* tests: avoid duplicate runs of tests when not necessarytmp-update-tests-for-tls1.3Nikos Mavrogiannopoulos2018-03-191-15/+16
* tests: moved invalid-cert reproducer into fuzz/ reproducersNikos Mavrogiannopoulos2018-03-193-43/+1
* tests: testpkcs11.sh was moved to the main testsNikos Mavrogiannopoulos2018-03-1916-52/+53
* tests: long-crl.sh was moved to main suiteNikos Mavrogiannopoulos2018-03-195-8/+7
* tests: suite: dropped ocsp-coverage and cert-coverageNikos Mavrogiannopoulos2018-03-19813-246/+2
* tests: testsrn.sh was removed as duplicate of safe-renegotation/ testsNikos Mavrogiannopoulos2018-03-198-128/+13
* tests: pkcs7-cat: moved to main suiteNikos Mavrogiannopoulos2018-03-1910-10/+10
* tests: updated for TLS1.3 inclusionNikos Mavrogiannopoulos2018-03-1981-1472/+1002
* tests: mini-record-retvals was split into return vals checking and alerts che...Nikos Mavrogiannopoulos2018-03-193-16/+321
* tests: client-fast-open: updated for TLS1.3Nikos Mavrogiannopoulos2018-03-191-15/+25
* tests: removed unused testNikos Mavrogiannopoulos2018-03-191-246/+0
* tests: auto-verify: update for TLS1.3Nikos Mavrogiannopoulos2018-03-191-19/+30
* doc update [ci skip]Nikos Mavrogiannopoulos2018-03-191-1/+6