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/dh4096.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 'apps/dh4096.pem')
-rw-r--r-- | apps/dh4096.pem | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/apps/dh4096.pem b/apps/dh4096.pem new file mode 100644 index 0000000000..1b35ad8e62 --- /dev/null +++ b/apps/dh4096.pem @@ -0,0 +1,18 @@ +-----BEGIN DH PARAMETERS----- +MIICCAKCAgEA+hRyUsFN4VpJ1O8JLcCo/VWr19k3BCgJ4uk+d+KhehjdRqNDNyOQ +l/MOyQNQfWXPeGKmOmIig6Ev/nm6Nf9Z2B1h3R4hExf+zTiHnvVPeRBhjdQi81rt +Xeoh6TNrSBIKIHfUJWBh3va0TxxjQIs6IZOLeVNRLMqzeylWqMf49HsIXqbcokUS +Vt1BkvLdW48j8PPv5DsKRN3tloTxqDJGo9tKvj1Fuk74A+Xda1kNhB7KFlqMyN98 +VETEJ6c7KpfOo30mnK30wqw3S8OtaIR/maYX72tGOno2ehFDkq3pnPtEbD2CScxc +alJC+EL7RPk5c/tgeTvCngvc1KZn92Y//EI7G9tPZtylj2b56sHtMftIoYJ9+ODM +sccD5Piz/rejE3Ome8EOOceUSCYAhXn8b3qvxVI1ddd1pED6FHRhFvLrZxFvBEM9 +ERRMp5QqOaHJkM+Dxv8Cj6MqrCbfC4u+ZErxodzuusgDgvZiLF22uxMZbobFWyte +OvOzKGtwcTqO/1wV5gKkzu1ZVswVUQd5Gg8lJicwqRWyyNRczDDoG9jVDxmogKTH +AaqLulO7R8Ifa1SwF2DteSGVtgWEN8gDpN3RBmmPTDngyF2DHb5qmpnznwtFKdTL +KWbuHn491xNO25CQWMtem80uKw+pTnisBRF/454n1Jnhub144YRBoN8CAQI= +-----END DH PARAMETERS----- + +These are the 4096 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. |