马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?开始注册
x
url: https://wiki.mozilla.org/Security/Server_Side_TLS#userconsent#
" @/ G8 c. T) _! W: ?' Y3 z/ a: l" _6 e r
The goal of this document is to help operational teams with the configuration of TLS on servers. All Mozilla sites and deployment should follow the recommendations below. The Operations Security (OpSec) team maintains this document as a reference guide to navigate the TLS landscape. It contains information on TLS protocols, known issues and vulnerabilities, configuration examples and testing tools. Changes are reviewed and merged by the OpSec team, and broadcasted to the various Operational teams. If you are looking for the configuration generator, click the image below: : v/ F- L$ A# l3 @' ?2 r* w
| Recommended configurationsThree configurations are recommended. Pick the right configuration depending on your audience. If you do not need backward compatibility, and are building a service for modern clients only (post Firefox 27/Chrome 22), then use the Modern configuration. Otherwise, prefer the Intermediate configuration. Use the Old backward compatible configuration only if your service will be accessed by very old clients, such as Windows XP IE6, or ancient libraries & bots. Configuration | Oldest compatible client | | Modern | Firefox 27, Chrome 30, IE 11 on Windows 7, Edge, Opera 17, Safari 9, Android 5.0, Java 8 | | Intermediate | Firefox 1, Chrome 1, IE 7, Opera 5, Safari 1, Windows XP IE8, Android 2.3, Java 7 | | Old | Windows XP IE6, Java 6 |
% ^* U7 C- a" ^Older versions of OpenSSL may not return the full list of algorithms. AES-GCM and some ECDHE are fairly recent, and not present on most versions of OpenSSL shipped with Ubuntu or RHEL. This listing below was obtained from a freshly built OpenSSL. If your version of OpenSSL is old, unavailable ciphers will be discarded automatically. Always use the full ciphersuite and let OpenSSL pick the ones it supports.
The ordering of a ciphersuite is very important because it decides which algorithms are going to be selected in priority. Each level shows the list of algorithms returned by its ciphersuite. If you have to pick ciphers manually for your application, make sure you keep the ordering. Modern compatibilityFor services that don't need backward compatibility, the parameters below provide a higher level of security. This configuration is compatible with Firefox 27, Chrome 30, IE 11 on Windows 7, Edge, Opera 17, Safari 9, Android 5.0, and Java 8. - Ciphersuites: ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256
- Versions: TLSv1.2
- TLS curves: prime256v1, secp384r1, secp521r1
- Certificate type: ECDSA
- Certificate curve: prime256v1, secp384r1, secp521r1
- Certificate signature: sha256WithRSAEncryption, ecdsa-with-SHA256, ecdsa-with-SHA384, ecdsa-with-SHA512
- RSA key size: 2048 (if not ecdsa)
- DH Parameter size: None (disabled entirely)
- ECDH Parameter size: 256
- HSTS: max-age=15768000
- Certificate switching: None
, {. j. Y7 z# L9 k" w/ W" Y
[color=white !important][size=1em] ? 7 O, g+ i" I4 I( |$ b1 i, y: a4 t
[size=1em]1
v* z2 a! H5 h! M! I[size=1em]2 ) T4 C S% ?& J
[size=1em]3
. T& S p% R! g5 N3 a$ N[size=1em]4 1 @7 M* U+ N/ b5 a$ d
[size=1em]5 ) ^7 G- c- @5 [ S* ?
[size=1em]6
O* I3 f; G" \1 W2 \- }[size=1em]7 2 } C/ q8 u# b# v2 `( g
[size=1em]8 ; C) Q0 I) Q" E: e
[size=1em]9
, l P1 @* _, a8 ^[size=1em]10 0 h) j6 i3 @& |% ], F$ e' k
| [size=1em][size=1em]0xC0,0x2C - ECDHE-ECDSA-AES256-GCM-SHA384 TLSv1.2 Kx=ECDH Au=ECDSA Enc=AESGCM(256) Mac=AEAD$ B0 c+ g( R( I! u u' P; T
[size=1em]0xC0,0x30 - ECDHE-RSA-AES256-GCM-SHA384 TLSv1.2 Kx=ECDH Au=RSA Enc=AESGCM(256) Mac=AEAD
; L/ Y# x; g. m1 l* D8 v" p! j[size=1em]0xCC,0x14 - ECDHE-ECDSA-CHACHA20-POLY1305 TLSv1.2 Kx=ECDH Au=ECDSA Enc=ChaCha20(256) Mac=AEAD Y2 r+ f; O- v+ @! z, @+ F* `* t
[size=1em]0xCC,0x13 - ECDHE-RSA-CHACHA20-POLY1305 TLSv1.2 Kx=ECDH Au=RSA Enc=ChaCha20(256) Mac=AEAD7 k P+ V$ U4 j8 z! M
[size=1em]0xC0,0x2B - ECDHE-ECDSA-AES128-GCM-SHA256 TLSv1.2 Kx=ECDH Au=ECDSA Enc=AESGCM(128) Mac=AEAD
& U( j; |6 t, ]8 C8 c" w+ d[size=1em]0xC0,0x2F - ECDHE-RSA-AES128-GCM-SHA256 TLSv1.2 Kx=ECDH Au=RSA Enc=AESGCM(128) Mac=AEAD/ S7 c) o7 U( ] g- K0 E
[size=1em]0xC0,0x24 - ECDHE-ECDSA-AES256-SHA384 TLSv1.2 Kx=ECDH Au=ECDSA Enc=AES(256) Mac=SHA384+ c2 {7 w2 z1 B
[size=1em]0xC0,0x28 - ECDHE-RSA-AES256-SHA384 TLSv1.2 Kx=ECDH Au=RSA Enc=AES(256) Mac=SHA384* |* h8 K G0 E+ K2 ?6 ]2 ^6 w {
[size=1em]0xC0,0x23 - ECDHE-ECDSA-AES128-SHA256 TLSv1.2 Kx=ECDH Au=ECDSA Enc=AES(128) Mac=SHA256
( z: G1 ~! p: [3 E) I, G& G; c5 C[size=1em]0xC0,0x27 - ECDHE-RSA-AES128-SHA256 TLSv1.2 Kx=ECDH Au=RSA Enc=AES(128) Mac=SHA256; D4 `: F% c: {0 J; Z
: r2 s7 O4 I5 Q7 v | 3 R" _0 ~+ }5 ~
0 v7 A2 P$ x% J
Rationale: - AES256-GCM is prioritized above its 128 bits variant, and ChaCha20 because we assume that most modern devices support AESNI instructions and thus benefit from fast and constant time AES.
- We recommend ECDSA certificates with P256 as other curves may not be supported everywhere. RSA signatures on ECDSA certificates are permitted because very few CAs sign with ECDSA at the moment.
- DHE is removed entirely because it is slow in comparison with ECDHE, and all modern clients support elliptic curve key exchanges.
- SHA1 signature algorithm is removed in favor of SHA384 for AES256 and SHA256 for AES128.
! m# Z3 \: z) Y. a& W: G+ N6 m4 q, o Intermediate compatibility (default)For services that don't need compatibility with legacy clients (mostly WinXP), but still need to support a wide range of clients, this configuration is recommended. It is is compatible with Firefox 1, Chrome 1, IE 7, Opera 5 and Safari 1. - Ciphersuites: ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA:ECDHE-ECDSA-DES-CBC3-SHA:ECDHE-RSA-DES-CBC3-SHA:EDH-RSA-DES-CBC3-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:DES-CBC3-SHA:!DSS
- Versions: TLSv1.2, TLSv1.1, TLSv1
- TLS curves: prime256v1, secp384r1, secp521r1
- Certificate type: RSA
- Certificate curve: 'None
- Certificate signature: sha256WithRSAEncryption
- RSA key size: 2048
- DH Parameter size: 2048
- ECDH Parameter size: 256
- HSTS: max-age=15768000
- Certificate switching: None
0 i2 t- F' q$ Z7 ^- ^3 l6 t3 \3 y% o
[color=white !important][size=1em] ?
( V5 m; a- i0 V+ T9 A# t, Y[size=1em]1
1 w; u2 I- m6 I9 C. N" N) L[size=1em]2
3 T& \3 H8 B0 C% C2 u' T[size=1em]3
( H* E4 r+ M6 u7 c$ `9 |& ?) ?1 i[size=1em]4 2 M/ z" J$ k o- V- V& L
[size=1em]5
# q* [7 c+ O3 H/ B[size=1em]6
2 E0 {7 \# D# L[size=1em]7 # Y- u ]$ _% B9 u0 x; A
[size=1em]8 ! `& _& K B# |+ o4 ^% k
[size=1em]9
* a; G# _1 p8 T2 s/ }& D; a- `[size=1em]10 . E. h9 k6 o" q1 h* M
[size=1em]11
& f1 m+ I2 b% w3 Y) ^, v[size=1em]12 " \/ q$ L% z3 L1 c' W/ S
[size=1em]13
8 Y2 }. P) j1 U. w2 ?% q[size=1em]14
9 p& O- C. }% k/ v[size=1em]15
?7 b; o' _; |9 i[size=1em]16 / r$ {, ]" j9 t: Q! `3 a
[size=1em]17 - ^2 b3 L& _+ G; M; B7 \ A
[size=1em]18 9 U% o/ ]7 z. j9 |( Z+ r0 z- c
[size=1em]19
" a" ?9 T( y& Q5 s0 P, n[size=1em]20
5 h; Q/ x" P7 D& f3 Y[size=1em]21 f3 u1 X# i2 U# P4 H1 q
[size=1em]22 , g4 I% K9 ]: f, C- \6 y
[size=1em]23 ' d1 k/ y. Q6 d2 e
[size=1em]24 3 y" d& K5 o; M( a
[size=1em]25
1 z' Y* q3 r0 A) K3 r[size=1em]26 4 V/ y; ^4 [% q! R0 x" v4 ~2 q
[size=1em]27 x0 G, X- Q$ |2 h. z) L; U; @9 v
[size=1em]28 4 \# n& A3 q5 c2 X" R/ F: U
[size=1em]29 # W4 |9 l" o; K3 \: E, ^) K$ N
[size=1em]30 & Z( p9 G7 N0 j6 Y3 L; A& `
| [size=1em][size=1em]0xCC,0x14 - ECDHE-ECDSA-CHACHA20-POLY1305 TLSv1.2 Kx=ECDH Au=ECDSA Enc=ChaCha20(256) Mac=AEAD
' H# i% u1 e" _5 {9 T. T r9 E[size=1em]0xCC,0x13 - ECDHE-RSA-CHACHA20-POLY1305 TLSv1.2 Kx=ECDH Au=RSA Enc=ChaCha20(256) Mac=AEAD
1 h: e. [$ g) ^1 A1 L[size=1em]0xC0,0x2B - ECDHE-ECDSA-AES128-GCM-SHA256 TLSv1.2 Kx=ECDH Au=ECDSA Enc=AESGCM(128) Mac=AEAD- Y8 E, H8 s7 Z9 M
[size=1em]0xC0,0x2F - ECDHE-RSA-AES128-GCM-SHA256 TLSv1.2 Kx=ECDH Au=RSA Enc=AESGCM(128) Mac=AEAD5 o* y- W. W B. `, _
[size=1em]0xC0,0x2C - ECDHE-ECDSA-AES256-GCM-SHA384 TLSv1.2 Kx=ECDH Au=ECDSA Enc=AESGCM(256) Mac=AEAD
' z% @$ q: Z& S2 s t* F[size=1em]0xC0,0x30 - ECDHE-RSA-AES256-GCM-SHA384 TLSv1.2 Kx=ECDH Au=RSA Enc=AESGCM(256) Mac=AEAD+ l8 _/ P( Q4 m. J
[size=1em]0x00,0x9E - DHE-RSA-AES128-GCM-SHA256 TLSv1.2 Kx=DH Au=RSA Enc=AESGCM(128) Mac=AEAD
- H3 {" ]1 O6 d" Y* Z* F4 O9 w# R, O5 G[size=1em]0x00,0x9F - DHE-RSA-AES256-GCM-SHA384 TLSv1.2 Kx=DH Au=RSA Enc=AESGCM(256) Mac=AEAD- p# m8 f( u( S3 z# C
[size=1em]0xC0,0x23 - ECDHE-ECDSA-AES128-SHA256 TLSv1.2 Kx=ECDH Au=ECDSA Enc=AES(128) Mac=SHA256/ j3 M5 F$ D3 B. _+ K
[size=1em]0xC0,0x27 - ECDHE-RSA-AES128-SHA256 TLSv1.2 Kx=ECDH Au=RSA Enc=AES(128) Mac=SHA256% Q5 G+ g/ l4 C
[size=1em]0xC0,0x09 - ECDHE-ECDSA-AES128-SHA SSLv3 Kx=ECDH Au=ECDSA Enc=AES(128) Mac=SHA1- Q ^+ y8 r$ ~& y5 e- [% p( c
[size=1em]0xC0,0x28 - ECDHE-RSA-AES256-SHA384 TLSv1.2 Kx=ECDH Au=RSA Enc=AES(256) Mac=SHA3846 O& M( g% R7 d ?
[size=1em]0xC0,0x13 - ECDHE-RSA-AES128-SHA SSLv3 Kx=ECDH Au=RSA Enc=AES(128) Mac=SHA12 I A$ g0 G a
[size=1em]0xC0,0x24 - ECDHE-ECDSA-AES256-SHA384 TLSv1.2 Kx=ECDH Au=ECDSA Enc=AES(256) Mac=SHA384
0 w/ a/ _. }! u* a[size=1em]0xC0,0x0A - ECDHE-ECDSA-AES256-SHA SSLv3 Kx=ECDH Au=ECDSA Enc=AES(256) Mac=SHA1' p+ z' D+ Y; R5 j
[size=1em]0xC0,0x14 - ECDHE-RSA-AES256-SHA SSLv3 Kx=ECDH Au=RSA Enc=AES(256) Mac=SHA1
7 w- f$ C5 |. g+ u5 H8 `[size=1em]0x00,0x67 - DHE-RSA-AES128-SHA256 TLSv1.2 Kx=DH Au=RSA Enc=AES(128) Mac=SHA2560 E( N v J t% q( m, L+ r1 C
[size=1em]0x00,0x33 - DHE-RSA-AES128-SHA SSLv3 Kx=DH Au=RSA Enc=AES(128) Mac=SHA1
, z7 x' a j L, f% `[size=1em]0x00,0x6B - DHE-RSA-AES256-SHA256 TLSv1.2 Kx=DH Au=RSA Enc=AES(256) Mac=SHA256
( Y% F7 O2 h% ~( Q/ K/ h[size=1em]0x00,0x39 - DHE-RSA-AES256-SHA SSLv3 Kx=DH Au=RSA Enc=AES(256) Mac=SHA1
8 P) _- c1 p7 m# q4 i[size=1em]0xC0,0x08 - ECDHE-ECDSA-DES-CBC3-SHA SSLv3 Kx=ECDH Au=ECDSA Enc=3DES(168) Mac=SHA1% d7 m- l5 R9 l0 i% V
[size=1em]0xC0,0x12 - ECDHE-RSA-DES-CBC3-SHA SSLv3 Kx=ECDH Au=RSA Enc=3DES(168) Mac=SHA15 Q: O( X$ H0 X. l$ l- }" B
[size=1em]0x00,0x16 - EDH-RSA-DES-CBC3-SHA SSLv3 Kx=DH Au=RSA Enc=3DES(168) Mac=SHA1# ^5 A* }: j; ^2 v$ j! N! Y1 X
[size=1em]0x00,0x9C - AES128-GCM-SHA256 TLSv1.2 Kx=RSA Au=RSA Enc=AESGCM(128) Mac=AEAD& Z. L( q* t+ {% Q5 o, A! {: f1 _) L
[size=1em]0x00,0x9D - AES256-GCM-SHA384 TLSv1.2 Kx=RSA Au=RSA Enc=AESGCM(256) Mac=AEAD: \% J( A3 {; w% b% y5 `
[size=1em]0x00,0x3C - AES128-SHA256 TLSv1.2 Kx=RSA Au=RSA Enc=AES(128) Mac=SHA256
% O0 F7 ~& o4 Q, g[size=1em]0x00,0x3D - AES256-SHA256 TLSv1.2 Kx=RSA Au=RSA Enc=AES(256) Mac=SHA2565 \6 C" u& @8 ?& d4 j
[size=1em]0x00,0x2F - AES128-SHA SSLv3 Kx=RSA Au=RSA Enc=AES(128) Mac=SHA1- J8 J* F+ ]# h& ]( r7 u9 S0 s: h
[size=1em]0x00,0x35 - AES256-SHA SSLv3 Kx=RSA Au=RSA Enc=AES(256) Mac=SHA1 O, e8 V( }7 K5 f* Q
[size=1em]0x00,0x0A - DES-CBC3-SHA SSLv3 Kx=RSA Au=RSA Enc=3DES(168) Mac=SHA15 h6 H) `: ]* D+ x3 l
- g5 F+ X# P2 J* v2 A g | ) q4 q3 m# w! M- n; s1 S8 f
# U2 R$ m; B0 o0 n. N' [* {
Rationale: - ChaCha20 is prefered as the fastest and safest in-software cipher, followed but AES128. Unlike the modern configuration, we do not assume clients support AESNI and thus do not prioritize AES256 above 128 and ChaCha20. There has been discussions (1, 2) on whether AES256 extra security was worth its computing cost in software (without AESNI), and the results are far from obvious. At the moment, AES128 is preferred, because it provides good security, is really fast, and seems to be more resistant to timing attacks.
- DES-CBC3-SHA and EDH-RSA-DES-CBC3-SHA are maintained for backward compatibility with clients that do not support AES.
- While the goal is to support a broad range of clients, we reasonably disable a number of ciphers that have little support (such as SEED, CAMELLIA, ...).+ v% K6 l+ X( Y! U# ]0 c
Old backward compatibilityThis is the old ciphersuite that works with all clients back to Windows XP/IE6. It should be used as a last resort only. - Ciphersuites: ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:kEDH+AESGCM:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA256:DHE-RSA-AES256-SHA256:DHE-DSS-AES256-SHA:DHE-RSA-AES256-SHA:ECDHE-RSA-DES-CBC3-SHA:ECDHE-ECDSA-DES-CBC3-SHA:EDH-RSA-DES-CBC3-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:AES:DES-CBC3-SHA:HIGH:SEED:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!RSAPSK:!aDH:!aECDH:!EDH-DSS-DES-CBC3-SHA:!KRB5-DES-CBC3-SHA:!SRP
- Versions: TLSv1.2, TLSv1.1, TLSv1, SSLv3
- TLS curves: prime256v1, secp384r1, secp521r1
- Certificate type: RSA
- Certificate curve: 'None
- Certificate signature: sha256WithRSAEncryption
- RSA key size: 2048
- DH Parameter size: 1024
- ECDH Parameter size: 256
- HSTS: max-age=15768000
- Certificate switching: sha1WithRSAEncryption7 O" Z0 q6 ^% G, D/ K
[color=white !important][size=1em] ?
2 g; J& g! ?1 S. h' I& l( I1 V: a[size=1em]1
* m, |! o5 f( ^$ U& Q[size=1em]2 * W& p5 \# j+ a
[size=1em]3
' Y9 c7 V0 v, ^- P0 ?6 R. p1 }4 Z[size=1em]4
% [% B# h9 r$ U; c; p8 X5 H[size=1em]5
1 }( h$ S3 l5 Y" q[size=1em]6 " ] d% g# w* U- I/ F
[size=1em]7
6 f$ |, @/ h3 x( h, N[size=1em]8
5 i0 U$ e; X2 j0 Q7 v[size=1em]9
1 j7 s% X# C' X# r; Z# o[size=1em]10 3 ?. c* l- p5 @% d# \2 v* |- r# B
[size=1em]11 0 v0 V: P% J& ?& U, b* i
[size=1em]12
7 y5 \, H8 I) K, B" R, d. F% x[size=1em]13 + x6 a' D3 h* \# b
[size=1em]14 + u. G. a7 b" U# }1 a
[size=1em]15
- c/ F% s+ z2 H- X) {# R# N[size=1em]16
3 k; y; @6 S4 \% T1 \# [5 n[size=1em]17
; @0 @' U q- A+ n[size=1em]18 . a3 @& s9 D5 r2 V+ A
[size=1em]19
X0 h p0 W. y$ G; K4 |' z- J[size=1em]20
" [: N8 P8 ~0 M" o. g4 V[size=1em]21 ( ~$ X1 W! b7 n( x6 u
[size=1em]22
, I9 q& o2 P& N9 O2 G6 d, ?( d[size=1em]23 4 O. j; d7 T& d% R2 q
[size=1em]24 6 l. H: @3 r0 r; I: ?+ s1 P* D
[size=1em]25 % _ ~ w* s: H. K
[size=1em]26
' A/ u$ y& V1 u3 M[size=1em]27
W' j1 m8 O6 f[size=1em]28
0 ?3 w2 D4 m& w! G[size=1em]29 & C- `! g+ j# E$ A
[size=1em]30 : ?! Z. H8 s2 C0 A, b. `
[size=1em]31
# K) K; T6 D# m& L' ~3 J- c F[size=1em]32 ( A4 ~3 d) V9 d% o" `* ]$ j
[size=1em]33
3 S- _% ~5 N/ I[size=1em]34 % z. z: r5 v. O. u
[size=1em]35 : t2 L* K- N, \: f6 n
[size=1em]36
4 j7 T+ `0 @4 V0 X[size=1em]37 " q6 n f% k, Z9 H* f* G& p
[size=1em]38
* W( e# K8 |" I# \6 x) i j) N6 K6 J[size=1em]39 ; y7 a4 p$ Z1 J) ?4 u& v
[size=1em]40
9 A6 j1 E( D q* R4 Y3 W2 b[size=1em]41 0 R2 L; {9 c7 c8 B1 C
[size=1em]42 ' q9 M7 K6 ^1 M
[size=1em]43 ( F$ r8 M. L8 s3 J' C" U
[size=1em]44 ' T/ `* y! ^! i! Y, }' _
[size=1em]45
: q& F4 R( L, m- W' ~! W[size=1em]46
: H/ T' b( }3 ] ^[size=1em]47
# y# @4 H$ r9 |* x/ U4 y[size=1em]48 - z2 ?9 o5 @, A) f
[size=1em]49 " O$ R5 P g; L6 c2 N- {
[size=1em]50
/ O9 G3 o/ }& }- O' `[size=1em]51 - b$ e% d: C {2 l
[size=1em]52
8 V5 T9 }7 S" a6 B: d3 {) v" T5 F[size=1em]53 9 b. t. p9 o: q, M# W! Z
[size=1em]54
3 ~1 E3 X: R* `( h4 W! h+ Q2 e[size=1em]55
* B }; K8 `% @; k w, C' F[size=1em]56
( D& m) Q: X$ F0 c | [size=1em][size=1em]0xCC,0x14 - ECDHE-ECDSA-CHACHA20-POLY1305 TLSv1.2 Kx=ECDH Au=ECDSA Enc=ChaCha20(256) Mac=AEAD; E5 D; ^7 W* q9 v
[size=1em]0xCC,0x13 - ECDHE-RSA-CHACHA20-POLY1305 TLSv1.2 Kx=ECDH Au=RSA Enc=ChaCha20(256) Mac=AEAD6 {5 r5 A7 v5 b7 L# r! x O8 I
[size=1em]0xC0,0x2F - ECDHE-RSA-AES128-GCM-SHA256 TLSv1.2 Kx=ECDH Au=RSA Enc=AESGCM(128) Mac=AEAD9 I0 ?9 ]0 k7 X- v5 G
[size=1em]0xC0,0x2B - ECDHE-ECDSA-AES128-GCM-SHA256 TLSv1.2 Kx=ECDH Au=ECDSA Enc=AESGCM(128) Mac=AEAD
3 Q! y" G/ F8 }[size=1em]0xC0,0x30 - ECDHE-RSA-AES256-GCM-SHA384 TLSv1.2 Kx=ECDH Au=RSA Enc=AESGCM(256) Mac=AEAD* _8 |* ^3 o! @* h2 n- d, y; M
[size=1em]0xC0,0x2C - ECDHE-ECDSA-AES256-GCM-SHA384 TLSv1.2 Kx=ECDH Au=ECDSA Enc=AESGCM(256) Mac=AEAD3 g4 b: g: V' \
[size=1em]0x00,0x9E - DHE-RSA-AES128-GCM-SHA256 TLSv1.2 Kx=DH Au=RSA Enc=AESGCM(128) Mac=AEAD" T( ~( ?+ e D6 l2 r' `. {
[size=1em]0x00,0xA2 - DHE-DSS-AES128-GCM-SHA256 TLSv1.2 Kx=DH Au=DSS Enc=AESGCM(128) Mac=AEAD
& S2 h6 e* J* @( U1 L[size=1em]0x00,0xA3 - DHE-DSS-AES256-GCM-SHA384 TLSv1.2 Kx=DH Au=DSS Enc=AESGCM(256) Mac=AEAD
/ n* E% P: e5 k: c, |: u[size=1em]0x00,0x9F - DHE-RSA-AES256-GCM-SHA384 TLSv1.2 Kx=DH Au=RSA Enc=AESGCM(256) Mac=AEAD4 l, P& K: K4 [4 j
[size=1em]0xC0,0x27 - ECDHE-RSA-AES128-SHA256 TLSv1.2 Kx=ECDH Au=RSA Enc=AES(128) Mac=SHA2561 w3 Z# c. ?2 L6 N/ X$ _
[size=1em]0xC0,0x23 - ECDHE-ECDSA-AES128-SHA256 TLSv1.2 Kx=ECDH Au=ECDSA Enc=AES(128) Mac=SHA256
' b$ \5 `, J, p, O! | I[size=1em]0xC0,0x13 - ECDHE-RSA-AES128-SHA SSLv3 Kx=ECDH Au=RSA Enc=AES(128) Mac=SHA1
8 I5 [/ M1 `) M. n7 r0 N[size=1em]0xC0,0x09 - ECDHE-ECDSA-AES128-SHA SSLv3 Kx=ECDH Au=ECDSA Enc=AES(128) Mac=SHA1
/ Z5 ?7 e5 f, W* P! n& Y[size=1em]0xC0,0x28 - ECDHE-RSA-AES256-SHA384 TLSv1.2 Kx=ECDH Au=RSA Enc=AES(256) Mac=SHA384
" o2 ?3 E4 R9 ^1 e6 ^[size=1em]0xC0,0x24 - ECDHE-ECDSA-AES256-SHA384 TLSv1.2 Kx=ECDH Au=ECDSA Enc=AES(256) Mac=SHA384
+ O( t/ K, j7 I[size=1em]0xC0,0x14 - ECDHE-RSA-AES256-SHA SSLv3 Kx=ECDH Au=RSA Enc=AES(256) Mac=SHA11 p3 _( {5 f& k A) j" E1 N, E
[size=1em]0xC0,0x0A - ECDHE-ECDSA-AES256-SHA SSLv3 Kx=ECDH Au=ECDSA Enc=AES(256) Mac=SHA1
% |: x. o( S% [* `, I[size=1em]0x00,0x67 - DHE-RSA-AES128-SHA256 TLSv1.2 Kx=DH Au=RSA Enc=AES(128) Mac=SHA256 r5 }; x# K' y4 j* h
[size=1em]0x00,0x33 - DHE-RSA-AES128-SHA SSLv3 Kx=DH Au=RSA Enc=AES(128) Mac=SHA14 I1 N& Q% \7 t
[size=1em]0x00,0x40 - DHE-DSS-AES128-SHA256 TLSv1.2 Kx=DH Au=DSS Enc=AES(128) Mac=SHA256
# S4 E- h$ L2 ?; N$ w[size=1em]0x00,0x6B - DHE-RSA-AES256-SHA256 TLSv1.2 Kx=DH Au=RSA Enc=AES(256) Mac=SHA2564 Z) \) T- g y* w( a9 S
[size=1em]0x00,0x38 - DHE-DSS-AES256-SHA SSLv3 Kx=DH Au=DSS Enc=AES(256) Mac=SHA1! W& V6 V6 Y% v8 n
[size=1em]0x00,0x39 - DHE-RSA-AES256-SHA SSLv3 Kx=DH Au=RSA Enc=AES(256) Mac=SHA1
: W" j0 s0 A2 x+ Y[size=1em]0xC0,0x12 - ECDHE-RSA-DES-CBC3-SHA SSLv3 Kx=ECDH Au=RSA Enc=3DES(168) Mac=SHA1' n4 e. T( O3 N# Z( |
[size=1em]0xC0,0x08 - ECDHE-ECDSA-DES-CBC3-SHA SSLv3 Kx=ECDH Au=ECDSA Enc=3DES(168) Mac=SHA1
1 r/ F8 w' v( ^4 A, u[size=1em]0x00,0x16 - EDH-RSA-DES-CBC3-SHA SSLv3 Kx=DH Au=RSA Enc=3DES(168) Mac=SHA1
7 Z' M5 c! R& w( m: e# k( O0 {2 N[size=1em]0x00,0x9C - AES128-GCM-SHA256 TLSv1.2 Kx=RSA Au=RSA Enc=AESGCM(128) Mac=AEAD
) u1 ^( w# A0 B( G- g3 J0 @ ?$ J[size=1em]0x00,0x9D - AES256-GCM-SHA384 TLSv1.2 Kx=RSA Au=RSA Enc=AESGCM(256) Mac=AEAD
$ }0 N+ H$ `8 ?9 c[size=1em]0x00,0x3C - AES128-SHA256 TLSv1.2 Kx=RSA Au=RSA Enc=AES(128) Mac=SHA256
: g- `% Q0 E3 V; ?5 f" C[size=1em]0x00,0x3D - AES256-SHA256 TLSv1.2 Kx=RSA Au=RSA Enc=AES(256) Mac=SHA2569 e4 G/ I# |! p8 g
[size=1em]0x00,0x2F - AES128-SHA SSLv3 Kx=RSA Au=RSA Enc=AES(128) Mac=SHA18 e1 Z! G, c; p7 |* D4 ]9 C2 l
[size=1em]0x00,0x35 - AES256-SHA SSLv3 Kx=RSA Au=RSA Enc=AES(256) Mac=SHA1
m( D0 _7 `4 j W# k[size=1em]0x00,0x6A - DHE-DSS-AES256-SHA256 TLSv1.2 Kx=DH Au=DSS Enc=AES(256) Mac=SHA256
' N* O8 ]! T; C; ]. U- P. a[size=1em]0x00,0x32 - DHE-DSS-AES128-SHA SSLv3 Kx=DH Au=DSS Enc=AES(128) Mac=SHA1
9 Q+ w$ D6 h) y. i( m5 ^3 y1 y[size=1em]0x00,0x0A - DES-CBC3-SHA SSLv3 Kx=RSA Au=RSA Enc=3DES(168) Mac=SHA1: x. |; D% `. I" l6 G8 T
[size=1em]0x00,0x9A - DHE-RSA-SEED-SHA SSLv3 Kx=DH Au=RSA Enc=SEED(128) Mac=SHA18 {. f% k* Y% J/ ?! j; I! \
[size=1em]0x00,0x99 - DHE-DSS-SEED-SHA SSLv3 Kx=DH Au=DSS Enc=SEED(128) Mac=SHA1
2 f' p. ^2 r& |# i. p5 r( e[size=1em]0xCC,0x15 - DHE-RSA-CHACHA20-POLY1305 TLSv1.2 Kx=DH Au=RSA Enc=ChaCha20(256) Mac=AEAD- i. X: j' d6 n1 o$ C t: i- {
[size=1em]0xC0,0x77 - ECDHE-RSA-CAMELLIA256-SHA384 TLSv1.2 Kx=ECDH Au=RSA Enc=Camellia(256) Mac=SHA384
8 Z7 T; b% O6 L! ^, F C$ ?[size=1em]0xC0,0x73 - ECDHE-ECDSA-CAMELLIA256-SHA384 TLSv1.2 Kx=ECDH Au=ECDSA Enc=Camellia(256) Mac=SHA384/ d8 l3 }3 M9 `/ c* u/ ~" `" [
[size=1em]0x00,0xC4 - DHE-RSA-CAMELLIA256-SHA256 TLSv1.2 Kx=DH Au=RSA Enc=Camellia(256) Mac=SHA256; U4 G9 t! e! w+ b7 L: e* r
[size=1em]0x00,0xC3 - DHE-DSS-CAMELLIA256-SHA256 TLSv1.2 Kx=DH Au=DSS Enc=Camellia(256) Mac=SHA256
; T- ^. ]2 N, l8 F. I" U[size=1em]0x00,0x88 - DHE-RSA-CAMELLIA256-SHA SSLv3 Kx=DH Au=RSA Enc=Camellia(256) Mac=SHA1
# D+ y7 u* i. f4 v) D7 h[size=1em]0x00,0x87 - DHE-DSS-CAMELLIA256-SHA SSLv3 Kx=DH Au=DSS Enc=Camellia(256) Mac=SHA1* r9 M8 W- v- X1 l' c& A
[size=1em]0x00,0xC0 - CAMELLIA256-SHA256 TLSv1.2 Kx=RSA Au=RSA Enc=Camellia(256) Mac=SHA256
, ]9 a7 G2 z/ N+ l4 p- @[size=1em]0x00,0x84 - CAMELLIA256-SHA SSLv3 Kx=RSA Au=RSA Enc=Camellia(256) Mac=SHA1
% G$ p% j7 Z( `8 r; Z[size=1em]0xC0,0x76 - ECDHE-RSA-CAMELLIA128-SHA256 TLSv1.2 Kx=ECDH Au=RSA Enc=Camellia(128) Mac=SHA2568 N6 O4 o" s" n+ t: p+ ~) Y
[size=1em]0xC0,0x72 - ECDHE-ECDSA-CAMELLIA128-SHA256 TLSv1.2 Kx=ECDH Au=ECDSA Enc=Camellia(128) Mac=SHA256
0 n/ I! }# a! y2 m* n[size=1em]0x00,0xBE - DHE-RSA-CAMELLIA128-SHA256 TLSv1.2 Kx=DH Au=RSA Enc=Camellia(128) Mac=SHA256; O: |5 }; y; R; H$ h& H0 K6 k
[size=1em]0x00,0xBD - DHE-DSS-CAMELLIA128-SHA256 TLSv1.2 Kx=DH Au=DSS Enc=Camellia(128) Mac=SHA256
5 e, ~9 M& q% y$ v1 F% V& h[size=1em]0x00,0x45 - DHE-RSA-CAMELLIA128-SHA SSLv3 Kx=DH Au=RSA Enc=Camellia(128) Mac=SHA16 {! E( V, k& \9 U; s
[size=1em]0x00,0x44 - DHE-DSS-CAMELLIA128-SHA SSLv3 Kx=DH Au=DSS Enc=Camellia(128) Mac=SHA1
4 f6 o$ o& G) _. r, U$ y8 i[size=1em]0x00,0xBA - CAMELLIA128-SHA256 TLSv1.2 Kx=RSA Au=RSA Enc=Camellia(128) Mac=SHA2561 u J/ `) O3 T: M" K- T0 h
[size=1em]0x00,0x41 - CAMELLIA128-SHA SSLv3 Kx=RSA Au=RSA Enc=Camellia(128) Mac=SHA1
6 ?. I4 }& ^# V/ f[size=1em]0x00,0x96 - SEED-SHA SSLv3 Kx=RSA Au=RSA Enc=SEED(128) Mac=SHA1
: {* f/ M* c c9 j
: Z$ \; u8 S! |+ l5 Q) q( C/ K* d | % U& M1 p% w! t
- B/ W' F9 |$ `7 H eRationale: - You should take a hard look at your infrastructure needs before using this configuration; it is intended for special use cases only, and most servers should use the intermediate configuration instead.
- SSLv3 is enabled to support WinXP SP2 clients on IE.
- SHA1 certificates are authorized but only via certificate switching, meaning the server must implement custom logic to provide a SHA1 certs to old clients, and SHA256 certs to all others. More information in the "Certificates Switching" section later in this document.
- Most ciphers that are not clearly broken and dangerous to use are supported% i) w* T' {7 F7 \* n
JSON version of the recommendationsThis location is permanent and can be referenced in scripts and tools. The file is versioned and will not change, to avoid breaking tools when we update the recommendations. If you wish to point to the latest version of the recommendations, use this address: [https://statics.tls.security.mozilla.org/server-side-tls-conf.json. Be advised the above will always point to the latest version and will not provide backward compatibility. If you use it to automatically configure your servers without review, it may break things. Prefer the version-specific files instead. Previous versions- None; t) U, n0 |: B8 i( u/ k+ F
Mandatory discards- aNULL contains non-authenticated Diffie-Hellman key exchanges, that are subject to Man-In-The-Middle (MITM) attacks
- eNULL contains null-encryption ciphers (cleartext)
- EXPORT are legacy weak ciphers that were marked as exportable by US law
- RC4 contains ciphers that use the deprecated ARCFOUR algorithm
- DES contains ciphers that use the deprecated Data Encryption Standard
- SSLv2 contains all ciphers that were defined in the old version of the SSL standard, now deprecated
- MD5 contains all the ciphers that use the deprecated message digest 5 as the hashing algorithm
& r! ^5 W. g( i8 i `: z Forward SecrecyThe concept of forward secrecy is simple: client and server negotiate a key that never hits the wire, and is destroyed at the end of the session. The RSA private from the server is used to sign a Diffie-Hellman key exchange between the client and the server. The pre-master key obtained from the Diffie-Hellman handshake is then used for encryption. Since the pre-master key is specific to a connection between a client and a server, and used only for a limited amount of time, it is called Ephemeral. With Forward Secrecy, if an attacker gets a hold of the server's private key, it will not be able to decrypt past communications. The private key is only used to sign the DH handshake, which does not reveal the pre-master key. Diffie-Hellman ensures that the pre-master keys never leave the client and the server, and cannot be intercepted by a MITM. DHE handshake and dhparamWhen an ephemeral Diffie-Hellman cipher is used, the server and the client negotiate a pre-master key using the Diffie-Hellman algorithm. This algorithm requires that the server sends the client a prime number and a generator. Neither are confidential, and are sent in clear text. However, they must be signed, such that a MITM cannot hijack the handshake. As an example, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 works as follow: server key exchange message as displayed in Wireshark 3 M' E# t- R* K2 Y! M4 M2 T1 g, |
/ Y. F& W* n: H5 E) D
# ~( c0 O* A) f$ {4 o6 oclient key exchange message as displayed in Wireshark ! x+ t6 C, p# L5 {+ J
( ^2 U1 u! ?$ ^; J
1 R! l- d" p: c" p
- Server sends Client a SERVER KEY EXCHANGE message during the SSL Handshake. The message contains:
- Prime number p
- Generator g
- Server's Diffie-Hellman public value A = g^X mod p, where X is a private integer chosen by the server at random, and never shared with the client. (note: A is called pubkey in wireshark)
- signature S of the above (plus two random values) computed using the Server's private RSA key
. K8 |& D- @0 \% [6 Z8 N
- Client verifies the signature S
- Client sends server a CLIENT KEY EXCHANGE message. The message contains:
- Client's Diffie-Hellman public value B = g^Y mod p, where Y is a private integer chosen at random and never shared. (note: B is called pubkey in wireshark), |; d8 |/ F- L
- The Server and the Client can now calculate the pre-master secret using each other's public values:
- server calculates PMS = B^X mod p
- client calculates PMS = A^Y mod p
! m- H. f/ }/ V1 l
- Client sends a CHANGE CIPHER SPEC message to the server, and both parties continue the handshake using ENCRYPTED HANDSHAKE MESSAGES
3 {. s& r1 S/ Z+ s9 c' o( L
The size of the prime number p constrains the size of the pre-master key PMS, because of the modulo operation. A smaller prime almost means weaker values of A and B, which could leak the secret values X and Y. Thus, the prime p should not be smaller than the size of the RSA private key. [color=white !important][size=1em] ? # k6 L- H: }1 L1 B
[size=1em]1
% ?3 i' S4 F0 \! h8 A0 \0 ?) q[size=1em]2 1 b% L0 F$ Q3 P. {% }
[size=1em]3
1 Y2 h# k% S4 b( s+ p4 G: M P( A[size=1em]4 T2 ]( Y, c( l& m. _+ R) u( D
[size=1em]5 4 Q' Y+ s, H1 l! F0 t/ a
[size=1em]6 ) T4 ?0 h9 q8 D, L
[size=1em]7
. O' D2 l; i, {* M& `( h( U, w/ k6 `* ^ | [size=1em][size=1em]$ openssl dhparam 2048
3 u* J( m1 C/ a6 {2 d5 o6 ~[size=1em]Generating DH parameters, 2048 bit long safe prime, generator 2
$ W1 t; b% }" n/ u: Z( i; e$ t3 s[size=1em]..+..+...............+
' r1 O% ]: f. [3 W. W' i$ M% u[size=1em]-----BEGIN DH PARAMETERS-----: p! x$ M# g9 e
[size=1em]MBYCEQCHU6UNZoHMF6bPtj21Hn/bAgEC.....
; s c9 J6 P& D: b( x[size=1em]......
6 k4 b4 L* t. U3 E& J: T# w' ]) z[size=1em]-----END DH PARAMETERS-----6 z% q" j, \$ t* n
. e/ r8 p5 n _ | 3 J4 F$ S8 a c, [3 E0 {
7 ?2 M! U I; a/ S) u* uPre-defined DHE groupsIn order to lower the burden of system administrators, several servers provide pre-computed DH groups. Unfortunately, the logjam report showed that it is very likely that a state-level adversary may have broken the most widely used 1024-bit DH group, Oakley group 2, standardized in rfc2409]. For this reason, the use of this group is considered unsafe and you should either: - use a larger group, with a minimum size of 2048-bit, as recommended in the intermediate and modern configurations ;
- keep using a 1024-bit DH group if you need to (see #DHE_and_Java), but move away from Oakley group 2 and use a custom DH group instead, generated via the openssl dhparam 1024 command ;
- disable DHE altogether, relying on ECDHE for PFS if you don't support legacy clients lacking ECDHE support (see #DHE_and_ECDHE_support).
1 L$ o$ I6 J) `+ q0 {' Z- U0 B: {
It is currently assumed that standardized 2048 bits DH groups provide sufficient security to resist factorization attacks. However, the careful administrator should generate a random DH group instead of using a standardized one when setting up a new server, as advised by the [1] authors. DHE and ECDHE supportMost modern clients that support both ECDHE and DHE typically prefer the former, because ECDHE provides faster handshakes than DHE ([2], [3]). Unfortunately, some widely used clients lack support for ECDHE and must then rely on DHE to provide perfect forward secrecy: - Android < 3.0.0
- Java < 7
- OpenSSL < 1.0.0; I2 N- X0 S. D" r# ?3 J: B, R3 c
Note that schannel on Windows XP technically support DHE, but only with DSA keys, making it unusable on the internet in practice. DHE and JavaJava 6 and 7 do not support Diffie-Hellman parameters larger than 1024 bits. If your server expects to receive connections from java 6 clients and wants to enable PFS, it must provide a DHE parameter of 1024 bits. If keeping the compatibility with Java < 7 is a necessity, thus preventing the use of large DH keys, three solutions are available: - using custom 1024-bit DH parameters, different from Oakley group 2 ;
- if the software used does not support custom DH parameters, like Apache HTTPd < 2.2.30, it is possible to keep using the 1024-bit DH Oakley group 2, knowing these clients will be at risk from a state-level adversary ;
- it is also possible to completely disable DHE. This means that clients not supporting ECDHE will be reverting to static RSA, giving up Forward Secrecy.
8 _) {6 p8 R) C! Y3 n8 w8 f
The case of Java 7 is a bit different. Java 7 supports ECDHE ciphers, so if the server provides ECDHE and prioritizes it before DHE ciphers using server side ordering, then Java 7 will use ECDHE and not care about the size of the DHE parameter. In this situation, the server can use 2048 bits DHE parameters for all other clients. However, if the server does not support ECDHE, then Java 7 will use DHE and fail if the parameter is larger than 1024 bits. When failing, the handshake will not attempt to fall back to the next cipher in line, but simply fail with the error "java.lang.RuntimeException: Could not generate DH keypair". Java supported | ECDHE prioritized | smallest DH parameter size | | 6 | irrelevant | 1024 | | 7 | NO | 1024 | | 7 | YES | 2048 | | 8 | irrelevant | 2048 | , N, t/ \! [- J: {9 @7 Z
OCSP StaplingWhen connecting to a server, clients should verify the validity of the server certificate using either a Certificate Revocation List (CRL), or an Online Certificate Status Protocol (OCSP) record. The problem with CRL is that the lists have grown huge and takes forever to download. OCSP is much more lightweight, as only one record is retrieved at a time. But the side effect is that OCSP requests must be made to a 3rd party OCSP responder when connecting to a server, which adds latency and potential failures. In fact, the OCSP responders operated by CAs are often so unreliable that browser will fail silently if no response is received in a timely manner. This reduces security, by allowing an attacker to DoS an OCSP responder to disable the validation. The solution is to allow the server to send its cached OCSP record during the TLS handshake, therefore bypassing the OCSP responder. This mechanism saves a roundtrip between the client and the OCSP responder, and is called OCSP Stapling. The server will send a cached OCSP response only if the client requests it, by announcing support for the status_request TLS extension in its CLIENT HELLO. Most servers will cache OCSP response for up to 48 hours. At regular intervals, the server will connect to the OCSP responder of the CA to retrieve a fresh OCSP record. The location of the OCSP responder is taken from the Authority Information Access field of the signed certificate. For example, with StartSSL: Authority Information Access: OCSP - URI:http://ocsp.startssl.com/sub/class1/server/caSupport for OCSP Stapling can be tested using the -status option of the OpenSSL client. $ openssl s_client -connect monitor.mozillalabs.com:443 -status...======================================OCSP Response Data: OCSP Response Status: successful (0x0) Response Type: Basic OCSP Response Version: 1 (0x0)...Session ResumptionSession Resumption is the ability to reuse the session secrets previously negotiated between a client and a server for a new TLS connection. This feature greatly increases the speed establishment of TLS connections after the first handshake, and is very useful for connections that use Perfect Forward Secrecy with a slow handshake like DHE. Session Resumption can be performed using one of two methods: - session identifier: When establishing a first session, the server generates an arbitrary session ID sent to the client. On subsequent connections, the client sends the session ID in the CLIENT HELLO message, indicating to the server it wants to reuse an existing state. If the server can find a corresponding state in its local cache, it reuse the session secrets and skips directly to exchanging encrypted data with the client. If the cache stored on the server is compromised, session keys from the cache can be used to decrypt past and future sessions.
- session tickets: Storing a cache on the server might be problematic for systems that handle very large numbers of clients. Session tickets provide an alternative where the server sends the encrypted state (ticket) to the client instead of storing it in its local cache. The client can send back the encrypted state to the server in subsequent connections, thus allowing session resumption. This method requires symmetric keys on the server to encrypt and decrypt session tickets. If the keys are compromised, an attacker obtains access to session keys and can decrypt past and future sessions.
! s6 v# r# M; O& t3 u6 `
Session resumption is a very useful performance feature of TLS, but also carries a significant amount of risk. Most servers do not purge sessions or ticket keys, thus increasing the risk that a server compromise would leak data from previous (and future) connections. The current recommendation for web servers is to enable session resumption and benefit from the performance improvement, but to restart servers daily when possible. This ensure that sessions get purged and ticket keys get renewed on a regular basis. HSTS: HTTP Strict Transport SecurityHSTS is a HTTP header sent by a server to a client, indicating that the current site must only be accessed over HTTPS until expiration of the HSTS value is reached. The header format is very simple, composed only of a max-age parameter that indicates when the directive should expire. max-age is expressed in seconds. A typical value is 15768000 seconds, or 6 months. Strict-Transport-Security: max-age=15768000HSTS is becoming more and more of a standard, but should only be used when the site's operators are confident that HTTPS will be available continuously for the duration of max-age. Once the HSTS header is sent to client, HTTPS cannot be disabled on the site until the last client has expired its HSTS record. HPKP: Public Key Pinning Extension for HTTPHPKP is an experimental HTTP header sent by a server to a client, to indicate that some certificates related to the site should be pinned in the client. The client would thus refuse to establish a connection to the server if the pining does not comply. Due to its experimental nature, HPKP is currently not recommended on production sites. More informations can be found on the MDN description page. Certificates SwitchingCertificates Switching is a technique by which a server provides a different X.509 certificate to a client based on specific selection criteria. This technique is used primarily to maintain backward compatibility with very old clients, such as Internet Explorer 6 on Windows XP SP2. On XPSP2, IE6 is only able to establish connections to servers that provide a certificate signed with sha1WithRSAEncryption. Those certificates are note issued by modern CAs anymore, and all sites have been encouraged to upgrade to SHA-256 certificates. As modern browsers gradually block connections backed by SHA-1 certificates, sites that need to maintain compatibility with XPSP2 must implement certificates switching to provide a SHA-1 cert to old clients and a SHA-256 cert to modern ones. Certificate switching can be implemented in various ways. A simplistic approach is to select the certificate based on the protocol version (SHA-256 to TLS clients, SHA-1 to SSLv3 ones). A more sophisticated approach consists at looking inside the CLIENT HELLO for SHA-256 support in the "signature_algorithms" extension. Few servers currently support cert switching. It is possible to implement it using HAProxy, and vendors like Cloudflare propose it in their offering. Recommended Server ConfigurationsAll configuration samples have been moved to the configuration generator and the Security/TLS_Configurations archive. Access the generator by clicking the image below: ToolsCipherScanCipherscan is a small Bash script that connects to a target and list the preferred Ciphers. It's an easy way to test a web server for available ciphers, PFS key size, elliptic curves, support for OCSP Stapling, TLS ticket lifetime and certificate trust. [color=white !important][size=1em] ?
3 S% z7 J% s& l0 G- Z" i" y1 N6 ?[size=1em]1
3 f5 G4 t$ T; Z. s! U[size=1em]2
, U S9 K9 p, k3 d[size=1em]3 0 }9 a* \5 a5 X9 R N
[size=1em]4 " `+ S& k0 D* p5 n- W! G7 Z0 m3 p
[size=1em]5 # P/ D! a8 K0 X- D! ]" \' B3 K
[size=1em]6
% [0 S$ v) Y. h' f[size=1em]7 6 r. w2 @- e- j
[size=1em]8 2 T- P2 C1 C7 {
[size=1em]9 7 d3 }7 I& ^& \2 Q5 D) m
[size=1em]10
4 r( O* ]1 G% Q/ [* l[size=1em]11
% R( k( M6 u( P f4 I[size=1em]12 ; s2 @2 h" k4 z/ J9 J- i8 \
[size=1em]13 5 Z: e$ g, i- {" X7 I8 u: |
[size=1em]14 & V, z' q, j; g' J; A6 U
[size=1em]15
% k/ f# z4 R* }+ r- r( Y+ W# C[size=1em]16 1 }4 M, k& v, A. P' K
[size=1em]17 1 [: ?+ _& q' ]; g' S
[size=1em]18 . K! W9 X* y# R( l4 b: B7 D
[size=1em]19
& ]" h. R% n% q3 Y( J[size=1em]20 6 t/ m0 j6 v9 R7 }5 o
[size=1em]21 " t2 ?9 n6 u* N1 e
[size=1em]22
$ o" I* t% r& `' @2 ? j[size=1em]23
) E+ o8 n6 F& H2 u1 V[size=1em]24
, k# B; I3 L; |& q[size=1em]25
2 u6 ?" j/ q% L7 J9 H: N N( t[size=1em]26 ( r5 g8 }8 A5 ?0 H4 f# p
[size=1em]27 , V1 Y) t; v4 r8 c' O
[size=1em]28 & Q0 B- x. r' m; n5 I
[size=1em]29 C! a( G! z8 l# B; D1 l
[size=1em]30 " W1 P% B& K" S2 C
[size=1em]31 2 Z# ^9 v" l1 r: N* v
[size=1em]32
; E" f4 Q7 _8 m+ M/ q" n5 b | [size=1em][size=1em]$ ./cipherscan jve.linuxwall.info
" ?+ }8 p* @5 E; u1 a5 E7 j' Z( }[size=1em]..........................2 L; v. q' u- y3 u$ @, {# I
[size=1em]prio ciphersuite protocols pfs_keysize
3 r% R2 |2 B' G" r- u[size=1em]1 ECDHE-RSA-AES128-GCM-SHA256 TLSv1.2 ECDH,P-256,256bits
* J# u M5 S" ^* U' l) [9 b* } l[size=1em]2 ECDHE-RSA-AES256-GCM-SHA384 TLSv1.2 ECDH,P-256,256bits
) S$ i- P8 P& F% O+ n: T[size=1em]3 DHE-RSA-AES256-GCM-SHA384 TLSv1.2 DH,4096bits) F/ i3 v; S6 U) }6 N& l
[size=1em]4 DHE-RSA-AES128-GCM-SHA256 TLSv1.2 DH,4096bits
5 d W" }2 D' M0 u* Y[size=1em]5 ECDHE-RSA-AES128-SHA256 TLSv1.2 ECDH,P-256,256bits
# f7 w1 s) m6 g9 Y U[size=1em]6 ECDHE-RSA-AES128-SHA TLSv1,TLSv1.1,TLSv1.2 ECDH,P-256,256bits) U7 H% c: }( I/ @. @
[size=1em]7 ECDHE-RSA-AES256-SHA384 TLSv1.2 ECDH,P-256,256bits
/ `, A. c2 y* O2 G[size=1em]8 ECDHE-RSA-AES256-SHA TLSv1,TLSv1.1,TLSv1.2 ECDH,P-256,256bits
) G4 g9 K. q9 ]" \* p7 z6 U3 r[size=1em]9 DHE-RSA-AES128-SHA256 TLSv1.2 DH,4096bits
! j, @4 e4 S- v1 s0 I& i[size=1em]10 DHE-RSA-AES128-SHA TLSv1,TLSv1.1,TLSv1.2 DH,4096bits
) z4 @8 n% T8 S" \* Y u[size=1em]11 DHE-RSA-AES256-SHA256 TLSv1.2 DH,4096bits! h$ {% z9 k+ M6 d6 ^
[size=1em]12 AES128-GCM-SHA256 TLSv1.2
/ i( z6 O) q- `7 i4 ?/ X" _[size=1em]13 AES256-GCM-SHA384 TLSv1.2
( u! q+ t; k& g4 L[size=1em]14 ECDHE-RSA-DES-CBC3-SHA TLSv1,TLSv1.1,TLSv1.2 ECDH,P-256,256bits
% w2 m# c' I+ @- g% x[size=1em]15 EDH-RSA-DES-CBC3-SHA TLSv1,TLSv1.1,TLSv1.2 DH,4096bits
+ m! @- h; ?5 v8 o5 ~1 ?0 c[size=1em]16 DES-CBC3-SHA TLSv1,TLSv1.1,TLSv1.2* D. h3 Q% o8 _, e) S
[size=1em]17 DHE-RSA-AES256-SHA TLSv1,TLSv1.1,TLSv1.2 DH,4096bits
6 u' L1 `7 N n+ x[size=1em]18 DHE-RSA-CAMELLIA256-SHA TLSv1,TLSv1.1,TLSv1.2 DH,4096bits1 F; x) U, z" }0 A" M/ a
[size=1em]19 AES256-SHA256 TLSv1.2$ E" Q) ~% y9 C& U3 o
[size=1em]20 AES256-SHA TLSv1,TLSv1.1,TLSv1.2: V' x) F$ k! J! A; i6 k9 H
[size=1em]21 CAMELLIA256-SHA TLSv1,TLSv1.1,TLSv1.2+ H3 g& r p3 v
[size=1em]22 DHE-RSA-CAMELLIA128-SHA TLSv1,TLSv1.1,TLSv1.2 DH,4096bits
. \2 H; X w" j1 q. Z" a. g) I: a d[size=1em]23 AES128-SHA256 TLSv1.2
( V; g( A, J6 n- a5 ]! _% V[size=1em]24 AES128-SHA TLSv1,TLSv1.1,TLSv1.2
/ x( \ `2 \9 y" b1 ?& C0 @. b[size=1em]25 CAMELLIA128-SHA TLSv1,TLSv1.1,TLSv1.2: l. I3 O. N d. h( [1 n
# z% U1 V# a3 k2 y[size=1em]Certificate: trusted, 2048 bit, sha1WithRSAEncryption signature
0 l( r: w6 }4 s3 P[size=1em]TLS ticket lifetime hint: 300$ b: O$ K6 V8 h
[size=1em]OCSP stapling: supported
3 y; o* @% u! H! w& Q3 K" w. O, z S9 b. N6 Y, K' z
|
* @+ E2 l$ O4 A6 [7 B& h. ]/ x; X G7 c; y: T
SSL Labs (Qualys)Qualys SSL Labs provides a comprehensive SSL testing suite. Attacks on SSL and TLSBEAST (CVE-2011-3389)Beast is a vulnerability in the Initialization Vector (IV) of the CBC mode of AES, Camellia and a few other ciphers that use CBC mode. The attack allows a MITM attacker to recover plaintext values by encrypting the same message multiple times. BEAST is mitigated in TLS1.1 and above. LUCKY13Lucky13 is another attack on CBC mode that listen for padding checks to decrypt ciphertext. RC4 weaknessesAs of February 2015, the IETF explicitely prohibits the use of RC4: RFC 7465. It has been proven that RC4 biases in the first 256 bytes of a cipherstream can be used to recover encrypted text. If the same data is encrypted a very large number of times, then an attacker can apply statistical analysis to the results and recover the encrypted text. While hard to perform, this attack shows that it is time to remove RC4 from the list of trusted ciphers. In a public discussion (bug 927045), it has been recommended to replace RC4 with 3DES. This would impact Internet Explorer 7 and 8 users that, depending on the OS, do not support AES, and will negotiate only RC4 or 3DES ciphers. Internet Explorer uses the cryptographic library “schannel”, which is OS dependent. schannel supports AES in Windows Vista, but not in Windows XP. While 3DES provides more resistant cryptography, it is also 30 times slower and more cpu intensive than RC4. For large web infrastructure, the CPU cost of replacing RC4 with 3DES is non-zero. For this reason, we recommend that administrators evaluate their traffic patterns, and make the decision of replacing RC4 with 3DES on a per-case basis. At Mozilla, we evaluated that the impact on CPU usage is minor, and thus decided to replace RC4 with 3DES where backward compatibility is required.
# }# Z- ?/ R: o% C. WThe root cause of the problem is information leakage that occurs when data is compressed prior to encryption. If someone can repeatedly inject and mix arbitrary content with some sensitive and relatively predictable data, and observe the resulting encrypted stream, then he will be able to extract the unknown data from it. BREACHThis is a more complex attack than CRIME, which does not require TLS-level compression (it still needs HTTP-level compression). In order to be successful, it requires to: - Be served from a server that uses HTTP-level compression
- Reflect user-input in HTTP response bodies
- Reflect a secret (such as a CSRF token) in HTTP response bodies- T4 ^$ F7 b. e* G3 Y* q
POODLE (CVE-2014-3566)POODLE is an attack on the padding used by SSLv3. It is a significant improvement of the BEAST attack which led the cryptography community to recommend disabling SSLv3 globally. If you can arrange the message to be the correct length then the last block is 15 arbitrary bytes and the padding length (15). Then you arrange an interesting byte to be in the last position of a different block and duplicate that block to the end. If the record is accepted, then you know what the last byte contained because it decrypted to 15. Thus the attacker needs to be able to control some of the plaintext in order to align things in the messages and needs to be able to burn lots of connections (256 per byte, roughly). Thus a secret needs to be repeated in connection after connection (i.e. a cookie).
Our guidelines maintain support for SSLv3 in the Old configuration only. This is required for clients on Windows XP service pack 1 & 2 that do not have support for TLSv1.0. Internet Explorer and Chrome on those platforms are impacted. Mozilla wants to be reachable from very old clients, to allow them to download a better browser. Therefore, we maintain SSLv3 compatibility on a limited number of sites. But all sites that do not need that level of compatibility are encouraged to implement the Intermediate configuration Logjam attack on weak Diffie-HellmanThe Logjam attack describes methods of attacking TLS servers supporting DHE export ciphers, and with weak (<= 1024 bit) Diffie Hellman groups. Modern TLS must use DH parameters of 2048 bits and above, or only use ECDHE. The modern configuration in this guide provide configurations that are not impacted by this issue. The intermediate and old configurations are impacted, and administrators are encourage to use DH parameters of 2048 bits wherever possible. SPDYSPDY is a protocol that incorporate TLS, which attempts to reduce latency when loading pages. It is currently not an HTTP standard (albeit it is being drafted for HTTP 2.0), but is widely supported. TLS tickets (RFC 5077)Once a TLS handshake has been negociated between the server and the client, both may exchange a session ticket, which contains an AES-CBC 128bit key which can decrypt the session. This key is generally static and only regenerated when the web server is restarted (with recent versions of Apache, it's stored in a file and also kept upon restarts). The current work-around is to disable RFC 5077 support. Cipher names correspondence tableIANA, OpenSSL and GnuTLS use different naming for the same ciphers. The table below matches these ciphers as well as their corresponding compatibility level. Hex Priority IANA GnuTLS NSS OpenSSL
& g/ Q5 {+ p6 P. { ]6 y0xC0,0x2F 1 TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256TLS_ECDHE_RSA_AES_128_GCM_SHA256TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256ECDHE-RSA-AES128-GCM-SHA2563 D$ L% @# [) ]- s e' X
0xC0,0x2B 2 TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256TLS_ECDHE_ECDSA_AES_128_GCM_SHA256TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256ECDHE-ECDSA-AES128-GCM-SHA256$ _7 h& d0 b4 C! Q
0xC0,0x30 3 TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384TLS_ECDHE_RSA_AES_256_GCM_SHA384ECDHE-RSA-AES256-GCM-SHA384
. w9 ?8 Z5 h( T* E4 |0xC0,0x2C 4 TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384TLS_ECDHE_ECDSA_AES_256_GCM_SHA384ECDHE-ECDSA-AES256-GCM-SHA384
' y+ q1 E* w, ^$ {' v, |! J0x00,0x9E 5 TLS_DHE_RSA_WITH_AES_128_GCM_SHA256TLS_DHE_RSA_AES_128_GCM_SHA256TLS_DHE_RSA_WITH_AES_128_GCM_SHA256DHE-RSA-AES128-GCM-SHA256: H. j [1 Z5 O8 u
0x00,0xA2 6 TLS_DHE_DSS_WITH_AES_128_GCM_SHA256TLS_DHE_DSS_AES_128_GCM_SHA256TLS_DHE_DSS_WITH_AES_128_GCM_SHA256DHE-DSS-AES128-GCM-SHA256* m( h$ v7 q! ?& e" u
0x00,0xA3 7 TLS_DHE_DSS_WITH_AES_256_GCM_SHA384TLS_DHE_DSS_AES_256_GCM_SHA384DHE-DSS-AES256-GCM-SHA384
- V! X* O" X2 \ o5 F0x00,0x9F 8 TLS_DHE_RSA_WITH_AES_256_GCM_SHA384TLS_DHE_RSA_AES_256_GCM_SHA384DHE-RSA-AES256-GCM-SHA3847 f- A+ x/ Y* D0 ~. H3 |2 K7 J8 Q
0xC0,0x27 9 TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256TLS_ECDHE_RSA_AES_128_CBC_SHA256TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256ECDHE-RSA-AES128-SHA256* t# P$ G2 _( A; ?' U( d
0xC0,0x23 10 TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256TLS_ECDHE_ECDSA_AES_128_CBC_SHA256TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256ECDHE-ECDSA-AES128-SHA2561 w1 G+ T' J/ V, {2 D& Q
0xC0,0x13 11 TLS_ECDHE_RSA_WITH_AES_128_CBC_SHATLS_ECDHE_RSA_AES_128_CBC_SHA1TLS_ECDHE_RSA_WITH_AES_128_CBC_SHAECDHE-RSA-AES128-SHA
4 P0 | Z2 Z# T |9 G+ @; m" w$ l8 I0xC0,0x09 12 TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHATLS_ECDHE_ECDSA_AES_128_CBC_SHA1TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHAECDHE-ECDSA-AES128-SHA+ P: |" y" } v X4 @4 F6 o
0xC0,0x28 13 TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384TLS_ECDHE_RSA_AES_256_CBC_SHA384ECDHE-RSA-AES256-SHA3841 Q+ k4 P/ ^4 ^9 D
0xC0,0x24 14 TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384TLS_ECDHE_ECDSA_AES_256_CBC_SHA384ECDHE-ECDSA-AES256-SHA3848 b: `) h5 t; A$ m+ B3 w: ]* J! m, l
0xC0,0x14 15 TLS_ECDHE_RSA_WITH_AES_256_CBC_SHATLS_ECDHE_RSA_AES_256_CBC_SHA1TLS_ECDHE_RSA_WITH_AES_256_CBC_SHAECDHE-RSA-AES256-SHA) Z# w& C5 j9 s9 [# w* v h9 }+ k1 t
0xC0,0x0A 16 TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHATLS_ECDHE_ECDSA_AES_256_CBC_SHA1TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHAECDHE-ECDSA-AES256-SHA' h3 i) F- N& X+ a4 Z! E
0x00,0x67 17 TLS_DHE_RSA_WITH_AES_128_CBC_SHA256TLS_DHE_RSA_AES_128_CBC_SHA256TLS_DHE_RSA_WITH_AES_128_CBC_SHA256DHE-RSA-AES128-SHA256
# t; p& M% b1 k0x00,0x33 18 TLS_DHE_RSA_WITH_AES_128_CBC_SHATLS_DHE_RSA_AES_128_CBC_SHA1TLS_DHE_RSA_WITH_AES_128_CBC_SHADHE-RSA-AES128-SHA
9 e- H, K' c ?! W0 Y0x00,0x40 19 TLS_DHE_DSS_WITH_AES_128_CBC_SHA256TLS_DHE_DSS_AES_128_CBC_SHA256TLS_DHE_DSS_WITH_AES_128_CBC_SHA256DHE-DSS-AES128-SHA2565 Z. t3 b* _$ G5 A
0x00,0x6B 20 TLS_DHE_RSA_WITH_AES_256_CBC_SHA256TLS_DHE_RSA_AES_256_CBC_SHA256TLS_DHE_RSA_WITH_AES_256_CBC_SHA256DHE-RSA-AES256-SHA256
; U5 T& b8 @4 Y0x00,0x38 21 TLS_DHE_DSS_WITH_AES_256_CBC_SHATLS_DHE_DSS_AES_256_CBC_SHA1TLS_DHE_DSS_WITH_AES_256_CBC_SHADHE-DSS-AES256-SHA
$ f8 P: ~' ~# ^1 `6 d$ i0x00,0x39 22 TLS_DHE_RSA_WITH_AES_256_CBC_SHATLS_DHE_RSA_AES_256_CBC_SHA1TLS_DHE_RSA_WITH_AES_256_CBC_SHADHE-RSA-AES256-SHA/ D5 F8 k! Q) w: x/ ^( L4 S
0xC0,0x12 23 TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHATLS_ECDHE_RSA_3DES_EDE_CBC_SHA1TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHAECDHE-RSA-DES-CBC3-SHA
7 n% _8 A" g; m: x% C+ X0 W0xC0,0x08 24 TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHATLS_ECDHE_ECDSA_3DES_EDE_CBC_SHA1TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHAECDHE-ECDSA-DES-CBC3-SHA
! A* t7 E( e% m7 J8 B, R" P! @0x00,0x16 25 TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHATLS_DHE_RSA_3DES_EDE_CBC_SHA1TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA) ]5 \$ E; r' ?4 k* r
0x00,0x9C 26 TLS_RSA_WITH_AES_128_GCM_SHA256TLS_RSA_AES_128_GCM_SHA256TLS_RSA_WITH_AES_128_GCM_SHA256AES128-GCM-SHA256! ?- w4 P4 d3 M9 u! A" O
0x00,0x9D 27 TLS_RSA_WITH_AES_256_GCM_SHA384TLS_RSA_AES_256_GCM_SHA384AES256-GCM-SHA384
* k) B7 Z( e g1 W$ g: w0x00,0x3C 28 TLS_RSA_WITH_AES_128_CBC_SHA256TLS_RSA_AES_128_CBC_SHA256TLS_RSA_WITH_AES_128_CBC_SHA256AES128-SHA256* r# j/ ~& n8 A5 x0 m
0x00,0x3D 29 TLS_RSA_WITH_AES_256_CBC_SHA256TLS_RSA_AES_256_CBC_SHA256TLS_RSA_WITH_AES_256_CBC_SHA256AES256-SHA256
# {3 ^; T) r2 @0x00,0x2F 30 TLS_RSA_WITH_AES_128_CBC_SHATLS_RSA_AES_128_CBC_SHA1TLS_RSA_WITH_AES_128_CBC_SHAAES128-SHA
- G! N/ J1 h+ n7 A) [# F0x00,0x35 31 TLS_RSA_WITH_AES_256_CBC_SHATLS_RSA_AES_256_CBC_SHA1TLS_RSA_WITH_AES_256_CBC_SHAAES256-SHA
: G' \! W2 L ?( F2 B8 G/ t0x00,0x6A 32 TLS_DHE_DSS_WITH_AES_256_CBC_SHA256TLS_DHE_DSS_AES_256_CBC_SHA256TLS_DHE_DSS_WITH_AES_256_CBC_SHA256DHE-DSS-AES256-SHA256
4 m \' L/ L- {: [& O0x00,0x32 33 TLS_DHE_DSS_WITH_AES_128_CBC_SHATLS_DHE_DSS_AES_128_CBC_SHA1TLS_DHE_DSS_WITH_AES_128_CBC_SHADHE-DSS-AES128-SHA
. P2 Q2 {9 [0 d3 Q, M0x00,0x0A 34 TLS_RSA_WITH_3DES_EDE_CBC_SHATLS_RSA_3DES_EDE_CBC_SHA1TLS_RSA_WITH_3DES_EDE_CBC_SHA# j' `" \+ _8 h! [+ g
0x00,0x88 35 TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHATLS_DHE_RSA_CAMELLIA_256_CBC_SHA1TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHADHE-RSA-CAMELLIA256-SHA+ l, H! i& x3 x7 U; W2 Z! c8 l2 @& {
0x00,0x87 36 TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHATLS_DHE_DSS_CAMELLIA_256_CBC_SHA1TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHADHE-DSS-CAMELLIA256-SHA, P+ A8 L# z% T- H2 P+ T3 N U
0x00,0x84 37 TLS_RSA_WITH_CAMELLIA_256_CBC_SHATLS_RSA_CAMELLIA_256_CBC_SHA1TLS_RSA_WITH_CAMELLIA_256_CBC_SHACAMELLIA256-SHA1 o# \, q" h" Y
0x00,0x45 38 TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHATLS_DHE_RSA_CAMELLIA_128_CBC_SHA1TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHADHE-RSA-CAMELLIA128-SHA
( v: j S2 H/ T+ w* a; H& {0x00,0x44 39 TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHATLS_DHE_DSS_CAMELLIA_128_CBC_SHA1TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHADHE-DSS-CAMELLIA128-SHA
3 }7 {: a: q1 D0x00,0x41 40 TLS_RSA_WITH_CAMELLIA_128_CBC_SHATLS_RSA_CAMELLIA_128_CBC_SHA1TLS_RSA_WITH_CAMELLIA_128_CBC_SHACAMELLIA128-SHA, r" y5 e2 v3 F7 H2 h# G
0x00,0x9A 41 TLS_DHE_RSA_WITH_SEED_CBC_SHADHE-RSA-SEED-SHA
7 ]. l! d: O' N. @8 Z0x00,0x99 42 TLS_DHE_DSS_WITH_SEED_CBC_SHADHE-DSS-SEED-SHA" _: I* O7 z; U2 @" c! D2 s/ a
0x00,0x96 43 TLS_RSA_WITH_SEED_CBC_SHATLS_RSA_WITH_SEED_CBC_SHASEED-SHA+ _7 }+ h& Z7 k% d8 ]: w
0x00,0x00 TLS_NULL_WITH_NULL_NULLTLS_NULL_WITH_NULL_NULL5 x# ?8 g& a2 p+ o
0x00,0x01 TLS_RSA_WITH_NULL_MD5TLS_RSA_NULL_MD5TLS_RSA_WITH_NULL_MD5
6 a7 \5 _6 k, f, X0x00,0x02 TLS_RSA_WITH_NULL_SHATLS_RSA_NULL_SHA1TLS_RSA_WITH_NULL_SHA
2 G+ z& x' D& ^, z0x00,0x03 TLS_RSA_EXPORT_WITH_RC4_40_MD5TLS_RSA_EXPORT_WITH_RC4_40_MD5
b3 Q A4 }6 {+ I' [* u' x& t, }0x00,0x04 TLS_RSA_WITH_RC4_128_MD5TLS_RSA_ARCFOUR_128_MD5TLS_RSA_WITH_RC4_128_MD5$ \3 g( M) b6 `
0x00,0x05 TLS_RSA_WITH_RC4_128_SHATLS_RSA_ARCFOUR_128_SHA1TLS_RSA_WITH_RC4_128_SHA
. ~% e2 I2 ]6 A" T1 W0x00,0x06 TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5
" f; H0 [+ W8 J S0x00,0x07 TLS_RSA_WITH_IDEA_CBC_SHATLS_RSA_WITH_IDEA_CBC_SHA, h4 P6 y, y/ |( G* A; k
0x00,0x08 TLS_RSA_EXPORT_WITH_DES40_CBC_SHATLS_RSA_EXPORT_WITH_DES40_CBC_SHA
; O0 ^% w! Y" h: Z0x00,0x09 TLS_RSA_WITH_DES_CBC_SHATLS_RSA_WITH_DES_CBC_SHA, {: S y$ ]0 Y" X$ R9 T8 z
0x00,0x0B TLS_DH_DSS_EXPORT_WITH_DES40_CBC_SHATLS_DH_DSS_EXPORT_WITH_DES40_CBC_SHA( ~7 Z0 _4 K& E. O
0x00,0x0C TLS_DH_DSS_WITH_DES_CBC_SHATLS_DH_DSS_WITH_DES_CBC_SHA
! I W2 t7 s" @' r6 e0x00,0x0D TLS_DH_DSS_WITH_3DES_EDE_CBC_SHATLS_DH_DSS_WITH_3DES_EDE_CBC_SHA
4 O% i/ T: h6 K6 ]& {& X, r9 L& {0x00,0x0E TLS_DH_RSA_EXPORT_WITH_DES40_CBC_SHATLS_DH_RSA_EXPORT_WITH_DES40_CBC_SHA% G7 ~/ ]' I+ I2 H2 W# D
0x00,0x0F TLS_DH_RSA_WITH_DES_CBC_SHATLS_DH_RSA_WITH_DES_CBC_SHA
/ ~5 \! `& {( J& |: r3 ]1 y0x00,0x10 TLS_DH_RSA_WITH_3DES_EDE_CBC_SHATLS_DH_RSA_WITH_3DES_EDE_CBC_SHA8 c: r7 d' Z+ z
0x00,0x11 TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHATLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA' X7 D2 X% h7 M- s. x
0x00,0x12 TLS_DHE_DSS_WITH_DES_CBC_SHATLS_DHE_DSS_WITH_DES_CBC_SHA
( E, N s( y' H" N7 G5 P( |0x00,0x13 TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHATLS_DHE_DSS_3DES_EDE_CBC_SHA1TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA# D: C1 |% L) T3 x
0x00,0x14 TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHATLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA# E5 D; V7 R! s% B3 f
0x00,0x15 TLS_DHE_RSA_WITH_DES_CBC_SHATLS_DHE_RSA_WITH_DES_CBC_SHA; Q8 D, Q; x: T6 Y2 X
0x00,0x17 TLS_DH_anon_EXPORT_WITH_RC4_40_MD5TLS_DH_anon_EXPORT_WITH_RC4_40_MD5% f. r' Y# A; w; P. J% E" p6 S
0x00,0x18 TLS_DH_anon_WITH_RC4_128_MD5TLS_DH_ANON_ARCFOUR_128_MD5TLS_DH_anon_WITH_RC4_128_MD5; g. q/ w- C) i, e) Y% `" K
0x00,0x19 TLS_DH_anon_EXPORT_WITH_DES40_CBC_SHATLS_DH_anon_EXPORT_WITH_DES40_CBC_SHA) I; ]" J/ m! W5 N8 c) P' ?
0x00,0x1A TLS_DH_anon_WITH_DES_CBC_SHATLS_DH_anon_WITH_DES_CBC_SHA8 G4 ~* Y$ ^1 S% x+ e9 I
0x00,0x1B TLS_DH_anon_WITH_3DES_EDE_CBC_SHATLS_DH_ANON_3DES_EDE_CBC_SHA1TLS_DH_anon_WITH_3DES_EDE_CBC_SHA
0 u& P& K, O; G& f) O# X0x00,0x1E TLS_KRB5_WITH_DES_CBC_SHA
- V# ` s' ~+ W) {/ l) Z0x00,0x1F TLS_KRB5_WITH_3DES_EDE_CBC_SHA
$ X- `& I0 m0 c+ v, B1 e1 s4 {0x00,0x20 TLS_KRB5_WITH_RC4_128_SHA
5 b. ~' A, s0 p, F d0x00,0x21 TLS_KRB5_WITH_IDEA_CBC_SHA L7 X0 x6 \# o* T) c3 t2 b4 P
0x00,0x22 TLS_KRB5_WITH_DES_CBC_MD5: c, U% Y( o: t8 r
0x00,0x23 TLS_KRB5_WITH_3DES_EDE_CBC_MD5, z) V9 u& j8 _" Z3 T
0x00,0x24 TLS_KRB5_WITH_RC4_128_MD55 d' u2 u5 u3 h- {8 u; P
0x00,0x25 TLS_KRB5_WITH_IDEA_CBC_MD5
$ L, t+ G$ v: R5 M( n0x00,0x26 TLS_KRB5_EXPORT_WITH_DES_CBC_40_SHA
7 {- Y6 b: ^. e' x& f0x00,0x27 TLS_KRB5_EXPORT_WITH_RC2_CBC_40_SHA
9 E$ P7 u# B8 y K0x00,0x28 TLS_KRB5_EXPORT_WITH_RC4_40_SHA2 z; B/ j4 G5 Z# i9 }$ m
0x00,0x29 TLS_KRB5_EXPORT_WITH_DES_CBC_40_MD50 r" c$ w; B( F3 q" K% [
0x00,0x2A TLS_KRB5_EXPORT_WITH_RC2_CBC_40_MD5
/ [% Q, i- ]) H0x00,0x2B TLS_KRB5_EXPORT_WITH_RC4_40_MD5
; A$ D" B' E' s( X9 o% S0x00,0x2C TLS_PSK_WITH_NULL_SHATLS_PSK_NULL_SHA1PSK-NULL-SHA: P" S. R( ~: [0 e
0x00,0x2D TLS_DHE_PSK_WITH_NULL_SHATLS_DHE_PSK_NULL_SHA1DHE-PSK-NULL-SHA$ S3 ?! p* M. F- e! @
0x00,0x2E TLS_RSA_PSK_WITH_NULL_SHATLS_RSA_PSK_NULL_SHA1RSA-PSK-NULL-SHA
+ N2 r9 m1 q' D; w& ^- l* [0x00,0x30 TLS_DH_DSS_WITH_AES_128_CBC_SHATLS_DH_DSS_WITH_AES_128_CBC_SHADH-DSS-AES128-SHA# l- v: c* L: m0 L' c" ^
0x00,0x31 TLS_DH_RSA_WITH_AES_128_CBC_SHATLS_DH_RSA_WITH_AES_128_CBC_SHADH-RSA-AES128-SHA9 D1 {: V7 k7 O# n
0x00,0x34 TLS_DH_anon_WITH_AES_128_CBC_SHATLS_DH_ANON_AES_128_CBC_SHA1TLS_DH_anon_WITH_AES_128_CBC_SHAADH-AES128-SHA6 P/ u% _/ {9 V( V. b5 [0 F
0x00,0x36 TLS_DH_DSS_WITH_AES_256_CBC_SHATLS_DH_DSS_WITH_AES_256_CBC_SHADH-DSS-AES256-SHA- d- S/ [- U# X
0x00,0x37 TLS_DH_RSA_WITH_AES_256_CBC_SHATLS_DH_RSA_WITH_AES_256_CBC_SHADH-RSA-AES256-SHA( A1 [0 z, k J9 k
0x00,0x3A TLS_DH_anon_WITH_AES_256_CBC_SHATLS_DH_ANON_AES_256_CBC_SHA1TLS_DH_anon_WITH_AES_256_CBC_SHAADH-AES256-SHA/ P, B; c9 S) n$ P
0x00,0x3B TLS_RSA_WITH_NULL_SHA256TLS_RSA_NULL_SHA256TLS_RSA_WITH_NULL_SHA256NULL-SHA256
0 C8 h- v9 F, o& \; F4 Z6 _0x00,0x3E TLS_DH_DSS_WITH_AES_128_CBC_SHA256DH-DSS-AES128-SHA256: T- k2 }# p e- [( ?
0x00,0x3F TLS_DH_RSA_WITH_AES_128_CBC_SHA256DH-RSA-AES128-SHA256, f# N4 r+ T) a. t1 b: ~2 M1 R
0x00,0x42 TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHATLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHADH-DSS-CAMELLIA128-SHA7 Y Z! U0 \) R, a. m( G3 s
0x00,0x43 TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHATLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHADH-RSA-CAMELLIA128-SHA
+ p& W, D& I- ~3 S; e4 `8 U* @0x00,0x46 TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHATLS_DH_ANON_CAMELLIA_128_CBC_SHA1TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHAADH-CAMELLIA128-SHA% q1 w$ B1 P1 H
0x00,0x68 TLS_DH_DSS_WITH_AES_256_CBC_SHA256DH-DSS-AES256-SHA256
' E6 s3 k' F/ u+ q6 L) b0x00,0x69 TLS_DH_RSA_WITH_AES_256_CBC_SHA256DH-RSA-AES256-SHA256
8 K5 {4 f# g9 n0x00,0x6C TLS_DH_anon_WITH_AES_128_CBC_SHA256TLS_DH_ANON_AES_128_CBC_SHA256ADH-AES128-SHA256
9 x6 P+ V- a: X: K, G7 x0x00,0x6D TLS_DH_anon_WITH_AES_256_CBC_SHA256TLS_DH_ANON_AES_256_CBC_SHA256ADH-AES256-SHA2562 P1 L9 J0 H- b l* E: ^% {
0x00,0x85 TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHATLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHADH-DSS-CAMELLIA256-SHA
% U O5 W; a0 t, W2 R0x00,0x86 TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHATLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHADH-RSA-CAMELLIA256-SHA
/ z: s' F# G& ]0 o# a+ v- f1 b& B: r0x00,0x89 TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHATLS_DH_ANON_CAMELLIA_256_CBC_SHA1TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHAADH-CAMELLIA256-SHA R7 B& P: Q$ L1 _ n7 K
0x00,0x8A TLS_PSK_WITH_RC4_128_SHATLS_PSK_ARCFOUR_128_SHA1PSK-RC4-SHA* s" ~$ I j A: U o7 F
0x00,0x8B TLS_PSK_WITH_3DES_EDE_CBC_SHATLS_PSK_3DES_EDE_CBC_SHA1PSK-3DES-EDE-CBC-SHA4 l0 S+ P/ {2 ~- e! f% ^
0x00,0x8C TLS_PSK_WITH_AES_128_CBC_SHATLS_PSK_AES_128_CBC_SHA1PSK-AES128-CBC-SHA4 B) W/ c. ~: l' V
0x00,0x8D TLS_PSK_WITH_AES_256_CBC_SHATLS_PSK_AES_256_CBC_SHA1PSK-AES256-CBC-SHA
/ `% }% ~' J4 P! \0x00,0x8E TLS_DHE_PSK_WITH_RC4_128_SHATLS_DHE_PSK_ARCFOUR_128_SHA1DHE-PSK-RC4-SHA+ u" \, d) v' d# V; w' P7 q
0x00,0x8F TLS_DHE_PSK_WITH_3DES_EDE_CBC_SHATLS_DHE_PSK_3DES_EDE_CBC_SHA1DHE-PSK-3DES-EDE-CBC-SHA5 ^4 Y; B; V9 i) j5 G4 h
0x00,0x90 TLS_DHE_PSK_WITH_AES_128_CBC_SHATLS_DHE_PSK_AES_128_CBC_SHA1DHE-PSK-AES128-CBC-SHA
0 X" m4 n( b# z1 E3 g9 \0x00,0x91 TLS_DHE_PSK_WITH_AES_256_CBC_SHATLS_DHE_PSK_AES_256_CBC_SHA1DHE-PSK-AES256-CBC-SHA
/ q1 W$ {4 Y& x& U( V0x00,0x92 TLS_RSA_PSK_WITH_RC4_128_SHATLS_RSA_PSK_ARCFOUR_128_SHA1RSA-PSK-RC4-SHA
+ q" q B, d5 }5 m$ y0x00,0x93 TLS_RSA_PSK_WITH_3DES_EDE_CBC_SHATLS_RSA_PSK_3DES_EDE_CBC_SHA1RSA-PSK-3DES-EDE-CBC-SHA
( A$ R4 g" u5 i2 e0x00,0x94 TLS_RSA_PSK_WITH_AES_128_CBC_SHATLS_RSA_PSK_AES_128_CBC_SHA1RSA-PSK-AES128-CBC-SHA
4 n3 r% M X1 c- ?3 r$ @0x00,0x95 TLS_RSA_PSK_WITH_AES_256_CBC_SHATLS_RSA_PSK_AES_256_CBC_SHA1RSA-PSK-AES256-CBC-SHA+ j# F9 [. i8 W9 `5 W- Y
0x00,0x97 TLS_DH_DSS_WITH_SEED_CBC_SHADH-DSS-SEED-SHA
R' t- E( A: `- [, n$ B1 u, }0x00,0x98 TLS_DH_RSA_WITH_SEED_CBC_SHADH-RSA-SEED-SHA
# f" x+ D7 Z& O$ [0x00,0x9B TLS_DH_anon_WITH_SEED_CBC_SHAADH-SEED-SHA8 ?" Q9 I8 E4 Z8 H. s4 M
0x00,0xA0 TLS_DH_RSA_WITH_AES_128_GCM_SHA256DH-RSA-AES128-GCM-SHA256
/ U- m+ O) x; I r% g$ h# N6 H% z0x00,0xA1 TLS_DH_RSA_WITH_AES_256_GCM_SHA384DH-RSA-AES256-GCM-SHA384% s: t+ g* c3 }7 q6 G$ z) F1 I
0x00,0xA4 TLS_DH_DSS_WITH_AES_128_GCM_SHA256DH-DSS-AES128-GCM-SHA256
) W0 z* T4 O/ m q: v8 h* g0x00,0xA5 TLS_DH_DSS_WITH_AES_256_GCM_SHA384DH-DSS-AES256-GCM-SHA384
6 C: Z. Z3 A7 {0x00,0xA6 TLS_DH_anon_WITH_AES_128_GCM_SHA256TLS_DH_ANON_AES_128_GCM_SHA256ADH-AES128-GCM-SHA256
4 C* N5 A% u( T0x00,0xA7 TLS_DH_anon_WITH_AES_256_GCM_SHA384TLS_DH_ANON_AES_256_GCM_SHA384ADH-AES256-GCM-SHA384! b* }( v% B' _4 t) K' C
0x00,0xA8 TLS_PSK_WITH_AES_128_GCM_SHA256TLS_PSK_AES_128_GCM_SHA256PSK-AES128-GCM-SHA256
" h2 e; ^; W1 d7 C" } y0x00,0xA9 TLS_PSK_WITH_AES_256_GCM_SHA384TLS_PSK_AES_256_GCM_SHA384PSK-AES256-GCM-SHA384
8 W0 Y: s& d' |# G, M/ B0x00,0xAA TLS_DHE_PSK_WITH_AES_128_GCM_SHA256TLS_DHE_PSK_AES_128_GCM_SHA256DHE-PSK-AES128-GCM-SHA256
9 {, T! S* N" i4 v+ f7 e, N0x00,0xAB TLS_DHE_PSK_WITH_AES_256_GCM_SHA384TLS_DHE_PSK_AES_256_GCM_SHA384DHE-PSK-AES256-GCM-SHA384& q$ e6 n+ b) {5 o* k6 ?
0x00,0xAC TLS_RSA_PSK_WITH_AES_128_GCM_SHA256TLS_RSA_PSK_AES_128_GCM_SHA256RSA-PSK-AES128-GCM-SHA256' I* s6 t" D# ]
0x00,0xAD TLS_RSA_PSK_WITH_AES_256_GCM_SHA384TLS_RSA_PSK_AES_256_GCM_SHA384RSA-PSK-AES256-GCM-SHA384
( ?! P6 ]- f: Y) @$ O+ [1 X0x00,0xAE TLS_PSK_WITH_AES_128_CBC_SHA256TLS_PSK_AES_128_CBC_SHA256PSK-AES128-CBC-SHA2561 T" C, y0 g1 K( ~* |5 L
0x00,0xAF TLS_PSK_WITH_AES_256_CBC_SHA384TLS_PSK_AES_256_CBC_SHA384PSK-AES256-CBC-SHA384
K; F! y+ \4 P% s0 w4 v% ^ Q0x00,0xB0 TLS_PSK_WITH_NULL_SHA256TLS_PSK_NULL_SHA256PSK-NULL-SHA256& _' @0 [' \! z
0x00,0xB1 TLS_PSK_WITH_NULL_SHA384TLS_PSK_NULL_SHA384PSK-NULL-SHA384
- o6 J0 S5 n1 t# t7 a d0x00,0xB2 TLS_DHE_PSK_WITH_AES_128_CBC_SHA256TLS_DHE_PSK_AES_128_CBC_SHA256DHE-PSK-AES128-CBC-SHA256) @# E! [; t; ~: a2 O' s
0x00,0xB3 TLS_DHE_PSK_WITH_AES_256_CBC_SHA384TLS_DHE_PSK_AES_256_CBC_SHA384DHE-PSK-AES256-CBC-SHA3840 H7 u1 m. | b( W
0x00,0xB4 TLS_DHE_PSK_WITH_NULL_SHA256TLS_DHE_PSK_NULL_SHA256DHE-PSK-NULL-SHA2562 B1 j# @. S+ x: |: u$ N. p
0x00,0xB5 TLS_DHE_PSK_WITH_NULL_SHA384TLS_DHE_PSK_NULL_SHA384DHE-PSK-NULL-SHA384
4 d! H. O" w0 C0x00,0xB6 TLS_RSA_PSK_WITH_AES_128_CBC_SHA256TLS_RSA_PSK_AES_128_CBC_SHA256RSA-PSK-AES128-CBC-SHA256
7 N- ?/ S: o7 |3 r0 _0x00,0xB7 TLS_RSA_PSK_WITH_AES_256_CBC_SHA384TLS_RSA_PSK_AES_256_CBC_SHA384RSA-PSK-AES256-CBC-SHA384
4 D8 i# b& o* r4 J$ [* n' z+ y0x00,0xB8 TLS_RSA_PSK_WITH_NULL_SHA256TLS_RSA_PSK_NULL_SHA256RSA-PSK-NULL-SHA256
% e# g3 y# E7 d+ b1 ~0x00,0xB9 TLS_RSA_PSK_WITH_NULL_SHA384TLS_RSA_PSK_NULL_SHA384RSA-PSK-NULL-SHA384
) J+ F. D; I- |% j0x00,0xBA TLS_RSA_WITH_CAMELLIA_128_CBC_SHA256TLS_RSA_CAMELLIA_128_CBC_SHA256CAMELLIA128-SHA256
* n7 Z; l6 B" F# n0x00,0xBB TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA256DH-DSS-CAMELLIA128-SHA256
$ S+ C ^/ b4 r8 A+ ?$ I0x00,0xBC TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA256DH-RSA-CAMELLIA128-SHA256. { l2 l6 }1 T+ S5 ^# m% `2 ~' M
0x00,0xBD TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA256TLS_DHE_DSS_CAMELLIA_128_CBC_SHA256DHE-DSS-CAMELLIA128-SHA256
4 Y8 t8 ]2 ]; ?$ Y2 f: W" p9 p3 _0x00,0xBE TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA256TLS_DHE_RSA_CAMELLIA_128_CBC_SHA256DHE-RSA-CAMELLIA128-SHA256
0 U7 w1 T/ h% E. q0x00,0xBF TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA256TLS_DH_ANON_CAMELLIA_128_CBC_SHA256ADH-CAMELLIA128-SHA2565 F( R& i$ z" l7 t) {$ F; Z7 Q9 k
0x00,0xC0 TLS_RSA_WITH_CAMELLIA_256_CBC_SHA256TLS_RSA_CAMELLIA_256_CBC_SHA256CAMELLIA256-SHA256
% P$ }$ W$ ?. d0 i" o0x00,0xC1 TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA256DH-DSS-CAMELLIA256-SHA256
/ d0 `( C3 j+ Z2 {- ~5 e0x00,0xC2 TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA256DH-RSA-CAMELLIA256-SHA2568 U& A' \6 w( h! o$ C
0x00,0xC3 TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA256TLS_DHE_DSS_CAMELLIA_256_CBC_SHA256DHE-DSS-CAMELLIA256-SHA256
; A5 d3 t! Q; s4 d9 }0x00,0xC4 TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA256TLS_DHE_RSA_CAMELLIA_256_CBC_SHA256DHE-RSA-CAMELLIA256-SHA256
$ a$ P" k! ~1 l& {/ X W& q) B0x00,0xC5 TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA256TLS_DH_ANON_CAMELLIA_256_CBC_SHA256ADH-CAMELLIA256-SHA256
" y' {4 J8 D8 G) |# n1 n0x00,0xFF TLS_EMPTY_RENEGOTIATION_INFO_SCSVTLS_EMPTY_RENEGOTIATION_INFO_SCSV5 z6 M3 d) G; L, |3 F8 k
0x56,0x00 TLS_FALLBACK_SCSVTLS_FALLBACK_SCSV+ \# f2 M# ?9 S6 X& k4 e- c# k
0xC0,0x01 TLS_ECDH_ECDSA_WITH_NULL_SHATLS_ECDH_ECDSA_WITH_NULL_SHAECDH-ECDSA-NULL-SHA
; v5 J. ]* U: e' f0xC0,0x02 TLS_ECDH_ECDSA_WITH_RC4_128_SHATLS_ECDH_ECDSA_WITH_RC4_128_SHAECDH-ECDSA-RC4-SHA
* N9 k4 ]0 z" K0xC0,0x03 TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHATLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHAECDH-ECDSA-DES-CBC3-SHA
/ T0 V; ~4 Q+ ]; L0xC0,0x04 TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHATLS_ECDH_ECDSA_WITH_AES_128_CBC_SHAECDH-ECDSA-AES128-SHA7 }% [* K5 m1 a3 z4 r7 B+ M# x0 N
0xC0,0x05 TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHATLS_ECDH_ECDSA_WITH_AES_256_CBC_SHAECDH-ECDSA-AES256-SHA& t+ R8 g6 d: P9 Q6 Y& N( ?2 @* Y
0xC0,0x06 TLS_ECDHE_ECDSA_WITH_NULL_SHATLS_ECDHE_ECDSA_NULL_SHA1TLS_ECDHE_ECDSA_WITH_NULL_SHAECDHE-ECDSA-NULL-SHA
1 m, n, p% F% p' Q/ }0xC0,0x07 TLS_ECDHE_ECDSA_WITH_RC4_128_SHATLS_ECDHE_ECDSA_ARCFOUR_128_SHA1TLS_ECDHE_ECDSA_WITH_RC4_128_SHAECDHE-ECDSA-RC4-SHA
6 l5 K* a' ?+ R* X0xC0,0x0B TLS_ECDH_RSA_WITH_NULL_SHATLS_ECDH_RSA_WITH_NULL_SHAECDH-RSA-NULL-SHA+ p, S$ w# r. v% W! y
0xC0,0x0C TLS_ECDH_RSA_WITH_RC4_128_SHATLS_ECDH_RSA_WITH_RC4_128_SHAECDH-RSA-RC4-SHA
( A5 P0 \- Y" |# C. Q& P/ W `6 l0xC0,0x0D TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHATLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHAECDH-RSA-DES-CBC3-SHA
5 @0 ?) x7 d. @) M0xC0,0x0E TLS_ECDH_RSA_WITH_AES_128_CBC_SHATLS_ECDH_RSA_WITH_AES_128_CBC_SHAECDH-RSA-AES128-SHA: u5 t5 |+ M }( \
0xC0,0x0F TLS_ECDH_RSA_WITH_AES_256_CBC_SHATLS_ECDH_RSA_WITH_AES_256_CBC_SHAECDH-RSA-AES256-SHA& B0 Y- ^" A- ^# C
0xC0,0x10 TLS_ECDHE_RSA_WITH_NULL_SHATLS_ECDHE_RSA_NULL_SHA1TLS_ECDHE_RSA_WITH_NULL_SHAECDHE-RSA-NULL-SHA0 K+ u: Z* \# T' }7 o
0xC0,0x11 TLS_ECDHE_RSA_WITH_RC4_128_SHATLS_ECDHE_RSA_ARCFOUR_128_SHA1TLS_ECDHE_RSA_WITH_RC4_128_SHAECDHE-RSA-RC4-SHA l% C+ T! I4 `& ?0 @6 N! U6 I
0xC0,0x15 TLS_ECDH_anon_WITH_NULL_SHATLS_ECDH_ANON_NULL_SHA1TLS_ECDH_anon_WITH_NULL_SHAAECDH-NULL-SHA
! F) S. N n A0 |) K3 u2 m0xC0,0x16 TLS_ECDH_anon_WITH_RC4_128_SHATLS_ECDH_ANON_ARCFOUR_128_SHA1TLS_ECDH_anon_WITH_RC4_128_SHAAECDH-RC4-SHA3 V4 M$ z( F; b7 h; ?& K
0xC0,0x17 TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHATLS_ECDH_ANON_3DES_EDE_CBC_SHA1TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHAAECDH-DES-CBC3-SHA
/ G' C7 C1 A9 ^, q0xC0,0x18 TLS_ECDH_anon_WITH_AES_128_CBC_SHATLS_ECDH_ANON_AES_128_CBC_SHA1TLS_ECDH_anon_WITH_AES_128_CBC_SHAAECDH-AES128-SHA3 ~7 ~2 H) w5 j* Z' G* K
0xC0,0x19 TLS_ECDH_anon_WITH_AES_256_CBC_SHATLS_ECDH_ANON_AES_256_CBC_SHA1TLS_ECDH_anon_WITH_AES_256_CBC_SHAAECDH-AES256-SHA- M# d: f7 }+ t! u1 J
0xC0,0x1A TLS_SRP_SHA_WITH_3DES_EDE_CBC_SHATLS_SRP_SHA_3DES_EDE_CBC_SHA1SRP-3DES-EDE-CBC-SHA
0 l; w. e% ^% J% P0xC0,0x1B TLS_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHATLS_SRP_SHA_RSA_3DES_EDE_CBC_SHA1SRP-RSA-3DES-EDE-CBC-SHA
# I# l7 V; h* l0xC0,0x1C TLS_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHATLS_SRP_SHA_DSS_3DES_EDE_CBC_SHA1SRP-DSS-3DES-EDE-CBC-SHA
* w) o* L2 x+ v/ G2 z; t4 q0xC0,0x1D TLS_SRP_SHA_WITH_AES_128_CBC_SHATLS_SRP_SHA_AES_128_CBC_SHA1SRP-AES-128-CBC-SHA
9 I$ [5 P, {" E: p2 [0 V0xC0,0x1E TLS_SRP_SHA_RSA_WITH_AES_128_CBC_SHATLS_SRP_SHA_RSA_AES_128_CBC_SHA1SRP-RSA-AES-128-CBC-SHA k6 O9 i- _0 m0 T# T# A
0xC0,0x1F TLS_SRP_SHA_DSS_WITH_AES_128_CBC_SHATLS_SRP_SHA_DSS_AES_128_CBC_SHA1SRP-DSS-AES-128-CBC-SHA4 D3 n. O% n" T+ R& V, F0 E" c' ^
0xC0,0x20 TLS_SRP_SHA_WITH_AES_256_CBC_SHATLS_SRP_SHA_AES_256_CBC_SHA1SRP-AES-256-CBC-SHA/ g$ g" D- Z# A& d1 K Z5 a" O
0xC0,0x21 TLS_SRP_SHA_RSA_WITH_AES_256_CBC_SHATLS_SRP_SHA_RSA_AES_256_CBC_SHA1SRP-RSA-AES-256-CBC-SHA
, f: `! `7 b+ G) S7 x/ H2 V, Y0xC0,0x22 TLS_SRP_SHA_DSS_WITH_AES_256_CBC_SHATLS_SRP_SHA_DSS_AES_256_CBC_SHA1SRP-DSS-AES-256-CBC-SHA
+ Y5 w- ]/ V. R5 z0xC0,0x25 TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256ECDH-ECDSA-AES128-SHA2568 K6 n( h5 Z# S4 R
0xC0,0x26 TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384ECDH-ECDSA-AES256-SHA3843 U' W/ J3 b7 h% r; P, |% e# L
0xC0,0x29 TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256ECDH-RSA-AES128-SHA256& E/ o$ j" N& I
0xC0,0x2A TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384ECDH-RSA-AES256-SHA384& X2 t' p4 o" K, \1 C
0xC0,0x2D TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256ECDH-ECDSA-AES128-GCM-SHA256& B! P5 G! c ~( |% L3 @% }
0xC0,0x2E TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384ECDH-ECDSA-AES256-GCM-SHA384
6 L1 y' D k+ X2 J% r5 ]5 X0xC0,0x31 TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256ECDH-RSA-AES128-GCM-SHA256
' m7 Y# V7 M0 o6 D, T/ g' w0xC0,0x32 TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384ECDH-RSA-AES256-GCM-SHA384
7 s: [0 n1 b$ k; A/ J3 g0xC0,0x33 TLS_ECDHE_PSK_WITH_RC4_128_SHATLS_ECDHE_PSK_ARCFOUR_128_SHA1ECDHE-PSK-RC4-SHA2 _, v8 D( ?5 `' c
0xC0,0x34 TLS_ECDHE_PSK_WITH_3DES_EDE_CBC_SHATLS_ECDHE_PSK_3DES_EDE_CBC_SHA1ECDHE-PSK-3DES-EDE-CBC-SHA
! k% s8 \; i0 W# W0xC0,0x35 TLS_ECDHE_PSK_WITH_AES_128_CBC_SHATLS_ECDHE_PSK_AES_128_CBC_SHA1ECDHE-PSK-AES128-CBC-SHA
8 D5 a4 |$ U" t3 a# T0xC0,0x36 TLS_ECDHE_PSK_WITH_AES_256_CBC_SHATLS_ECDHE_PSK_AES_256_CBC_SHA1ECDHE-PSK-AES256-CBC-SHA
" g0 t; o O% Z- d- B% ]0xC0,0x37 TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256TLS_ECDHE_PSK_AES_128_CBC_SHA256ECDHE-PSK-AES128-CBC-SHA256
3 ~. y: E1 e3 @" U* P0xC0,0x38 TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA384TLS_ECDHE_PSK_AES_256_CBC_SHA384ECDHE-PSK-AES256-CBC-SHA384# J Q9 a; f9 l
0xC0,0x39 TLS_ECDHE_PSK_WITH_NULL_SHATLS_ECDHE_PSK_NULL_SHA1ECDHE-PSK-NULL-SHA
2 Z. m( d) W6 H' v5 E9 F0xC0,0x3A TLS_ECDHE_PSK_WITH_NULL_SHA256TLS_ECDHE_PSK_NULL_SHA256ECDHE-PSK-NULL-SHA256: x4 G N3 U" l1 }8 Z
0xC0,0x3B TLS_ECDHE_PSK_WITH_NULL_SHA384TLS_ECDHE_PSK_NULL_SHA384ECDHE-PSK-NULL-SHA384+ K1 J) Q. p$ t
0xC0,0x3C TLS_RSA_WITH_ARIA_128_CBC_SHA256% X7 d! w+ C1 M- z
0xC0,0x3D TLS_RSA_WITH_ARIA_256_CBC_SHA384& x) C7 U1 E' Q7 [: F) ]/ k) q
0xC0,0x3E TLS_DH_DSS_WITH_ARIA_128_CBC_SHA256
7 J1 c. ?: ~) a7 A0xC0,0x3F TLS_DH_DSS_WITH_ARIA_256_CBC_SHA384
/ w( G6 `. B) x% c; B, N' N0xC0,0x40 TLS_DH_RSA_WITH_ARIA_128_CBC_SHA256
7 M: J* B1 w# I& X0xC0,0x41 TLS_DH_RSA_WITH_ARIA_256_CBC_SHA3844 }, q5 _7 Q1 l& f/ b3 V" E1 k
0xC0,0x42 TLS_DHE_DSS_WITH_ARIA_128_CBC_SHA2560 s3 k3 t1 ~! k8 L
0xC0,0x43 TLS_DHE_DSS_WITH_ARIA_256_CBC_SHA384
$ K* O7 S% y+ `; N7 z6 Q7 k8 i0xC0,0x44 TLS_DHE_RSA_WITH_ARIA_128_CBC_SHA2569 n. d' i V. \6 J
0xC0,0x45 TLS_DHE_RSA_WITH_ARIA_256_CBC_SHA384
! X! |% U5 b, z3 C: k( z( d0xC0,0x46 TLS_DH_anon_WITH_ARIA_128_CBC_SHA256- s% I [ f( h L0 A8 p
0xC0,0x47 TLS_DH_anon_WITH_ARIA_256_CBC_SHA3849 D8 O2 ]7 V$ D, {6 t) O
0xC0,0x48 TLS_ECDHE_ECDSA_WITH_ARIA_128_CBC_SHA2563 V/ F2 Q4 ~3 O) Y% E
0xC0,0x49 TLS_ECDHE_ECDSA_WITH_ARIA_256_CBC_SHA384) p. i$ ?9 a6 P! Y' }
0xC0,0x4A TLS_ECDH_ECDSA_WITH_ARIA_128_CBC_SHA256
8 d, q4 _" v/ Y9 W: R/ {0xC0,0x4B TLS_ECDH_ECDSA_WITH_ARIA_256_CBC_SHA384! w Q9 M4 k# |4 c8 Z8 X3 _
0xC0,0x4C TLS_ECDHE_RSA_WITH_ARIA_128_CBC_SHA256
8 z1 P7 E" X$ o* {0xC0,0x4D TLS_ECDHE_RSA_WITH_ARIA_256_CBC_SHA384
/ Q" H- j! G) A- E0 ?! ]! J# S0xC0,0x4E TLS_ECDH_RSA_WITH_ARIA_128_CBC_SHA2565 N2 Y) k. ?/ T7 T
0xC0,0x4F TLS_ECDH_RSA_WITH_ARIA_256_CBC_SHA384' r' q# n( u: F5 {% `3 P7 K8 w
0xC0,0x50 TLS_RSA_WITH_ARIA_128_GCM_SHA256
* Q: q- o/ B; L) {# q+ j; y4 M, z0xC0,0x51 TLS_RSA_WITH_ARIA_256_GCM_SHA384
; U4 }2 N6 E8 b: r6 s9 ]. F0xC0,0x52 TLS_DHE_RSA_WITH_ARIA_128_GCM_SHA256
6 \: ]+ K5 T1 y* }( q) N0 H0xC0,0x53 TLS_DHE_RSA_WITH_ARIA_256_GCM_SHA3849 a! Q$ S, G! F" e- m$ H
0xC0,0x54 TLS_DH_RSA_WITH_ARIA_128_GCM_SHA256. R, Z9 b7 ^0 ~7 y! C
0xC0,0x55 TLS_DH_RSA_WITH_ARIA_256_GCM_SHA384
" K& t; Q" g0 ], g. G% O0xC0,0x56 TLS_DHE_DSS_WITH_ARIA_128_GCM_SHA256
. A3 T p( Z2 I0xC0,0x57 TLS_DHE_DSS_WITH_ARIA_256_GCM_SHA384
' h1 O& M' Z# Z x0 S0xC0,0x58 TLS_DH_DSS_WITH_ARIA_128_GCM_SHA256
- H- b( w" A0 V! D0xC0,0x59 TLS_DH_DSS_WITH_ARIA_256_GCM_SHA384
7 H1 B0 B# B% x1 X0 X1 ~% G0xC0,0x5A TLS_DH_anon_WITH_ARIA_128_GCM_SHA2568 ^- h, U4 @4 {/ Z
0xC0,0x5B TLS_DH_anon_WITH_ARIA_256_GCM_SHA384
9 a- G8 p; S- ~7 l0xC0,0x5C TLS_ECDHE_ECDSA_WITH_ARIA_128_GCM_SHA256
V3 I, U. |8 o( q: d3 s0xC0,0x5D TLS_ECDHE_ECDSA_WITH_ARIA_256_GCM_SHA384
$ v4 V" _2 v0 ]0xC0,0x5E TLS_ECDH_ECDSA_WITH_ARIA_128_GCM_SHA256
6 h j3 C$ B D+ {* n9 J0xC0,0x5F TLS_ECDH_ECDSA_WITH_ARIA_256_GCM_SHA384$ l' K( S* F: y
0xC0,0x60 TLS_ECDHE_RSA_WITH_ARIA_128_GCM_SHA256
5 w) b- c* N* ?1 o3 c$ E0xC0,0x61 TLS_ECDHE_RSA_WITH_ARIA_256_GCM_SHA384
. }. ~/ Y% o! n* G2 ?0xC0,0x62 TLS_ECDH_RSA_WITH_ARIA_128_GCM_SHA256
3 Q( g7 j7 s! }4 y2 B0xC0,0x63 TLS_ECDH_RSA_WITH_ARIA_256_GCM_SHA384
- N6 G2 z- t1 Z3 l2 I1 A* h1 X4 _! l0xC0,0x64 TLS_PSK_WITH_ARIA_128_CBC_SHA256: Z% X7 B3 h0 F# n, R1 [
0xC0,0x65 TLS_PSK_WITH_ARIA_256_CBC_SHA384
3 U3 s+ p: {0 O6 h+ \2 V* }1 |0xC0,0x66 TLS_DHE_PSK_WITH_ARIA_128_CBC_SHA2565 q- w4 [" Y d7 B
0xC0,0x67 TLS_DHE_PSK_WITH_ARIA_256_CBC_SHA384
, n6 A( U- I' j5 R$ N0xC0,0x68 TLS_RSA_PSK_WITH_ARIA_128_CBC_SHA256* u; D0 U, j; n" C
0xC0,0x69 TLS_RSA_PSK_WITH_ARIA_256_CBC_SHA384# _+ T! W0 S) W9 n# G
0xC0,0x6A TLS_PSK_WITH_ARIA_128_GCM_SHA2569 S' t3 C# {) X1 v6 R
0xC0,0x6B TLS_PSK_WITH_ARIA_256_GCM_SHA384) n, a4 I% e8 Y
0xC0,0x6C TLS_DHE_PSK_WITH_ARIA_128_GCM_SHA256
% M, Z' m( ?0 r4 }9 b0xC0,0x6D TLS_DHE_PSK_WITH_ARIA_256_GCM_SHA384* p5 D/ n! g5 d% }% z3 ?- m% j
0xC0,0x6E TLS_RSA_PSK_WITH_ARIA_128_GCM_SHA256
0 A2 c( C8 [$ L0xC0,0x6F TLS_RSA_PSK_WITH_ARIA_256_GCM_SHA3843 w( I4 @* k+ e4 s* _8 O% ~
0xC0,0x70 TLS_ECDHE_PSK_WITH_ARIA_128_CBC_SHA256* Z$ K+ }% F. a, H5 o) A
0xC0,0x71 TLS_ECDHE_PSK_WITH_ARIA_256_CBC_SHA384
- j! g Y6 Q! C# H( b0xC0,0x72 TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_CBC_SHA256TLS_ECDHE_ECDSA_CAMELLIA_128_CBC_SHA256ECDHE-ECDSA-CAMELLIA128-SHA256
& @. u0 b B) h7 \0xC0,0x73 TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_CBC_SHA384TLS_ECDHE_ECDSA_CAMELLIA_256_CBC_SHA384ECDHE-ECDSA-CAMELLIA256-SHA384
7 L8 n: A: R) @4 W; ?; B9 K/ K; s2 E K0xC0,0x74 TLS_ECDH_ECDSA_WITH_CAMELLIA_128_CBC_SHA256ECDH-ECDSA-CAMELLIA128-SHA256
9 K0 B: U0 ~3 ?( L& \6 G0xC0,0x75 TLS_ECDH_ECDSA_WITH_CAMELLIA_256_CBC_SHA384ECDH-ECDSA-CAMELLIA256-SHA384' O V1 L% I) Q ?, Y4 \8 `6 ]8 i
0xC0,0x76 TLS_ECDHE_RSA_WITH_CAMELLIA_128_CBC_SHA256TLS_ECDHE_RSA_CAMELLIA_128_CBC_SHA256ECDHE-RSA-CAMELLIA128-SHA256
0 b, k4 P+ T4 o& f8 ^- f0xC0,0x77 TLS_ECDHE_RSA_WITH_CAMELLIA_256_CBC_SHA384TLS_ECDHE_RSA_CAMELLIA_256_CBC_SHA384ECDHE-RSA-CAMELLIA256-SHA384
. w( v& O" k, }% I4 s0xC0,0x78 TLS_ECDH_RSA_WITH_CAMELLIA_128_CBC_SHA256ECDH-RSA-CAMELLIA128-SHA256# ?& V! k+ S$ j+ C1 G) D
0xC0,0x79 TLS_ECDH_RSA_WITH_CAMELLIA_256_CBC_SHA384ECDH-RSA-CAMELLIA256-SHA384
0 X) K: z' P+ V1 ?+ c/ V6 V0xC0,0x7A TLS_RSA_WITH_CAMELLIA_128_GCM_SHA256TLS_RSA_CAMELLIA_128_GCM_SHA2563 Z( X) o7 C Z. z9 T" g; c
0xC0,0x7B TLS_RSA_WITH_CAMELLIA_256_GCM_SHA384TLS_RSA_CAMELLIA_256_GCM_SHA384- h. \% h% Q# j* f
0xC0,0x7C TLS_DHE_RSA_WITH_CAMELLIA_128_GCM_SHA256TLS_DHE_RSA_CAMELLIA_128_GCM_SHA256
) B- D" ~' P: P6 {2 o E0xC0,0x7D TLS_DHE_RSA_WITH_CAMELLIA_256_GCM_SHA384TLS_DHE_RSA_CAMELLIA_256_GCM_SHA3843 k3 m% W5 ?4 b5 V0 Q
0xC0,0x7E TLS_DH_RSA_WITH_CAMELLIA_128_GCM_SHA256
' ~0 g' e( H" K+ J3 t0xC0,0x7F TLS_DH_RSA_WITH_CAMELLIA_256_GCM_SHA3846 R0 ~4 A. I1 p P
0xC0,0x80 TLS_DHE_DSS_WITH_CAMELLIA_128_GCM_SHA256TLS_DHE_DSS_CAMELLIA_128_GCM_SHA256. N, P5 r3 M; J0 b% g# J) j! o5 @
0xC0,0x81 TLS_DHE_DSS_WITH_CAMELLIA_256_GCM_SHA384TLS_DHE_DSS_CAMELLIA_256_GCM_SHA384' K. |8 D9 D8 S& ?
0xC0,0x82 TLS_DH_DSS_WITH_CAMELLIA_128_GCM_SHA2560 d0 ]* Q$ C) O8 L( \5 I, ]' L
0xC0,0x83 TLS_DH_DSS_WITH_CAMELLIA_256_GCM_SHA384) H8 k+ S6 K) q) O b( N7 l
0xC0,0x84 TLS_DH_anon_WITH_CAMELLIA_128_GCM_SHA256TLS_DH_ANON_CAMELLIA_128_GCM_SHA256: H% i) @2 U# t0 b6 p7 M; D
0xC0,0x85 TLS_DH_anon_WITH_CAMELLIA_256_GCM_SHA384TLS_DH_ANON_CAMELLIA_256_GCM_SHA384
) `$ m/ L( d0 e% L% c0xC0,0x86 TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_GCM_SHA256TLS_ECDHE_ECDSA_CAMELLIA_128_GCM_SHA256
6 }" ~( R8 a5 }, z; m' X) z' z0xC0,0x87 TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_GCM_SHA384TLS_ECDHE_ECDSA_CAMELLIA_256_GCM_SHA384! h4 H V8 w# S) q
0xC0,0x88 TLS_ECDH_ECDSA_WITH_CAMELLIA_128_GCM_SHA256
* C7 a* |4 {, j1 f; a' ^5 z$ |8 W0xC0,0x89 TLS_ECDH_ECDSA_WITH_CAMELLIA_256_GCM_SHA384 r' T1 N( `7 t( p/ |3 M3 e! s
0xC0,0x8A TLS_ECDHE_RSA_WITH_CAMELLIA_128_GCM_SHA256TLS_ECDHE_RSA_CAMELLIA_128_GCM_SHA2567 g8 w: @$ N7 N0 F$ |
0xC0,0x8B TLS_ECDHE_RSA_WITH_CAMELLIA_256_GCM_SHA384TLS_ECDHE_RSA_CAMELLIA_256_GCM_SHA384
- ~4 C7 m8 Z% e* ^. B9 }0xC0,0x8C TLS_ECDH_RSA_WITH_CAMELLIA_128_GCM_SHA2561 {# |% q. W8 \+ B8 Q0 m
0xC0,0x8D TLS_ECDH_RSA_WITH_CAMELLIA_256_GCM_SHA384; [1 O) g- @1 V% B5 u
0xC0,0x8E TLS_PSK_WITH_CAMELLIA_128_GCM_SHA256TLS_PSK_CAMELLIA_128_GCM_SHA256
: f4 G1 r! A8 l! ~1 l0xC0,0x8F TLS_PSK_WITH_CAMELLIA_256_GCM_SHA384TLS_PSK_CAMELLIA_256_GCM_SHA384
& c. T3 @+ _, V9 x! ^3 \0xC0,0x90 TLS_DHE_PSK_WITH_CAMELLIA_128_GCM_SHA256TLS_DHE_PSK_CAMELLIA_128_GCM_SHA256' d( X3 \) W% _
0xC0,0x91 TLS_DHE_PSK_WITH_CAMELLIA_256_GCM_SHA384TLS_DHE_PSK_CAMELLIA_256_GCM_SHA384" C" K: e6 o: O! e6 M
0xC0,0x92 TLS_RSA_PSK_WITH_CAMELLIA_128_GCM_SHA256TLS_RSA_PSK_CAMELLIA_128_GCM_SHA256
( f+ b% U# y3 t$ ~0xC0,0x93 TLS_RSA_PSK_WITH_CAMELLIA_256_GCM_SHA384TLS_RSA_PSK_CAMELLIA_256_GCM_SHA3847 H: B; C) z+ y; d8 ~# _ G
0xC0,0x94 TLS_PSK_WITH_CAMELLIA_128_CBC_SHA256TLS_PSK_CAMELLIA_128_CBC_SHA256PSK-CAMELLIA128-SHA256
$ X. O; w5 K+ O5 `! k, ^# C0xC0,0x95 TLS_PSK_WITH_CAMELLIA_256_CBC_SHA384TLS_PSK_CAMELLIA_256_CBC_SHA384PSK-CAMELLIA256-SHA384, q3 \3 |, h+ Z! C
0xC0,0x96 TLS_DHE_PSK_WITH_CAMELLIA_128_CBC_SHA256TLS_DHE_PSK_CAMELLIA_128_CBC_SHA256DHE-PSK-CAMELLIA128-SHA256
5 s& k9 _$ N3 p- t0 d" b0xC0,0x97 TLS_DHE_PSK_WITH_CAMELLIA_256_CBC_SHA384TLS_DHE_PSK_CAMELLIA_256_CBC_SHA384DHE-PSK-CAMELLIA256-SHA384
& k7 } X7 O& h0xC0,0x98 TLS_RSA_PSK_WITH_CAMELLIA_128_CBC_SHA256TLS_RSA_PSK_CAMELLIA_128_CBC_SHA256RSA-PSK-CAMELLIA128-SHA256
) ~3 D+ m. v% h3 ^0xC0,0x99 TLS_RSA_PSK_WITH_CAMELLIA_256_CBC_SHA384TLS_RSA_PSK_CAMELLIA_256_CBC_SHA384RSA-PSK-CAMELLIA256-SHA384. \: n* Q! b$ \2 R8 w
0xC0,0x9A TLS_ECDHE_PSK_WITH_CAMELLIA_128_CBC_SHA256TLS_ECDHE_PSK_CAMELLIA_128_CBC_SHA256ECDHE-PSK-CAMELLIA128-SHA2560 `/ V/ `6 {5 w/ L- p+ w
0xC0,0x9B TLS_ECDHE_PSK_WITH_CAMELLIA_256_CBC_SHA384TLS_ECDHE_PSK_CAMELLIA_256_CBC_SHA384ECDHE-PSK-CAMELLIA256-SHA384' N- U m3 d: I
0xC0,0x9C TLS_RSA_WITH_AES_128_CCMTLS_RSA_AES_128_CCMAES128-CCM( I# ^1 T) r' j" `# b
0xC0,0x9D TLS_RSA_WITH_AES_256_CCMTLS_RSA_AES_256_CCMAES256-CCM: K/ O2 G W4 i
0xC0,0x9E TLS_DHE_RSA_WITH_AES_128_CCMTLS_DHE_RSA_AES_128_CCMDHE-RSA-AES128-CCM* _8 X: G0 t7 ^0 s
0xC0,0x9F TLS_DHE_RSA_WITH_AES_256_CCMTLS_DHE_RSA_AES_256_CCMDHE-RSA-AES256-CCM
, F7 K. p" ~- h/ [# I0 D0xC0,0xA0 TLS_RSA_WITH_AES_128_CCM_8TLS_RSA_AES_128_CCM_8AES128-CCM8& G Q4 k' x+ g1 M5 N5 }6 ]
0xC0,0xA1 TLS_RSA_WITH_AES_256_CCM_8TLS_RSA_AES_256_CCM_8AES256-CCM8, w V% |' E; r$ a3 n
0xC0,0xA2 TLS_DHE_RSA_WITH_AES_128_CCM_8TLS_DHE_RSA_AES_128_CCM_8DHE-RSA-AES128-CCM8
4 {7 y& d+ z: E9 x' p0xC0,0xA3 TLS_DHE_RSA_WITH_AES_256_CCM_8TLS_DHE_RSA_AES_256_CCM_8DHE-RSA-AES256-CCM8
1 W8 U, P! d/ N, i1 T0xC0,0xA4 TLS_PSK_WITH_AES_128_CCMTLS_PSK_AES_128_CCMPSK-AES128-CCM0 _& `: M' H7 u6 D* [! B
0xC0,0xA5 TLS_PSK_WITH_AES_256_CCMTLS_PSK_AES_256_CCMPSK-AES256-CCM- P' ]5 \' e! O' n
0xC0,0xA6 TLS_DHE_PSK_WITH_AES_128_CCMTLS_DHE_PSK_AES_128_CCMDHE-PSK-AES128-CCM
$ S. }, E. m' p8 V( w. [! g0xC0,0xA7 TLS_DHE_PSK_WITH_AES_256_CCMTLS_DHE_PSK_AES_256_CCMDHE-PSK-AES256-CCM
2 j8 ~. _( w7 I- x0 U0xC0,0xA8 TLS_PSK_WITH_AES_128_CCM_8TLS_PSK_AES_128_CCM_8PSK-AES128-CCM8# J. P' F$ y" @& Z) C* |) @# w
0xC0,0xA9 TLS_PSK_WITH_AES_256_CCM_8TLS_PSK_AES_256_CCM_8PSK-AES256-CCM8
- q0 h0 G. o- k* R0xC0,0xAA TLS_PSK_DHE_WITH_AES_128_CCM_8TLS_DHE_PSK_AES_128_CCM_8DHE-PSK-AES128-CCM8
. a9 Q) G8 N9 `: f+ y; p4 W0xC0,0xAB TLS_PSK_DHE_WITH_AES_256_CCM_8TLS_DHE_PSK_AES_256_CCM_8DHE-PSK-AES256-CCM8
% g' f: U% I$ E# z3 j6 A2 L) ~0xC0,0xAC TLS_ECDHE_ECDSA_WITH_AES_128_CCMTLS_ECDHE_ECDSA_AES_128_CCMECDHE-ECDSA-AES128-CCM& W. R4 D3 C- L% B' H$ \5 v! j
0xC0,0xAD TLS_ECDHE_ECDSA_WITH_AES_256_CCMTLS_ECDHE_ECDSA_AES_256_CCMECDHE-ECDSA-AES256-CCM
6 i0 t9 H: |- B, m0xC0,0xAE TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8TLS_ECDHE_ECDSA_AES_128_CCM_8ECDHE-ECDSA-AES128-CCM8
' F% T/ i6 {2 I0xC0,0xAF TLS_ECDHE_ECDSA_WITH_AES_256_CCM_8TLS_ECDHE_ECDSA_AES_256_CCM_8ECDHE-ECDSA-AES256-CCM8Colors correspond to the Modern, Intermediate, and Old compatibility levels. Each compatibility level is a superset of the more modern levels above it. GnuTLS ciphersuiteUnlike OpenSSL, GnuTLS will panic if you give it ciphers aren't supported by the library. That makes it very difficult to share a default ciphersuite to use in GnuTLS. The next best thing is using the following ciphersuite, and removing the components that break on your own version: NONE:+VERS-TLS1.2:+VERS-TLS1.1:+VERS-TLS1.0:+ECDHE-RSA:+DHE-RSA:+RSA:+AES-128-GCM:+AES-128-CBC:+AES-256-CBC:+SIGN-RSA-SHA256:+SIGN-RSA-SHA384:+SIGN-RSA-SHA512:+SIGN-RSA-SHA224:+SIGN-RSA-SHA1:+SIGN-DSA-SHA256:+SIGN-DSA-SHA224:+SIGN-DSA-SHA1:+CURVE-ALL:+AEAD:+SHA256:+SHA384:+SHA1:+COMP-NULL A ciphersuite can be tested in GnuTLS using gnutls-cli. [color=white !important][size=1em] ? $ \! d6 M8 K7 n0 C2 U
[size=1em]1
% q/ y0 P8 b+ ] ]' t[size=1em]2
4 K4 a) t/ q; {5 `( X[size=1em]3 + y+ _& N; C% e" a8 u5 \8 G9 ] i
[size=1em]4
+ J4 \. R6 F" v5 [, _[size=1em]5
/ L+ Q8 ]3 I; i# e. e* b[size=1em]6
4 }' d3 y% h8 h- i; n& o& o( r d[size=1em]7 - E# }5 k6 L, N* Y2 Y+ R+ J
[size=1em]8
5 C8 }$ H. M( G[size=1em]9
+ e. e: V3 u5 {8 t% J[size=1em]10
2 ]9 z1 Y1 o+ H" |. m" {[size=1em]11 % g+ [6 N& P t* \
[size=1em]12
9 F7 s- {, Z4 _/ [- n6 f% q[size=1em]13 . D: `/ [3 t9 }. Z( ^: [
[size=1em]14 4 [% t4 B0 }9 t
[size=1em]15 9 x% o1 `/ i; ?. C* q
[size=1em]16 5 Y* x; F- s5 r& W J, J d
[size=1em]17 {- B/ Z) J% y+ a; o0 e! ^
[size=1em]18
2 s) T g: L% U1 Q& X[size=1em]19
; S) U3 j! C+ l& n: l4 l. Y[size=1em]20 * E d3 Z, l+ Q
[size=1em]21 % V# W4 j" k$ T
[size=1em]22 ! w( t0 b I- s0 Y
[size=1em]23 ; f X- B" Z8 C1 x
[size=1em]24 ' i2 D" Q3 ~$ ~* i
| [size=1em][size=1em]$ gnutls-cli --version C- u! z1 q, t3 i
[size=1em]gnutls-cli 3.1.26
6 m6 d, h0 B: [; X, @- V9 B3 E7 ]
[size=1em]$ gnutls-cli -l --priority NONE:+VERS-TLS1.2:+VERS-TLS1.1:+VERS-TLS1.0:+ECDHE-RSA:+DHE-RSA:+RSA:+AES-128-GCM:+AES-128-CBC:+AES-256-CBC:+SIGN-RSA-SHA256:+SIGN-RSA-SHA384:+SIGN-RSA-SHA512:+SIGN-RSA-SHA224:+SIGN-RSA-SHA1:+SIGN-DSA-SHA256:+SIGN-DSA-SHA224:+SIGN-DSA-SHA1:+CURVE-ALL:+AEAD:+SHA256:+SHA384:+SHA1:+COMP-NULLCipher suites for NONE:+VERS-TLS1.2:+VERS-TLS1.1:+VERS-TLS1.0:+ECDHE-RSA:+DHE-RSA:+RSA:+AES-128-GCM:+AES-128-CBC:+AES-256-CBC:+SIGN-RSA-SHA256:+SIGN-RSA-SHA384:+SIGN-RSA-SHA512:+SIGN-RSA-SHA224:+SIGN-RSA-SHA1:+SIGN-DSA-SHA256:+SIGN-DSA-SHA224:+SIGN-DSA-SHA1:+CURVE-ALL:+AEAD:+SHA256:+SHA384:+SHA1:+COMP-NULL- r' }) J8 X( v# S! Q
[size=1em]TLS_ECDHE_RSA_AES_128_GCM_SHA256 0xc0, 0x2f TLS1.2- \5 R4 Y" G6 a5 `" n2 \
[size=1em]TLS_ECDHE_RSA_AES_128_CBC_SHA256 0xc0, 0x27 TLS1.0
) _; W; l# g# r- b* j[size=1em]TLS_ECDHE_RSA_AES_128_CBC_SHA1 0xc0, 0x13 SSL3.0& e" ?& @- s/ Q5 I, u& y+ P2 v
[size=1em]TLS_ECDHE_RSA_AES_256_CBC_SHA1 0xc0, 0x14 SSL3.0
/ Q* l5 h9 L7 E* Z[size=1em]TLS_DHE_RSA_AES_128_GCM_SHA256 0x00, 0x9e TLS1.2. N4 p. T# k( x) Q
[size=1em]TLS_DHE_RSA_AES_128_CBC_SHA256 0x00, 0x67 TLS1.0* v( g, }' W1 F) T+ D" t6 C4 }, n- k
[size=1em]TLS_DHE_RSA_AES_128_CBC_SHA1 0x00, 0x33 SSL3.0
% w5 ~1 Z# U5 X$ g0 |5 k% k% a[size=1em]TLS_DHE_RSA_AES_256_CBC_SHA256 0x00, 0x6b TLS1.0" @8 I9 _& X# _9 q2 E: W
[size=1em]TLS_DHE_RSA_AES_256_CBC_SHA1 0x00, 0x39 SSL3.0
, Y7 i* l3 L+ }/ Y. r$ v% ^( F[size=1em]TLS_RSA_AES_128_GCM_SHA256 0x00, 0x9c TLS1.2
7 I/ g* x) b' Q* ]( K/ @[size=1em]TLS_RSA_AES_128_CBC_SHA256 0x00, 0x3c TLS1.0# X3 R, @7 ? A/ t
[size=1em]TLS_RSA_AES_128_CBC_SHA1 0x00, 0x2f SSL3.0
2 d, l7 E4 F% ^4 j[size=1em]TLS_RSA_AES_256_CBC_SHA256 0x00, 0x3d TLS1.0
; A" H4 {% a _5 d$ c/ Q( V$ K* g. I[size=1em]TLS_RSA_AES_256_CBC_SHA1 0x00, 0x35 SSL3.03 I2 A/ s* n: G- u; T- p3 l
2 c: Q2 Q6 C& n' `[size=1em]Certificate types: none
2 X3 Q1 x7 Y& u2 W5 g: Y[size=1em]Protocols: VERS-TLS1.2, VERS-TLS1.1, VERS-TLS1.08 j& }9 L, k7 X S
[size=1em]Compression: COMP-NULL
+ I. `' n& V" p/ [: }[size=1em]Elliptic curves: CURVE-SECP256R1, CURVE-SECP384R1, CURVE-SECP521R13 x6 ]* L- |+ r+ U/ U" {+ K
[size=1em]PK-signatures: SIGN-RSA-SHA256, SIGN-RSA-SHA384, SIGN-RSA-SHA512, SIGN-RSA-SHA224, SIGN-RSA-SHA1, SIGN-DSA-SHA256, SIGN-DSA-SHA224, SIGN-DSA-SHA1" ]9 P" C7 S C; l
* {) D0 E9 Z/ t |
- S2 K& [. x5 U7 P, G9 n. F( H2 O) I- X1 L+ x; r8 b
A good way to debug the ciphersuite is by performing a test connection. If the ciphersuite isn't supported, gnutls-cli will stop reading it at the component that is causing the issue. [color=white !important][size=1em] ?
. C( l/ p+ P0 }[size=1em]1
( { `; B2 S! m6 ~# h[size=1em]2 / ?% [8 A% q$ U; c+ Q7 i* D3 _
[size=1em]3 * }/ C( e7 B' d& W4 P6 S% `
| [size=1em][size=1em]$ gnutls-cli --debug 9999 google.com --priority 'NONE:+VERS-TLS1.2:+VERS-TLS1.1:+VERS-TLS1.0:+ECDHE-RSA:+DHE-RSA:+RSA:+AES-128-GCM:+AES-128-CBC:+AES-256-CBC:+SIGN-RSA-SHA256:+SIGN-RSA-SHA384:+SIGN-RSA-SHA512:+SIGN-RSA-SHA224:+SIGN-RSA-SHA1:+SIGN-DSA-SHA256:+SIGN-DSA-SHA224:+SIGN-DSA-SHA1:+CURVE-ALL:+AEAD:+SHA256:+SHA384:+SHA1:+COMP-NULL'/ i; |, O$ b" e- B! r5 o0 e( g! y
[size=1em]|<2>| ASSERT: gnutls_priority.c:812% s$ C% a6 b( I
[size=1em]Syntax error at: +SIGN-RSA-SHA224:+SIGN-RSA-SHA1:+SIGN-DSA-SHA256:+SIGN-DSA-SHA224:+SIGN-DSA-SHA1:+SHA256:+SHA384:+SHA1:+COMP-NULL
, w! h6 j! t4 e% @; |/ n$ U- J" C' ~8 }* j' r$ X
|
$ Q: S% x3 N# {2 q) `
: y( y7 W$ @, d; vIn the example above, the component SIGN-RSA-SHA224 is not supported by this version of gnutls and should be removed from the ciphersuite. Version HistoryVersion | Editor | Changes | 4 | Julien Vehent | Recommend ECDSA in modern level, remove DSS ciphers, publish configurations as JSON | 3.8 | Julien Vehent | redo cipher names chart (April King), move version chart (April King), update Intermediate cipher suite (ulfr) | 3.7 | Julien Vehent | cleanup version table (April King), add F5 conf samples (warburtron), add notes about DHE (rgacogne) | 3.6 | Julien Vehent | bump intermediate DHE to 2048, add note about java compatibility | 3.5 | alm | comment on weakdh vulnerability | 3.4 | Julien Vehent | added note about session resumption, HSTS, and HPKP | 3.3 | Julien Vehent | fix SHA256 prio, add POODLE details, update various templates | 3.2 | Julien Vehent | Added intermediate compatibility mode, renamed other modes | 3.1 | Julien Vehent | Added non-backward compatible ciphersuite | 3 | Julien Vehent | Remove RC4 for 3DES, fix ordering in openssl 0.9.8 (1024430), various minor updates | 2.5.1 | Julien Vehent | Revisit ELB capabilities | 2.5 | Julien Vehent | Update ZLB information for OCSP Stapling and ciphersuite | 2.4 | Julien Vehent | Moved a couple of aes128 above aes256 in the ciphersuite | 2.3 | Julien Vehent | Precisions on IE 7/8 AES support (thanks to Dobin Rutishauser) | 2.2 | Julien Vehent | Added IANA/OpenSSL/GnuTLS correspondence table and conversion tool | 2.1 | Julien Vehent | RC4 vs 3DES discussion. r=joes r=tinfoil | 2.0 | Julien Vehent, kang | Public release. | 1.5 | Julien Vehent, kang | added details for PFS DHE handshake, added nginx configuration details; added Apache recommended conf | 1.4 | Julien Vehent | revised ciphersuite. Prefer AES before RC4. Prefer 128 before 256. Prefer DHE before non-DHE. | 1.3 | Julien Vehent | added netscaler example conf | 1.2 | Julien Vehent | ciphersuite update, bump DHE-AESGCM above ECDH-RC4 | 1.1 | Julien Vehent, kang | integrated review comments from Infra; SPDY information | 1.0 | Julien Vehent | creation | | | Document Status: | READY |
0 X. T% D& ]) C1 t9 W7 N |