summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: exercise TLS 1.3 session resumptiontmp-session-resumption-tls13-openssl-interopDaiki Ueno2018-05-074-19/+79
* gnutls-cli: ignore E_AGAIN to accommodate async handshake messageDaiki Ueno2018-05-071-1/+1
* TLS 1.3: Session resumptionAnder Juaristi2018-05-0714-82/+737
* ext/psk_ke_modes: simplify negotiation semanticsAnder Juaristi2018-05-076-123/+137
* session tickets: expose {encrypt,decrypt}_ticket as internal APIAnder Juaristi2018-05-074-232/+253
* ext/pre_shared_key: fix binder calculation when HRR is sentDaiki Ueno2018-05-073-14/+48
* handshake: record transcript offset of client FinishedDaiki Ueno2018-05-072-0/+9
* updated-auto-generated filesNikos Mavrogiannopoulos2018-05-052-344/+376
* fuzzer: added fresh TLS1.3 server traceNikos Mavrogiannopoulos2018-05-051-0/+0
* gnutls-serv: all skipping DTLS cookie requestNikos Mavrogiannopoulos2018-05-052-33/+44
* gnutls-cli: corrected data written by server traceNikos Mavrogiannopoulos2018-05-051-1/+1
* tests: post handshake auth: test more combinationsNikos Mavrogiannopoulos2018-05-041-17/+42
* post_handshake_auth: send extension irrespective of certificates being presentNikos Mavrogiannopoulos2018-05-041-1/+1
* Merge branch 'tmp-openssl-suite' into 'master'Nikos Mavrogiannopoulos2018-05-0431-198/+1040
|\
| * updated auto-generated filesNikos Mavrogiannopoulos2018-05-042-72/+136
| * tests: added interop tests with openssl under TLS1.3Nikos Mavrogiannopoulos2018-05-0412-7/+677
| * doc: clarified re-handshake details under TLS1.2 serverNikos Mavrogiannopoulos2018-05-041-1/+5
| * tls13/certificate_request: corrected check of duplicate signature algorithmsNikos Mavrogiannopoulos2018-05-044-22/+45
| * gnutls_reauth: doc updateNikos Mavrogiannopoulos2018-05-041-1/+3
| * gnutls-cli: enhanced tool for TLS1.3 optionsNikos Mavrogiannopoulos2018-05-045-21/+91
| * tls13/certificate: send empty certificate instead of skippingNikos Mavrogiannopoulos2018-05-041-25/+24
| * _gnutls_figure_common_ciphersuite: ignore certificate check if PSK is negotiatedNikos Mavrogiannopoulos2018-05-041-6/+2
| * tls13/certificate_verify: corrected context in signatures in client sideNikos Mavrogiannopoulos2018-05-041-7/+24
| * _gnutls13_handshake_sign_data: avoid unnecessary copyNikos Mavrogiannopoulos2018-05-041-6/+9
| * handshake: cleanup in TLS1.3 initial secret calculationNikos Mavrogiannopoulos2018-05-041-15/+3
| * psk: compute binder which is compatible with draft-ietf-tls-tls13Nikos Mavrogiannopoulos2018-05-042-15/+21
|/
* CONTRIBUTING.md: added text on CI [ci skip]Nikos Mavrogiannopoulos2018-05-041-1/+9
* tests: fallback scsv: check proper fallback under TLS 1.3Nikos Mavrogiannopoulos2018-05-031-0/+3
* encrypt_packet_tls13: made size check saferNikos Mavrogiannopoulos2018-05-031-1/+1
* Merge branch 'tmp-pkcs11-sensitive-fix' into 'master'Nikos Mavrogiannopoulos2018-05-039-17/+206
|\
| * pkcs11: mark private key objects as sensitive by defaulttmp-pkcs11-sensitive-fixNikos Mavrogiannopoulos2018-05-039-17/+206
|/
* Merge branch 'tmp-rsa-psk-fix' into 'master'Nikos Mavrogiannopoulos2018-04-305-10/+271
|\
| * tests: check the behavior of TLS1.2 key exchange methods under TLS1.3Nikos Mavrogiannopoulos2018-04-303-1/+249
| * psk: mark psk_ke_modes as invalid when ignoredNikos Mavrogiannopoulos2018-04-301-4/+11
| * priority: handle RSA-PSK ciphersuites similar to SRPNikos Mavrogiannopoulos2018-04-301-5/+11
|/
* Merge branch 'tmp-sni-hostname' into 'master'Nikos Mavrogiannopoulos2018-04-2910-1023/+1135
|\
| * Add another sni related testtmp-sni-hostnameAndreas Metzler2018-04-291-0/+3
| * tests: sni-hostname was updated to support TLS1.3Nikos Mavrogiannopoulos2018-04-294-9/+70
| * updated auto-generated filesNikos Mavrogiannopoulos2018-04-294-1005/+1040
| * doc: Add crossreference/warningAndreas Metzler2018-04-291-1/+1
| * gnutls-cli: added option to specify the verification hostnameNikos Mavrogiannopoulos2018-04-292-8/+21
|/
* doc: fixes for better latex pdf generation [ci skip]Nikos Mavrogiannopoulos2018-04-263-6/+4
* retrieve_pin: refuse to retrieve PIN from URI more than one timeNikos Mavrogiannopoulos2018-04-252-3/+36
* doc: updated OCSP documentation [ci skip]Nikos Mavrogiannopoulos2018-04-241-6/+6
* gnutls.h.in: corrected typo [ci skip]Nikos Mavrogiannopoulos2018-04-221-3/+3
* fuzz: corrected TLS1.3 enablement [ci skip]Nikos Mavrogiannopoulos2018-04-225-4/+7
* Merge branch 'tmp-constate-fix' into 'master'Nikos Mavrogiannopoulos2018-04-1830-393/+381
|\
| * _gnutls_epoch_new: allow re-allocation epoch next epochtmp-constate-fixNikos Mavrogiannopoulos2018-04-184-10/+22
| * tests: added reproducers for receiving app data when rehandshake is expectedNikos Mavrogiannopoulos2018-04-183-40/+132
| * tests: eliminated exit_code variable used in few testsNikos Mavrogiannopoulos2018-04-1819-172/+0