]> granicus.if.org Git - python/commitdiff
Forgot the data file for Diffie-Hellman tests.
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 22 Dec 2011 09:05:50 +0000 (10:05 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 22 Dec 2011 09:05:50 +0000 (10:05 +0100)
Lib/test/dh512.pem [new file with mode: 0644]

diff --git a/Lib/test/dh512.pem b/Lib/test/dh512.pem
new file mode 100644 (file)
index 0000000..200d16c
--- /dev/null
@@ -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.