diff options
author | 2010-06-29 19:50:16 +0000 | |
---|---|---|
committer | 2010-06-29 19:50:16 +0000 | |
commit | fefcb31a004358456417f6155384194f65e6c61b (patch) | |
tree | 314a2f3730cd67798859f884e842940f6b8c48f2 /lib | |
parent | fix a typo in the function declaration; (diff) | |
download | wireguard-openbsd-fefcb31a004358456417f6155384194f65e6c61b.tar.xz wireguard-openbsd-fefcb31a004358456417f6155384194f65e6c61b.zip |
Replace the hand-crafted Diffie-Hellman implementation in isakmpd with
the smaller implementation from iked that is using libcrypto instead.
This allows to remove a lot of code (which is always good), get rid of
some custom crypto code by using libcrypto, theoretically adds
support for many new MODP and EC2N/ECP modes (but it is not configurable
yet), and allows to share the dh.c/dh.h code in different codebases
(it is identical in isakmpd and iked, but could also be used elsewhere).
ok deraadt@
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions