necessary. Most of these code paths re-implement functions we have
had in libcrypto for a long time. Do warn on use of tls1_method:
if anything triggers this warning, we want to fix it!
lang/python port module. I've not yet come up with a port that
would not need this and one can always set MODPY_TESTDEP to "no"
to prevent the module from touching TEST_DEPENDS.
Idea from afresh1 who pointed out the cpan module already does this.
aja "I support this move."
OK sthen@
- remove obsolete patches
- set HOMEPAGE to Github, previous one is not reachable
- remove post-build target because tests are not distributed anymore
OK aja@
import this module" check done at build time, viq noticed that the package
was now working (following safestack.h r1.13 et al) but the test still failed.
works; this currently fails due to ssl ASN1 API changes which nobody who has
looked at it has been able to work out yet - better to have a visible failure
at build time than not know about it until you try to run code using it..
ok rpe@
M2Crypto is the most complete Python wrapper for OpenSSL featuring
RSA, DSA, DH, HMACs, message digests, symmetric ciphers (including
AES); SSL functionality to implement clients and servers; HTTPS
extensions to Python's httplib, urllib, and xmlrpclib; unforgeable
HMAC'ing AuthCookies for web session management; FTP/TLS client and
server; S/MIME; ZServerSSL: A HTTPS server for Zope and ZSmime: An
S/MIME messenger for Zope. M2Crypto can also be used to provide SSL
for Twisted.
with help and ok
sthen@ benoit@