summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/unit/Makefile
diff options
context:
space:
mode:
authordoug <>2015-07-09 07:47:02 +0000
committerdoug <>2015-07-09 07:47:02 +0000
commitcfcd8c19e095b37942124c85b7d96fb4b1aca7f5 (patch)
treebf50cb75b418450ba1a52d319b4b3cb60a0418f8 /src/regress/lib/libssl/unit/Makefile
parentc103a908b9abcc6b96600e197a19249870aae0e5 (diff)
downloadopenbsd-cfcd8c19e095b37942124c85b7d96fb4b1aca7f5.tar.gz
openbsd-cfcd8c19e095b37942124c85b7d96fb4b1aca7f5.tar.bz2
openbsd-cfcd8c19e095b37942124c85b7d96fb4b1aca7f5.zip
Add tests for parsing TLS extension ALPN (RFC 7301).
The current libssl code does not pass these tests yet.
Diffstat (limited to 'src/regress/lib/libssl/unit/Makefile')
-rw-r--r--src/regress/lib/libssl/unit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/unit/Makefile b/src/regress/lib/libssl/unit/Makefile
index c014615900..8e8b633e1d 100644
--- a/src/regress/lib/libssl/unit/Makefile
+++ b/src/regress/lib/libssl/unit/Makefile
@@ -1,6 +1,6 @@
1# $OpenBSD: Makefile,v 1.1 2015/06/27 23:35:52 doug Exp $ 1# $OpenBSD: Makefile,v 1.2 2015/07/09 07:47:02 doug Exp $
2 2
3TEST_CASES+= cipher_list 3TEST_CASES+= cipher_list tls_ext_alpn
4 4
5REGRESS_TARGETS= all_tests 5REGRESS_TARGETS= all_tests
6 6