crypto/tls: enable X25519 by default.

Since this changes the offered curves in the ClientHello, all the test
data needs to be updated too.

Change-Id: I227934711104349c0f0eab11d854e5a2adcbc363
Reviewed-on: https://go-review.googlesource.com/30825
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Adam Langley 2016-10-11 15:08:35 -07:00
parent 6bcda018f7
commit 46e9439117
63 changed files with 2757 additions and 2875 deletions

View file

@ -1,7 +1,7 @@
>>> Flow 1 (client to server)
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.........|
00000000 16 03 01 00 63 01 00 00 5f 03 02 ad a6 80 eb e2 |....c..._.......|
00000010 84 2f 8d e0 c8 02 51 53 4a c7 3f 37 91 32 52 5e |./....QSJ.?7.2R^|
00000020 0d dc 13 21 6f 97 70 cb a2 a4 4c 00 00 14 c0 0a |...!o.p...L.....|
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 |.............#..|