diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2017-01-27 16:06:16 +0100 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2017-01-30 14:00:17 +0100 |
commit | 54b7f2a5ca463072dde5590e4dd3112bd47bba28 (patch) | |
tree | 6bb15f9f030001e5daa8553f751d8e2ff32353a5 /test/README.ssltest.md | |
parent | Update documentation (diff) | |
download | openssl-54b7f2a5ca463072dde5590e4dd3112bd47bba28.tar.xz openssl-54b7f2a5ca463072dde5590e4dd3112bd47bba28.zip |
Add test support for TLS signature types.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2301)
Diffstat (limited to 'test/README.ssltest.md')
-rw-r--r-- | test/README.ssltest.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/README.ssltest.md b/test/README.ssltest.md index 5e2b2d76fc..3d0fe91f55 100644 --- a/test/README.ssltest.md +++ b/test/README.ssltest.md @@ -92,9 +92,12 @@ handshake. * ExpectedServerCertType, ExpectedClientCertType - the expected algorithm or curve of server or client certificate -* ExpectedServerSignatureHash, ExpectedClientSignatureHash - the expected +* ExpectedServerSignHash, ExpectedClientSignHash - the expected signing hash used by server or client certificate +* ExpectedServerSignType, ExpectedClientSignType - the expected + signature type used by server or client when signing messages + ## Configuring the client and server The client and server configurations can be any valid `SSL_CTX` |