]> git.ipfire.org Git - thirdparty/strongswan.git/commit
WIP: cng: DH implementation cng
authorMartin Willi <martin@revosec.ch>
Fri, 6 Jun 2014 13:09:16 +0000 (15:09 +0200)
committerMartin Willi <martin@revosec.ch>
Fri, 6 Jun 2014 13:18:10 +0000 (15:18 +0200)
commit22cd1e060da2e2d2a420ebb35253facdb33fbd74
treebd75894ef46ae6aa041ef596261eb81f36761b18
parentf906741a849f1a42a5645f7b86a451dc5f6307fb
WIP: cng: DH implementation

Because CNG does not allow us to export the raw DH secret, an implementation
using our DH interface seems unfeasible. Changing the DH interface to do
key derivation could work, but is non-trivial.

As cng without DH does not allow us to remove the gmp/openssl/... dependency,
this is probably a dead-end for cng.
src/libstrongswan/plugins/cng/cng_dh.c [new file with mode: 0644]
src/libstrongswan/plugins/cng/cng_dh.h [new file with mode: 0644]