From: Antoine Pitrou Date: Thu, 22 Dec 2011 09:05:50 +0000 (+0100) Subject: Forgot the data file for Diffie-Hellman tests. X-Git-Tag: v3.3.0a1~538 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5285518fe02014f6be552e7f91bfb4ca7fc424e6;p=thirdparty%2FPython%2Fcpython.git Forgot the data file for Diffie-Hellman tests. --- diff --git a/Lib/test/dh512.pem b/Lib/test/dh512.pem new file mode 100644 index 000000000000..200d16cd8971 --- /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.