diff options
| author | jsing <> | 2017-08-12 02:57:59 +0000 |
|---|---|---|
| committer | jsing <> | 2017-08-12 02:57:59 +0000 |
| commit | 29dee36a95c3f09aa685e662ff3a87895943da86 (patch) | |
| tree | 3309d080622a88cc1f1de79b2ea8c11257229b18 | |
| parent | 6c1ad08ad5efc682da1effe59e647f7ac8cdb641 (diff) | |
| download | openbsd-29dee36a95c3f09aa685e662ff3a87895943da86.tar.gz openbsd-29dee36a95c3f09aa685e662ff3a87895943da86.tar.bz2 openbsd-29dee36a95c3f09aa685e662ff3a87895943da86.zip | |
Update the TLSv1.2 Client Hello messages, due to the removal of DSA
sigalgs.
Diffstat (limited to '')
| -rw-r--r-- | src/regress/lib/libssl/client/clienttest.c | 38 |
1 files changed, 18 insertions, 20 deletions
diff --git a/src/regress/lib/libssl/client/clienttest.c b/src/regress/lib/libssl/client/clienttest.c index e10522e5a5..659a533193 100644 --- a/src/regress/lib/libssl/client/clienttest.c +++ b/src/regress/lib/libssl/client/clienttest.c | |||
| @@ -74,18 +74,17 @@ static unsigned char client_hello_tls10[] = { | |||
| 74 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | 74 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
| 75 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | 75 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
| 76 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | 76 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
| 77 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x32, | 77 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x32, 0xc0, 0x14, |
| 78 | 0xc0, 0x14, 0xc0, 0x0a, 0x00, 0x39, 0xff, 0x85, | 78 | 0xc0, 0x0a, 0x00, 0x39, 0xff, 0x85, 0x00, 0x88, |
| 79 | 0x00, 0x88, 0x00, 0x81, 0x00, 0x35, 0x00, 0x84, | 79 | 0x00, 0x81, 0x00, 0x35, 0x00, 0x84, 0xc0, 0x13, |
| 80 | 0xc0, 0x13, 0xc0, 0x09, 0x00, 0x33, 0x00, 0x45, | 80 | 0xc0, 0x09, 0x00, 0x33, 0x00, 0x45, 0x00, 0x2f, |
| 81 | 0x00, 0x2f, 0x00, 0x41, 0xc0, 0x11, 0xc0, 0x07, | 81 | 0x00, 0x41, 0xc0, 0x11, 0xc0, 0x07, 0x00, 0x05, |
| 82 | 0x00, 0x05, 0x00, 0x04, 0xc0, 0x12, 0xc0, 0x08, | 82 | 0x00, 0x04, 0xc0, 0x12, 0xc0, 0x08, 0x00, 0x16, |
| 83 | 0x00, 0x16, 0x00, 0x0a, 0x00, 0x15, 0x00, 0x09, | 83 | 0x00, 0x0a, 0x00, 0x15, 0x00, 0x09, 0x00, 0xff, |
| 84 | 0x00, 0xff, | 84 | 0x01, 0x00, 0x00, 0x16, 0x00, 0x0b, 0x00, 0x02, |
| 85 | 0x01, 0x00, 0x00, 0x16, | 85 | 0x01, 0x00, 0x00, 0x0a, 0x00, 0x08, 0x00, 0x06, |
| 86 | 0x00, 0x0b, 0x00, 0x02, 0x01, 0x00, 0x00, 0x0a, | 86 | 0x00, 0x1d, 0x00, 0x17, 0x00, 0x18, 0x00, 0x23, |
| 87 | 0x00, 0x08, 0x00, 0x06, 0x00, 0x1d, 0x00, 0x17, | 87 | 0x00, 0x00, |
| 88 | 0x00, 0x18, 0x00, 0x23, 0x00, 0x00, | ||
| 89 | }; | 88 | }; |
| 90 | 89 | ||
| 91 | static unsigned char cipher_list_tls11[] = { | 90 | static unsigned char cipher_list_tls11[] = { |
| @@ -150,8 +149,8 @@ static unsigned char cipher_list_tls12_chacha[] = { | |||
| 150 | }; | 149 | }; |
| 151 | 150 | ||
| 152 | static unsigned char client_hello_tls12[] = { | 151 | static unsigned char client_hello_tls12[] = { |
| 153 | 0x16, 0x03, 0x01, 0x00, 0xd3, 0x01, 0x00, 0x00, | 152 | 0x16, 0x03, 0x01, 0x00, 0xc9, 0x01, 0x00, 0x00, |
| 154 | 0xcf, 0x03, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, | 153 | 0xc5, 0x03, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, |
| 155 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | 154 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
| 156 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | 155 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
| 157 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | 156 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
| @@ -168,15 +167,14 @@ static unsigned char client_hello_tls12[] = { | |||
| 168 | 0x00, 0x2f, 0x00, 0xba, 0x00, 0x41, 0xc0, 0x11, | 167 | 0x00, 0x2f, 0x00, 0xba, 0x00, 0x41, 0xc0, 0x11, |
| 169 | 0xc0, 0x07, 0x00, 0x05, 0x00, 0x04, 0xc0, 0x12, | 168 | 0xc0, 0x07, 0x00, 0x05, 0x00, 0x04, 0xc0, 0x12, |
| 170 | 0xc0, 0x08, 0x00, 0x16, 0x00, 0x0a, 0x00, 0x15, | 169 | 0xc0, 0x08, 0x00, 0x16, 0x00, 0x0a, 0x00, 0x15, |
| 171 | 0x00, 0x09, 0x00, 0xff, 0x01, 0x00, 0x00, 0x40, | 170 | 0x00, 0x09, 0x00, 0xff, 0x01, 0x00, 0x00, 0x36, |
| 172 | 0x00, 0x0b, 0x00, 0x02, 0x01, 0x00, 0x00, 0x0a, | 171 | 0x00, 0x0b, 0x00, 0x02, 0x01, 0x00, 0x00, 0x0a, |
| 173 | 0x00, 0x08, 0x00, 0x06, 0x00, 0x1d, 0x00, 0x17, | 172 | 0x00, 0x08, 0x00, 0x06, 0x00, 0x1d, 0x00, 0x17, |
| 174 | 0x00, 0x18, 0x00, 0x23, 0x00, 0x00, 0x00, 0x0d, | 173 | 0x00, 0x18, 0x00, 0x23, 0x00, 0x00, 0x00, 0x0d, |
| 175 | 0x00, 0x26, 0x00, 0x24, 0x06, 0x01, 0x06, 0x02, | 174 | 0x00, 0x1c, 0x00, 0x1a, 0x06, 0x01, 0x06, 0x03, |
| 176 | 0x06, 0x03, 0xef, 0xef, 0x05, 0x01, 0x05, 0x02, | 175 | 0xef, 0xef, 0x05, 0x01, 0x05, 0x03, 0x04, 0x01, |
| 177 | 0x05, 0x03, 0x04, 0x01, 0x04, 0x02, 0x04, 0x03, | 176 | 0x04, 0x03, 0xee, 0xee, 0xed, 0xed, 0x03, 0x01, |
| 178 | 0xee, 0xee, 0xed, 0xed, 0x03, 0x01, 0x03, 0x02, | 177 | 0x03, 0x03, 0x02, 0x01, 0x02, 0x03, |
| 179 | 0x03, 0x03, 0x02, 0x01, 0x02, 0x02, 0x02, 0x03, | ||
| 180 | }; | 178 | }; |
| 181 | 179 | ||
| 182 | struct client_hello_test { | 180 | struct client_hello_test { |
