diff options
author | Bodo Möller <bodo@openssl.org> | 2000-08-02 11:04:44 +0200 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 2000-08-02 11:04:44 +0200 |
commit | 69764d720a8b9c2d450fa00cfc7cfe8a623d223b (patch) | |
tree | 88541f5f5a1dbbaa081d61bb9f2a77f615b9db38 /apps/dh512.pem | |
parent | Added and corrected documentation for the 'shared' option (diff) | |
download | openssl-69764d720a8b9c2d450fa00cfc7cfe8a623d223b.tar.xz openssl-69764d720a8b9c2d450fa00cfc7cfe8a623d223b.zip |
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 '')
-rw-r--r-- | apps/dh512.pem | 9 |
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. |