summaryrefslogtreecommitdiff
path: root/tests/suite/tls-fuzzer/tlsfuzzer
Commit message (Collapse)AuthorAgeFilesLines
* tlsfuzzer: updated to latest upstream and enabled new teststmp-update-tlsfuzzerNikos Mavrogiannopoulos2018-10-161-0/+0
| | | | | | Resolves: #591 Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* tlsfuzzer: update to the latest versionDaiki Ueno2018-08-081-0/+0
| | | | | | | | Also enable test-tls13-ffdhe-sanity.py, test-tls13-session-resumption.py, and test-tls13-unrecognised-groups.py. Signed-off-by: Daiki Ueno <dueno@redhat.com>
* tlsfuzzer: update to the latest versionDaiki Ueno2018-08-061-0/+0
| | | | | | Also enable test-tls13-0rtt-garbage.py. Signed-off-by: Daiki Ueno <dueno@redhat.com>
* tls1.3: server returns early on handshake when no cert is provided by clientNikos Mavrogiannopoulos2018-08-031-0/+0
| | | | | | | | | | | | Under TLS1.3 the server knows the negotiated keys early, if no client certificate is sent. In that case, the server is not only able to transmit the session ticket immediately after its finished message, but is also able to transmit data, similarly to false start. Resolves #481 Resolves #457 Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* tlsfuzzer: updated to include RSA and RSA-PSS related testsNikos Mavrogiannopoulos2018-07-021-0/+0
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* tlsfuzzer: update to the latest versiontmp-tlsfuzzer-tls13-hrrDaiki Ueno2018-06-151-0/+0
| | | | | | Also enable test-tls13-hrr.py. Signed-off-by: Daiki Ueno <dueno@redhat.com>
* tlsfuzzer: update to the latest versionDaiki Ueno2018-06-121-0/+0
| | | | | | Also enable the TLS 1.3 tests. Signed-off-by: Daiki Ueno <dueno@redhat.com>
* tlsfuzzer: updated to the latest versiontmp-nmav-draft-ietf-tls-tls13-22Nikos Mavrogiannopoulos2018-03-091-0/+0
| | | | | | Also enabled the RSA-PSS tests. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* tlsfuzzer: updated to latest masterNikos Mavrogiannopoulos2018-02-191-0/+0
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* tls-fuzzer: enabled the large hello checksNikos Mavrogiannopoulos2018-02-191-0/+0
| | | | | | | | | These were previously not working because tls-fuzzer was not TLS1.3-ready. This is addressed at the current update, and as such we enable them. That commit also enables the SNI resumption tests. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* bumped versionNikos Mavrogiannopoulos2017-10-181-0/+0
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* CONTRIBUTING.md: added some text on introducing new APIs [ci skip]Nikos Mavrogiannopoulos2017-09-271-0/+0
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* tests: updated tlsfuzzer to reduce rsa-pss failuresNikos Mavrogiannopoulos2017-09-081-0/+0
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* tlsfuzzer: enabled RFC7919 FFDHE testsNikos Mavrogiannopoulos2017-08-021-0/+0
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* tlsfuzzer: enabled test-ecdsa-sig-flexibility.pyNikos Mavrogiannopoulos2017-07-241-0/+0
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* tlsfuzzer: enabled SNI and other tests from masterNikos Mavrogiannopoulos2017-07-211-0/+0
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* tests: updated to reflect the fact that invalid dns names are rejectedNikos Mavrogiannopoulos2017-07-211-0/+0
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* tlsfuzzer: enabled test-extended-master-secret-extension.pyNikos Mavrogiannopoulos2017-07-181-0/+0
| | | | | | | | That allows testing the extended master secret behavior. Resolves: #231 Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* updated tlsfuzzertmp-tls1.3-backportsNikos Mavrogiannopoulos2017-07-131-0/+0
| | | | | | | That fixes issue detecting connection termination from gnutls-serv in chacha20 test. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* updated tlsfuzzerNikos Mavrogiannopoulos2017-07-051-0/+0
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* .gitlab-ci.yml: added aarch64 build based on Debiantmp-aarch64-ciNikos Mavrogiannopoulos2017-06-041-0/+0
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* tlsfuzzer: updated to latest versionNikos Mavrogiannopoulos2017-05-241-0/+0
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* testsuite: added tlsfuzzerNikos Mavrogiannopoulos2017-03-071-0/+0
This enhances the testsuite by running all the tlsfuzzer fuzzer tests which require no certificates from server. https://github.com/tomato42/tlsfuzzer