mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-03 20:17:36 +03:00
crypto/tls: switch to OpenSSL 1.1.0 for test data.
We will need OpenSSL 1.1.0 in order to test some of the features expected for Go 1.8. However, 1.1.0 also disables (by default) some things that we still want to test, such as RC4, 3DES and SSLv3. Thus developers wanting to update the crypto/tls test data will need to build OpenSSL from source. This change updates the test data with transcripts generated by 1.1.0 (in order to reduce future diffs) and also causes a banner to be printed if 1.1.0 is not used when updating. (The test for an ALPN mismatch is removed because OpenSSL now terminates the connection with a fatal alert if no known ALPN protocols are offered. There's no point testing against this because it's an OpenSSL behaviour.) Change-Id: I957516975e0b8c7def84184f65c81d0b68f1c551 Reviewed-on: https://go-review.googlesource.com/30821 Run-TryBot: Adam Langley <agl@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
4536ac70b0
commit
f0c7db843d
64 changed files with 2840 additions and 2725 deletions
20
testdata/Server-TLSv11-FallbackSCSV
vendored
20
testdata/Server-TLSv11-FallbackSCSV
vendored
|
@ -1,16 +1,10 @@
|
|||
>>> Flow 1 (client to server)
|
||||
00000000 16 03 01 00 c4 01 00 00 c0 03 02 55 d6 5d c6 70 |...........U.].p|
|
||||
00000010 be c8 b5 f1 98 c5 64 9f 5a 0f 99 77 96 39 5e fb |......d.Z..w.9^.|
|
||||
00000020 95 6f 56 db ee 8f bd 00 bd ec 50 00 00 66 c0 14 |.oV.......P..f..|
|
||||
00000030 c0 0a 00 39 00 38 00 37 00 36 00 88 00 87 00 86 |...9.8.7.6......|
|
||||
00000040 00 85 c0 0f c0 05 00 35 00 84 c0 13 c0 09 00 33 |.......5.......3|
|
||||
00000050 00 32 00 31 00 30 00 9a 00 99 00 98 00 97 00 45 |.2.1.0.........E|
|
||||
00000060 00 44 00 43 00 42 c0 0e c0 04 00 2f 00 96 00 41 |.D.C.B...../...A|
|
||||
00000070 00 07 c0 11 c0 07 c0 0c c0 02 00 05 00 04 c0 12 |................|
|
||||
00000080 c0 08 00 16 00 13 00 10 00 0d c0 0d c0 03 00 0a |................|
|
||||
00000090 00 ff 56 00 01 00 00 31 00 0b 00 04 03 00 01 02 |..V....1........|
|
||||
000000a0 00 0a 00 1c 00 1a 00 17 00 19 00 1c 00 1b 00 18 |................|
|
||||
000000b0 00 1a 00 16 00 0e 00 0d 00 0b 00 0c 00 09 00 0a |................|
|
||||
000000c0 00 23 00 00 00 0f 00 01 01 |.#.......|
|
||||
00000000 16 03 01 00 63 01 00 00 5f 03 02 b0 a9 a8 af 69 |....c..._......i|
|
||||
00000010 fe b4 56 38 e7 7f 2f 55 2e 08 ef 69 e0 83 76 62 |..V8../U...i..vb|
|
||||
00000020 82 a6 37 7d 49 b4 61 a9 c7 09 14 00 00 14 c0 0a |..7}I.a.........|
|
||||
00000030 c0 14 00 39 c0 09 c0 13 00 33 00 35 00 2f 00 ff |...9.....3.5./..|
|
||||
00000040 56 00 01 00 00 22 00 0b 00 04 03 00 01 02 00 0a |V...."..........|
|
||||
00000050 00 0a 00 08 00 1d 00 17 00 19 00 18 00 23 00 00 |.............#..|
|
||||
00000060 00 16 00 00 00 17 00 00 |........|
|
||||
>>> Flow 2 (server to client)
|
||||
00000000 15 03 02 00 02 02 56 |......V|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue