aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/utils.h
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2008-10-26 23:53:52 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2008-10-26 23:53:52 +0000
commit21a45f2f2d4c6084bd17a2a9b51a25844b535603 (patch)
tree6880f52b087fa575c0c563cc9c5ce230ad03e7fe /src/libstrongswan/utils.h
parent82d20c058813655596ed743bfe5a8617a7fbcafe (diff)
downloadstrongswan-21a45f2f2d4c6084bd17a2a9b51a25844b535603.tar.bz2
strongswan-21a45f2f2d4c6084bd17a2a9b51a25844b535603.tar.xz
use 512 bits of entropy for secret DH exponents
Diffstat (limited to 'src/libstrongswan/utils.h')
-rw-r--r--src/libstrongswan/utils.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libstrongswan/utils.h b/src/libstrongswan/utils.h
index 4d05ce58b..326047644 100644
--- a/src/libstrongswan/utils.h
+++ b/src/libstrongswan/utils.h
@@ -41,6 +41,11 @@
#define BUF_LEN 512
/**
+ * Entropy in bits of secret Diffie-Hellman exponents
+ */
+#define DH_EXPONENT_ENTROPY_SIZE 512
+
+/**
* Macro compares two strings for equality
*/
#define streq(x,y) (strcmp(x, y) == 0)