summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-12-22 10:05:50 +0100
committerAntoine Pitrou <solipsis@pitrou.net>2011-12-22 10:05:50 +0100
commit5285518fe02014f6be552e7f91bfb4ca7fc424e6 (patch)
tree2262779a4363f049861cac5be76df464112033a5
parent0e576f1f50df1201c56bff7573ab8576e8ab2041 (diff)
downloadcpython-git-5285518fe02014f6be552e7f91bfb4ca7fc424e6.tar.gz
Forgot the data file for Diffie-Hellman tests.
-rw-r--r--Lib/test/dh512.pem9
1 files changed, 9 insertions, 0 deletions
diff --git a/Lib/test/dh512.pem b/Lib/test/dh512.pem
new file mode 100644
index 0000000000..200d16cd89
--- /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.