Merge remote-tracking branch 'origin/fastpath'

* origin/fastpath:
  small changes to ec curve names in a newer draft
This commit is contained in:
Robin Sommer 2015-01-15 09:44:15 -08:00
commit c67c7c6196
3 changed files with 8 additions and 5 deletions

View file

@ -1,4 +1,8 @@
2.3-392 | 2015-01-15 09:44:15 -0800
* Small changes to EC curve names in a newer draft. (Johanna Amann)
2.3-390 | 2015-01-14 13:27:34 -0800 2.3-390 | 2015-01-14 13:27:34 -0800
* Updating MySQL analyses. (Vlad Grigorescu) * Updating MySQL analyses. (Vlad Grigorescu)

View file

@ -1 +1 @@
2.3-390 2.3-392

View file

@ -158,12 +158,11 @@ export {
[26] = "brainpoolP256r1", [26] = "brainpoolP256r1",
[27] = "brainpoolP384r1", [27] = "brainpoolP384r1",
[28] = "brainpoolP512r1", [28] = "brainpoolP512r1",
# draft-ietf-tls-negotiated-ff-dhe-02 # draft-ietf-tls-negotiated-ff-dhe-05
[256] = "ffdhe2432", [256] = "ffdhe2048",
[257] = "ffdhe3072", [257] = "ffdhe3072",
[258] = "ffdhe4096", [258] = "ffdhe4096",
[259] = "ffdhe6144", [259] = "ffdhe8192",
[260] = "ffdhe8192",
[0xFF01] = "arbitrary_explicit_prime_curves", [0xFF01] = "arbitrary_explicit_prime_curves",
[0xFF02] = "arbitrary_explicit_char2_curves" [0xFF02] = "arbitrary_explicit_char2_curves"
} &default=function(i: count):string { return fmt("unknown-%d", i); }; } &default=function(i: count):string { return fmt("unknown-%d", i); };