-
Committer:
James Yonan
-
Date:
2010-02-27 12:45:50 UTC
-
mto:
This revision was merged to the branch mainline in
revision
130.
-
Revision ID:
james@openvpn.net-20100227124550-2w4covlwb2ebs1pv
* src/crypto/crypto.c: Added crypto.sign and crypto.verify methods
that wrap EVP_Sign and EVP_Verify function families, using code
derived from Dave Cridland's PyOpenSSL branch.
* test/test_crypto.py: Added unit tests for crypto.sign and
crypto.verify.