proposal: Add curve25519 and curve448 to default proposal
This commit is contained in:
committed by
Andreas Steffen
parent
9d170c18bc
commit
549b325d9d
@@ -915,6 +915,8 @@ static bool proposal_add_supported_ike(private_proposal_t *this, bool aead)
|
|||||||
case ECP_256_BP:
|
case ECP_256_BP:
|
||||||
case ECP_384_BP:
|
case ECP_384_BP:
|
||||||
case ECP_512_BP:
|
case ECP_512_BP:
|
||||||
|
case CURVE_25519:
|
||||||
|
case CURVE_448:
|
||||||
case NTRU_128_BIT:
|
case NTRU_128_BIT:
|
||||||
case NTRU_192_BIT:
|
case NTRU_192_BIT:
|
||||||
case NTRU_256_BIT:
|
case NTRU_256_BIT:
|
||||||
|
|||||||
Reference in New Issue
Block a user