I wrote a custom algorithm using the kernel crypto API (by modifying the existing SHA1 and DES algorithms), compiled and added the .KO object to kernel.
How can I use my algorithm in ipsec and other app that use cryptographic communication?
|
|
Do not use homebrewed crypto for anything remotely serious. The risk is just too great. |
|||
|
|
|
Strongswan is generally considered to be the IPSec suite of choice (for VPNs) on Linux. Is that what you are looking for? |
|||
|
|