diff options
author | beck <> | 2020-01-26 03:24:36 +0000 |
---|---|---|
committer | beck <> | 2020-01-26 03:24:36 +0000 |
commit | a2c0070fb94eac5f6c4488396abc1d7d83b48f5b (patch) | |
tree | 768e4bf95a63d359b563fe64317a66b69e01af2e | |
parent | 60984277ad432f0d9bb390855ec2cdcb9924329a (diff) | |
download | openbsd-a2c0070fb94eac5f6c4488396abc1d7d83b48f5b.tar.gz openbsd-a2c0070fb94eac5f6c4488396abc1d7d83b48f5b.tar.bz2 openbsd-a2c0070fb94eac5f6c4488396abc1d7d83b48f5b.zip |
server sigalgs test is now bogus, disable for now
-rw-r--r-- | src/regress/lib/libssl/tlsext/tlsexttest.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/tlsext/tlsexttest.c b/src/regress/lib/libssl/tlsext/tlsexttest.c index 214b3983a0..47766faf3b 100644 --- a/src/regress/lib/libssl/tlsext/tlsexttest.c +++ b/src/regress/lib/libssl/tlsext/tlsexttest.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: tlsexttest.c,v 1.30 2019/11/10 17:32:47 beck Exp $ */ | 1 | /* $OpenBSD: tlsexttest.c,v 1.31 2020/01/26 03:24:36 beck Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2017 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2017 Joel Sing <jsing@openbsd.org> |
4 | * Copyright (c) 2017 Doug Hogan <doug@openbsd.org> | 4 | * Copyright (c) 2017 Doug Hogan <doug@openbsd.org> |
@@ -1591,6 +1591,7 @@ test_tlsext_sigalgs_client(void) | |||
1591 | return (failure); | 1591 | return (failure); |
1592 | } | 1592 | } |
1593 | 1593 | ||
1594 | #if 0 | ||
1594 | static int | 1595 | static int |
1595 | test_tlsext_sigalgs_server(void) | 1596 | test_tlsext_sigalgs_server(void) |
1596 | { | 1597 | { |
@@ -1640,6 +1641,7 @@ test_tlsext_sigalgs_server(void) | |||
1640 | 1641 | ||
1641 | return (failure); | 1642 | return (failure); |
1642 | } | 1643 | } |
1644 | #endif | ||
1643 | 1645 | ||
1644 | /* | 1646 | /* |
1645 | * Server Name Indication - RFC 6066 section 3. | 1647 | * Server Name Indication - RFC 6066 section 3. |
@@ -3537,7 +3539,6 @@ main(int argc, char **argv) | |||
3537 | failed |= test_tlsext_ri_server(); | 3539 | failed |= test_tlsext_ri_server(); |
3538 | 3540 | ||
3539 | failed |= test_tlsext_sigalgs_client(); | 3541 | failed |= test_tlsext_sigalgs_client(); |
3540 | failed |= test_tlsext_sigalgs_server(); | ||
3541 | 3542 | ||
3542 | failed |= test_tlsext_sni_client(); | 3543 | failed |= test_tlsext_sni_client(); |
3543 | failed |= test_tlsext_sni_server(); | 3544 | failed |= test_tlsext_sni_server(); |