Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: eliminated exit_code variable used in few tests | Nikos Mavrogiannopoulos | 2018-04-18 | 1 | -8/+0 |
| | | | | | | | It was a legacy variable for error printing that was never used uniformly. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com> | ||||
* | tests: updated for TLS1.3 inclusion | Nikos Mavrogiannopoulos | 2018-03-19 | 1 | -4/+4 |
| | | | | | | | | | This moves the test to use a specific version or test multiple TLS versions if applicable. Resolves #413 Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com> | ||||
* | several spacing fixes to keep syntax-check happy | Nikos Mavrogiannopoulos | 2016-09-11 | 1 | -2/+2 |
| | |||||
* | tests: gnutls_session_get_flags() is checked for extended master secret | Nikos Mavrogiannopoulos | 2016-02-22 | 1 | -0/+8 |
| | |||||
* | tests: verify that we do not allow rehandshakes without ext master | Nikos Mavrogiannopoulos | 2016-02-18 | 1 | -0/+148 |
That is, if we have an initial session which uses the extended master secret do not allow subsequent rehandshakes to skip it. |