Add brainpool curves to trace output.
(cherry picked from commit bd80d0229c9a154f569b046365bc85d76b59cfc5)
This commit is contained in:
parent
b814081136
commit
d519f0831c
@ -394,6 +394,9 @@ static ssl_trace_tbl ssl_curve_tbl[] = {
|
|||||||
{23, "secp256r1 (P-256)"},
|
{23, "secp256r1 (P-256)"},
|
||||||
{24, "secp384r1 (P-384)"},
|
{24, "secp384r1 (P-384)"},
|
||||||
{25, "secp521r1 (P-521)"},
|
{25, "secp521r1 (P-521)"},
|
||||||
|
{26, "brainpoolP256r1"},
|
||||||
|
{27, "brainpoolP384r1"},
|
||||||
|
{28, "brainpoolP512r1"},
|
||||||
{0xFF01, "arbitrary_explicit_prime_curves"},
|
{0xFF01, "arbitrary_explicit_prime_curves"},
|
||||||
{0xFF02, "arbitrary_explicit_char2_curves"}
|
{0xFF02, "arbitrary_explicit_char2_curves"}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user