summaryrefslogtreecommitdiffstats
path: root/test/sslcorrupttest.c
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2016-11-01 22:06:42 +0100
committerMatt Caswell <matt@openssl.org>2016-11-10 13:04:11 +0000
commit70d8b304d01b9e0c4ec182db20c33aa0698cda51 (patch)
treecfeb8fbcc4d3a410bd5b0d2b1a98472abf2f866a /test/sslcorrupttest.c
parentc5a569927fb7bcfa34dde76dbc021d4f8a5c8fb1 (diff)
test/evptests.txt: add negative tests for AEAD ciphers.
This is done by taking one vector, "corrupting" last bit of the tag value and verifying that decrypt fails. Reviewed-by: Emilia Käsper <emilia@openssl.org>
Diffstat (limited to 'test/sslcorrupttest.c')
-rw-r--r--test/sslcorrupttest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sslcorrupttest.c b/test/sslcorrupttest.c
index 26219b6193..34ac8f774c 100644
--- a/test/sslcorrupttest.c
+++ b/test/sslcorrupttest.c
@@ -130,7 +130,7 @@ static void bio_f_tls_corrupt_filter_free(void)
* with apps/server.pem used even in other tests. For this reason
* |cipher_list| is initialized with RSA ciphers' names. This
* naturally means that if test is to be re-purposed for other
- * type of key, then NIS_auth_* filter below would need adjustment.
+ * type of key, then NID_auth_* filter below would need adjustment.
*/
static const char **cipher_list = NULL;