Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | several spacing fixes to keep syntax-check happy | Nikos Mavrogiannopoulos | 2016-09-11 | 1 | -2/+2 |
| | |||||
* | tests: check whether server returns the correct error code if presented with ↵ | Nikos Mavrogiannopoulos | 2015-12-14 | 1 | -0/+143 |
invalid versions That is gnutls_handshake() will return GNUTLS_E_UNSUPPORTED_VERSION_PACKET in server side, if the client presents a very old TLS version which is not supported. Relates #42 |