aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dh1024.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/dh1024.pem
parentfcc6a1c4eccb8ada75f57b86343426864ce12ff5 (diff)
downloadopenssl-69764d720a8b9c2d450fa00cfc7cfe8a623d223b.tar.gz
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/dh1024.pem')
-rw-r--r--apps/dh1024.pem11
1 files changed, 8 insertions, 3 deletions
diff --git a/apps/dh1024.pem b/apps/dh1024.pem
index 81d43f6a3e..6eaeca9b8e 100644
--- a/apps/dh1024.pem
+++ b/apps/dh1024.pem
@@ -1,5 +1,10 @@
-----BEGIN DH PARAMETERS-----
-MIGHAoGBAJf2QmHKtQXdKCjhPx1ottPb0PMTBH9A6FbaWMsTuKG/K3g6TG1Z1fkq
-/Gz/PWk/eLI9TzFgqVAuPvr3q14a1aZeVUMTgo2oO5/y2UHe6VaJ+trqCTat3xlx
-/mNbIK9HA2RgPC3gWfVLZQrY+gz3ASHHR5nXWHEyvpuZm7m3h+irAgEC
+MIGHAoGBAPSI/VhOSdvNILSd5JEHNmszbDgNRR0PfIizHHxbLY7288kjwEPwpVsY
+jY67VYy4XTjTNP18F1dDox0YbN4zISy1Kv884bEpQBgRjXyEpwpy1obEAxnIByl6
+ypUM2Zafq9AKUJsCRtMIPWakXUGfnHy9iUsiGSa6q6Jew1XpL3jHAgEC
-----END DH PARAMETERS-----
+
+These are the 1024 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.