proposal: Add curve25519 and curve448 to default proposal

This commit is contained in:
Tobias Brunner 2016-09-30 14:40:48 +02:00 committed by Andreas Steffen
parent 9d170c18bc
commit 549b325d9d

View File

@ -915,6 +915,8 @@ static bool proposal_add_supported_ike(private_proposal_t *this, bool aead)
case ECP_256_BP:
case ECP_384_BP:
case ECP_512_BP:
case CURVE_25519:
case CURVE_448:
case NTRU_128_BIT:
case NTRU_192_BIT:
case NTRU_256_BIT: