[Python-checkins] cpython: Forgot the data file for Diffie-Hellman tests.

antoine.pitrou python-checkins at python.org
Thu Dec 22 10:06:32 CET 2011


http://hg.python.org/cpython/rev/475dc8f3cc6a
changeset:   74130:475dc8f3cc6a
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Thu Dec 22 10:05:50 2011 +0100
summary:
  Forgot the data file for Diffie-Hellman tests.

files:
  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
--- /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.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list