Author: Amaury Forgeot d'Arc <[email protected]> Branch: stdlib-2.7.9 Changeset: r75524:dab31bf5b271 Date: 2015-01-25 23:15 +0100 http://bitbucket.org/pypy/pypy/changeset/dab31bf5b271/
Log: Another missing file diff --git a/pypy/module/_ssl/test/dh512.pem b/pypy/module/_ssl/test/dh512.pem new file mode 100644 --- /dev/null +++ b/pypy/module/_ssl/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. _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
