summaryrefslogtreecommitdiffstats
path: root/apps/dh512.pem
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-08-02 09:04:44 +0000
committerBodo Möller <bodo@openssl.org>2000-08-02 09:04:44 +0000
commit69764d720a8b9c2d450fa00cfc7cfe8a623d223b (patch)
tree88541f5f5a1dbbaa081d61bb9f2a77f615b9db38 /apps/dh512.pem
parentfcc6a1c4eccb8ada75f57b86343426864ce12ff5 (diff)
Include SKIP DH parameters with OpenSSL.
These have been created by a SHA.1 based procedure, see http://www.skip-vpn.org/spec/numbers.html. (These values are taken from that document, I have not implemented the prime generator.)
Diffstat (limited to 'apps/dh512.pem')
-rw-r--r--apps/dh512.pem9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/dh512.pem b/apps/dh512.pem
new file mode 100644
index 0000000000..200d16cd89
--- /dev/null
+++ b/apps/dh512.pem
@@ -0,0 +1,9 @@
+-----BEGIN DH PARAMETERS-----
+MEYCQQD1Kv884bEpQBgRjXyEpwpy1obEAxnIByl6ypUM2Zafq9AKUJsCRtMIPWak
+XUGfnHy9iUsiGSa6q6Jew1XpKgVfAgEC
+-----END DH PARAMETERS-----
+
+These are the 512 bit DH parameters from "Assigned Number for SKIP Protocols"
+(http://www.skip-vpn.org/spec/numbers.html).
+See there for how they were generated.
+Note that g is not a generator, but this is not a problem since p is a safe prime.