diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-12-22 09:05:50 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-12-22 09:05:50 (GMT) |
commit | 5285518fe02014f6be552e7f91bfb4ca7fc424e6 (patch) | |
tree | 2262779a4363f049861cac5be76df464112033a5 /Lib | |
parent | 0e576f1f50df1201c56bff7573ab8576e8ab2041 (diff) | |
download | cpython-5285518fe02014f6be552e7f91bfb4ca7fc424e6.zip cpython-5285518fe02014f6be552e7f91bfb4ca7fc424e6.tar.gz cpython-5285518fe02014f6be552e7f91bfb4ca7fc424e6.tar.bz2 |
Forgot the data file for Diffie-Hellman tests.
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/dh512.pem | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Lib/test/dh512.pem b/Lib/test/dh512.pem new file mode 100644 index 0000000..200d16c --- /dev/null +++ b/Lib/test/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. |