Hi All,
I have modified the strongswan (5.0.4) code so as to use the
Octeon Core Crypto Library for DH operation and leverage the benefit of Crypto
acceleration.  I have implemented the
diffie_hellman_t interface for DH backend. Upon running, giving the following
error message in console i.e., 10[IKE] <load-test|1> configured DH group
MODP_1024 not supported
The IKE initiator creates the payloads of the initial message
in the build_i code block during which the initial steps of the Di e-Hellman
protocol are performed. The task calls the create_dh function of the keymat
object which internally requests a new DH plugin instance from the crypto
factory and returns this instance to the calling task.  But in my case it 
returns NULL, thus giving
the following error message in console i.e.,, configured DH group MODP_1024 not
supported.
 
Can anyone please suggest what are the areas I must look into
so as to fix this issue? Thank you in advance for your support and time.
Regards,
ChinmayaD
_______________________________________________
Users mailing list
[email protected]
https://lists.strongswan.org/mailman/listinfo/users

Reply via email to