Added NTRU key exchange to default IKE proposal

This commit is contained in:
Andreas Steffen 2013-11-22 21:24:51 +01:00
parent 9013973cc8
commit 798a36dc14
1 changed files with 4 additions and 0 deletions

View File

@ -741,6 +741,10 @@ static void proposal_add_supported_ike(private_proposal_t *this)
case ECP_256_BP:
case ECP_384_BP:
case ECP_512_BP:
case NTRU_112_BIT:
case NTRU_128_BIT:
case NTRU_192_BIT:
case NTRU_256_BIT:
add_algorithm(this, DIFFIE_HELLMAN_GROUP, group, 0);
break;
default: