Hi Joy, > + lib->crypto->add_dh(lib->crypto, MODP_1024_160, > + lib->crypto->add_dh(lib->crypto, MODP_2048_224, > + lib->crypto->add_dh(lib->crypto, MODP_2048_256, > lib->crypto->add_dh(lib->crypto, MODP_2048_BIT, > lib->crypto->add_dh(lib->crypto, MODP_1536_BIT,
I slightly changed the group registration order, as the first registered group is used by default. MODP_1024_160 probably not the ideal candidate for the default group. Otherwise the patch looks fine, applied to master. I additionally registered the new groups in the gcrypt and openssl plugins. Many thanks to your contribution. Best regards Martin _______________________________________________ Dev mailing list [email protected] https://lists.strongswan.org/mailman/listinfo/dev
