diff options
author | jsing <> | 2024-07-16 14:38:59 +0000 |
---|---|---|
committer | jsing <> | 2024-07-16 14:38:59 +0000 |
commit | 97cdf5a1c8e337cb0c9a315941ec59c180393ad6 (patch) | |
tree | 7015bf87470931e9ba77cb380fa2f3f2e64728bc /src | |
parent | 772f611f8f8ff3800ee3fe27142570622d06cc38 (diff) | |
download | openbsd-97cdf5a1c8e337cb0c9a315941ec59c180393ad6.tar.gz openbsd-97cdf5a1c8e337cb0c9a315941ec59c180393ad6.tar.bz2 openbsd-97cdf5a1c8e337cb0c9a315941ec59c180393ad6.zip |
Update regress for removal of SSL_HANDSHAKE_MAC_DEFAULT.
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libssl/unit/tls_prf.c | 27 |
1 files changed, 2 insertions, 25 deletions
diff --git a/src/regress/lib/libssl/unit/tls_prf.c b/src/regress/lib/libssl/unit/tls_prf.c index ea753f46ff..8cb17cb057 100644 --- a/src/regress/lib/libssl/unit/tls_prf.c +++ b/src/regress/lib/libssl/unit/tls_prf.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: tls_prf.c,v 1.10 2024/06/05 04:50:36 tb Exp $ */ | 1 | /* $OpenBSD: tls_prf.c,v 1.11 2024/07/16 14:38:59 jsing Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2017 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2017 Joel Sing <jsing@openbsd.org> |
4 | * | 4 | * |
@@ -35,30 +35,7 @@ struct tls_prf_test { | |||
35 | 35 | ||
36 | static const struct tls_prf_test tls_prf_tests[] = { | 36 | static const struct tls_prf_test tls_prf_tests[] = { |
37 | { | 37 | { |
38 | .desc = "MD5+SHA1", | 38 | .desc = "SHA256", |
39 | .ssl_method = TLSv1_method, | ||
40 | .cipher_value = 0x0033, | ||
41 | .out = { | ||
42 | 0x03, 0xa1, 0xc1, 0x7d, 0x2c, 0xa5, 0x3d, 0xe8, | ||
43 | 0x9d, 0x59, 0x5e, 0x30, 0xf5, 0x71, 0xbb, 0x96, | ||
44 | 0xde, 0x5c, 0x8e, 0xdc, 0x25, 0x8a, 0x7c, 0x05, | ||
45 | 0x9f, 0x7d, 0x35, 0x29, 0x45, 0xae, 0x56, 0xad, | ||
46 | 0x9f, 0x57, 0x15, 0x5c, 0xdb, 0x83, 0x3a, 0xac, | ||
47 | 0x19, 0xa8, 0x2b, 0x40, 0x72, 0x38, 0x1e, 0xed, | ||
48 | 0xf3, 0x25, 0xde, 0x84, 0x84, 0xd8, 0xd1, 0xfc, | ||
49 | 0x31, 0x85, 0x81, 0x12, 0x55, 0x4d, 0x12, 0xb5, | ||
50 | 0xed, 0x78, 0x5e, 0xba, 0xc8, 0xec, 0x8d, 0x28, | ||
51 | 0xa1, 0x21, 0x1e, 0x6e, 0x07, 0xf1, 0xfc, 0xf5, | ||
52 | 0xbf, 0xe4, 0x8e, 0x8e, 0x97, 0x15, 0x93, 0x85, | ||
53 | 0x75, 0xdd, 0x87, 0x09, 0xd0, 0x4e, 0xe5, 0xd5, | ||
54 | 0x9e, 0x1f, 0xd6, 0x1c, 0x3b, 0xe9, 0xad, 0xba, | ||
55 | 0xe0, 0x16, 0x56, 0x62, 0x90, 0xd6, 0x82, 0x84, | ||
56 | 0xec, 0x8a, 0x22, 0xbe, 0xdc, 0x6a, 0x5e, 0x05, | ||
57 | 0x12, 0x44, 0xec, 0x60, 0x61, 0xd1, 0x8a, 0x66, | ||
58 | }, | ||
59 | }, | ||
60 | { | ||
61 | .desc = "SHA256 (via TLSv1.2)", | ||
62 | .ssl_method = TLSv1_2_method, | 39 | .ssl_method = TLSv1_2_method, |
63 | .cipher_value = 0x0033, | 40 | .cipher_value = 0x0033, |
64 | .out = { | 41 | .out = { |