Bug 1089588 - Fix wrong telemetry descriptions regarding SSL_KEA_ECDHE_CURVE_FULL and SSL_AUTH_ECDSA_CURVE_FULL. r=keeler

--HG--
extra : rebase_source : ebe354685f1470d83b8f0e6498863739ff00b63a
This commit is contained in:
Cykesiopka 2015-01-26 14:30:00 +01:00
Родитель 932b25cfc7
Коммит a9f15abe06
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -6622,7 +6622,7 @@
"expires_in_version": "never",
"kind": "enumerated",
"n_values": "36",
"description": "ECDHE KEA (TLS_ECDHE_*) curve (1=P-256, 2=P-384, 3=P-521) in full handshake"
"description": "ECDHE KEA (TLS_ECDHE_*) curve (23=P-256, 24=P-384, 25=P-521) in full handshake"
},
"SSL_AUTH_ALGORITHM_FULL": {
"expires_in_version": "never",
@ -6646,7 +6646,7 @@
"expires_in_version": "never",
"kind": "enumerated",
"n_values": "36",
"description": "ECDSA signature curve for TLS_*_ECDSA_* in full handshake (1=P-256, 2=P-384, 3=P-521)"
"description": "ECDSA signature curve for TLS_*_ECDSA_* in full handshake (23=P-256, 24=P-384, 25=P-521)"
},
"SSL_SYMMETRIC_CIPHER_FULL": {
"expires_in_version": "never",