diff options
| author | doug <> | 2015-07-09 07:47:02 +0000 |
|---|---|---|
| committer | doug <> | 2015-07-09 07:47:02 +0000 |
| commit | cfcd8c19e095b37942124c85b7d96fb4b1aca7f5 (patch) | |
| tree | bf50cb75b418450ba1a52d319b4b3cb60a0418f8 /src/regress/lib/libssl/unit/Makefile | |
| parent | c103a908b9abcc6b96600e197a19249870aae0e5 (diff) | |
| download | openbsd-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/Makefile | 4 |
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 | ||
| 3 | TEST_CASES+= cipher_list | 3 | TEST_CASES+= cipher_list tls_ext_alpn |
| 4 | 4 | ||
| 5 | REGRESS_TARGETS= all_tests | 5 | REGRESS_TARGETS= all_tests |
| 6 | 6 | ||
