aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/gmp/gmp_diffie_hellman.c
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2010-02-18 17:38:59 +0100
committerMartin Willi <martin@strongswan.org>2010-02-18 17:38:59 +0100
commit3e35a6e7a1b01f53f75c6020184845c3129db1ac (patch)
treea7920a1d9013934b0fe3a9c1bda4b0bb31cacc0c /src/libstrongswan/plugins/gmp/gmp_diffie_hellman.c
parent7d3a830a71001f24fc25a194df4aab257817dca9 (diff)
downloadstrongswan-3e35a6e7a1b01f53f75c6020184845c3129db1ac.tar.bz2
strongswan-3e35a6e7a1b01f53f75c6020184845c3129db1ac.tar.xz
Use side-channel secured mpz_powm_sec of libgmp 5, if available
Diffstat (limited to 'src/libstrongswan/plugins/gmp/gmp_diffie_hellman.c')
-rw-r--r--src/libstrongswan/plugins/gmp/gmp_diffie_hellman.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libstrongswan/plugins/gmp/gmp_diffie_hellman.c b/src/libstrongswan/plugins/gmp/gmp_diffie_hellman.c
index ea7e6fdd2..862386e95 100644
--- a/src/libstrongswan/plugins/gmp/gmp_diffie_hellman.c
+++ b/src/libstrongswan/plugins/gmp/gmp_diffie_hellman.c
@@ -22,6 +22,10 @@
#include <debug.h>
+#ifdef HAVE_MPZ_POWM_SEC
+# undef mpz_powm
+# define mpz_powm mpz_powm_sec
+#endif
/**
* Modulus of Group 1 (MODP_768_BIT).