diff options
| author | jsing <> | 2020-08-09 16:27:28 +0000 |
|---|---|---|
| committer | jsing <> | 2020-08-09 16:27:28 +0000 |
| commit | b452d9292eef69a5a17dbb7af18da24dd3f27c3e (patch) | |
| tree | a919e249514eec9bfb60e036abc09aa6dee5d2ff /src | |
| parent | 5ed2404527b31a0c74a8f1c1b195eadb070e32ec (diff) | |
| download | openbsd-b452d9292eef69a5a17dbb7af18da24dd3f27c3e.tar.gz openbsd-b452d9292eef69a5a17dbb7af18da24dd3f27c3e.tar.bz2 openbsd-b452d9292eef69a5a17dbb7af18da24dd3f27c3e.zip | |
Update golden values to match P-521 being enabled by default in the client.
Diff from tb@
Diffstat (limited to 'src')
| -rw-r--r-- | src/regress/lib/libssl/client/clienttest.c | 41 |
1 files changed, 21 insertions, 20 deletions
diff --git a/src/regress/lib/libssl/client/clienttest.c b/src/regress/lib/libssl/client/clienttest.c index e81b83c45e..e8e20c2f8d 100644 --- a/src/regress/lib/libssl/client/clienttest.c +++ b/src/regress/lib/libssl/client/clienttest.c | |||
| @@ -66,21 +66,21 @@ static unsigned char cipher_list_tls10[] = { | |||
| 66 | }; | 66 | }; |
| 67 | 67 | ||
| 68 | static unsigned char client_hello_tls10[] = { | 68 | static unsigned char client_hello_tls10[] = { |
| 69 | 0x16, 0x03, 0x01, 0x00, 0x71, 0x01, 0x00, 0x00, | 69 | 0x16, 0x03, 0x01, 0x00, 0x73, 0x01, 0x00, 0x00, |
| 70 | 0x6d, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, | 70 | 0x6f, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, |
| 71 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | 71 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
| 72 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | 72 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
| 73 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | 73 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
| 74 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x2e, 0xc0, 0x14, | 74 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x2e, 0xc0, 0x14, |
| 75 | 0xc0, 0x0a, 0x00, 0x39, 0xff, 0x85, 0x00, 0x88, | 75 | 0x00, 0x00, 0x00, 0x00, 0xff, 0x85, 0x00, 0x88, |
| 76 | 0x00, 0x81, 0x00, 0x35, 0x00, 0x84, 0xc0, 0x13, | 76 | 0x00, 0x81, 0x00, 0x35, 0x00, 0x84, 0xc0, 0x13, |
| 77 | 0xc0, 0x09, 0x00, 0x33, 0x00, 0x45, 0x00, 0x2f, | 77 | 0xc0, 0x09, 0x00, 0x33, 0x00, 0x45, 0x00, 0x2f, |
| 78 | 0x00, 0x41, 0xc0, 0x11, 0xc0, 0x07, 0x00, 0x05, | 78 | 0x00, 0x41, 0xc0, 0x11, 0xc0, 0x07, 0x00, 0x05, |
| 79 | 0x00, 0x04, 0xc0, 0x12, 0xc0, 0x08, 0x00, 0x16, | 79 | 0x00, 0x04, 0xc0, 0x12, 0xc0, 0x08, 0x00, 0x16, |
| 80 | 0x00, 0x0a, 0x00, 0xff, 0x01, 0x00, 0x00, 0x16, | 80 | 0x00, 0x0a, 0x00, 0xff, 0x01, 0x00, 0x00, 0x18, |
| 81 | 0x00, 0x0b, 0x00, 0x02, 0x01, 0x00, 0x00, 0x0a, | 81 | 0x00, 0x0b, 0x00, 0x02, 0x01, 0x00, 0x00, 0x0a, |
| 82 | 0x00, 0x08, 0x00, 0x06, 0x00, 0x1d, 0x00, 0x17, | 82 | 0x00, 0x0a, 0x00, 0x08, 0x00, 0x1d, 0x00, 0x17, |
| 83 | 0x00, 0x18, 0x00, 0x23, 0x00, 0x00, | 83 | 0x00, 0x18, 0x00, 0x19, 0x00, 0x23, 0x00, 0x00, |
| 84 | }; | 84 | }; |
| 85 | 85 | ||
| 86 | static unsigned char cipher_list_tls11[] = { | 86 | static unsigned char cipher_list_tls11[] = { |
| @@ -93,8 +93,8 @@ static unsigned char cipher_list_tls11[] = { | |||
| 93 | }; | 93 | }; |
| 94 | 94 | ||
| 95 | static unsigned char client_hello_tls11[] = { | 95 | static unsigned char client_hello_tls11[] = { |
| 96 | 0x16, 0x03, 0x01, 0x00, 0x71, 0x01, 0x00, 0x00, | 96 | 0x16, 0x03, 0x01, 0x00, 0x73, 0x01, 0x00, 0x00, |
| 97 | 0x6d, 0x03, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, | 97 | 0x6f, 0x03, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, |
| 98 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | 98 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
| 99 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | 99 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
| 100 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | 100 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
| @@ -104,10 +104,10 @@ static unsigned char client_hello_tls11[] = { | |||
| 104 | 0xc0, 0x09, 0x00, 0x33, 0x00, 0x45, 0x00, 0x2f, | 104 | 0xc0, 0x09, 0x00, 0x33, 0x00, 0x45, 0x00, 0x2f, |
| 105 | 0x00, 0x41, 0xc0, 0x11, 0xc0, 0x07, 0x00, 0x05, | 105 | 0x00, 0x41, 0xc0, 0x11, 0xc0, 0x07, 0x00, 0x05, |
| 106 | 0x00, 0x04, 0xc0, 0x12, 0xc0, 0x08, 0x00, 0x16, | 106 | 0x00, 0x04, 0xc0, 0x12, 0xc0, 0x08, 0x00, 0x16, |
| 107 | 0x00, 0x0a, 0x00, 0xff, 0x01, 0x00, 0x00, 0x16, | 107 | 0x00, 0x0a, 0x00, 0xff, 0x01, 0x00, 0x00, 0x18, |
| 108 | 0x00, 0x0b, 0x00, 0x02, 0x01, 0x00, 0x00, 0x0a, | 108 | 0x00, 0x0b, 0x00, 0x02, 0x01, 0x00, 0x00, 0x0a, |
| 109 | 0x00, 0x08, 0x00, 0x06, 0x00, 0x1d, 0x00, 0x17, | 109 | 0x00, 0x0a, 0x00, 0x08, 0x00, 0x1d, 0x00, 0x17, |
| 110 | 0x00, 0x18, 0x00, 0x23, 0x00, 0x00, | 110 | 0x00, 0x18, 0x00, 0x19, 0x00, 0x23, 0x00, 0x00, |
| 111 | }; | 111 | }; |
| 112 | 112 | ||
| 113 | static unsigned char cipher_list_tls12_aes[] = { | 113 | static unsigned char cipher_list_tls12_aes[] = { |
| @@ -141,8 +141,8 @@ static unsigned char cipher_list_tls12_chacha[] = { | |||
| 141 | }; | 141 | }; |
| 142 | 142 | ||
| 143 | static unsigned char client_hello_tls12[] = { | 143 | static unsigned char client_hello_tls12[] = { |
| 144 | 0x16, 0x03, 0x01, 0x00, 0xbb, 0x01, 0x00, 0x00, | 144 | 0x16, 0x03, 0x01, 0x00, 0xbd, 0x01, 0x00, 0x00, |
| 145 | 0xb7, 0x03, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, | 145 | 0xb9, 0x03, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, |
| 146 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | 146 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
| 147 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | 147 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
| 148 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | 148 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
| @@ -158,13 +158,14 @@ static unsigned char client_hello_tls12[] = { | |||
| 158 | 0x00, 0x3c, 0x00, 0x2f, 0x00, 0xba, 0x00, 0x41, | 158 | 0x00, 0x3c, 0x00, 0x2f, 0x00, 0xba, 0x00, 0x41, |
| 159 | 0xc0, 0x11, 0xc0, 0x07, 0x00, 0x05, 0x00, 0x04, | 159 | 0xc0, 0x11, 0xc0, 0x07, 0x00, 0x05, 0x00, 0x04, |
| 160 | 0xc0, 0x12, 0xc0, 0x08, 0x00, 0x16, 0x00, 0x0a, | 160 | 0xc0, 0x12, 0xc0, 0x08, 0x00, 0x16, 0x00, 0x0a, |
| 161 | 0x00, 0xff, 0x01, 0x00, 0x00, 0x32, 0x00, 0x0b, | 161 | 0x00, 0xff, 0x01, 0x00, 0x00, 0x34, 0x00, 0x0b, |
| 162 | 0x00, 0x02, 0x01, 0x00, 0x00, 0x0a, 0x00, 0x08, | 162 | 0x00, 0x02, 0x01, 0x00, 0x00, 0x0a, 0x00, 0x0a, |
| 163 | 0x00, 0x06, 0x00, 0x1d, 0x00, 0x17, 0x00, 0x18, | 163 | 0x00, 0x08, 0x00, 0x1d, 0x00, 0x17, 0x00, 0x18, |
| 164 | 0x00, 0x23, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x18, | 164 | 0x00, 0x19, 0x00, 0x23, 0x00, 0x00, 0x00, 0x0d, |
| 165 | 0x00, 0x16, 0x08, 0x06, 0x06, 0x01, 0x06, 0x03, | 165 | 0x00, 0x18, 0x00, 0x16, 0x08, 0x06, 0x06, 0x01, |
| 166 | 0x08, 0x05, 0x05, 0x01, 0x05, 0x03, 0x08, 0x04, | 166 | 0x06, 0x03, 0x08, 0x05, 0x05, 0x01, 0x05, 0x03, |
| 167 | 0x04, 0x01, 0x04, 0x03, 0x02, 0x01, 0x02, 0x03, | 167 | 0x08, 0x04, 0x04, 0x01, 0x04, 0x03, 0x02, 0x01, |
| 168 | 0x02, 0x03, | ||
| 168 | }; | 169 | }; |
| 169 | 170 | ||
| 170 | struct client_hello_test { | 171 | struct client_hello_test { |
