Project

General

Profile

« Previous | Next » 

Revision c55ec98a

Added by Bruno Thomsen about 10 years ago

ipsec: IKEv2 Diffie-Hellman ECC Brainpool support

Use of ECC Brainpool curves for IKEv2 is define in RFC6954.

Signed-off-by: Bruno Thomsen <>

View differences:

etc/inc/ipsec.inc
113 113
	21 => '21 (nist ecp521)',
114 114
	22 => '22 (1024(sub 160) bit)',
115 115
	23 => '23 (2048(sub 224) bit)',
116
	24 => '24 (2048(sub 256) bit)'
116
	24 => '24 (2048(sub 256) bit)',
117
	28 => '28 (brainpool ecp256)',
118
	29 => '29 (brainpool ecp384)',
119
	30 => '30 (brainpool ecp512)'
117 120
);
118 121

  
119 122
global $p2_halgos;

Also available in: Unified diff