~myers-1/pyopenssl/npn

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Jean-Paul Calderone
  • Date: 2010-06-22 14:54:40 UTC
  • mfrom: (128.1.9 sign_verify)
  • Revision ID: exarkun@divmod.com-20100622145440-jllnndhqr76p4x13
Merge crypto.sign and crypto.verify addition

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2010-02-27  James Yonan <james@openvpn.net>
 
2
 
 
3
        * src/crypto/crypto.c: Added crypto.sign and crypto.verify methods
 
4
          that wrap EVP_Sign and EVP_Verify function families, using code
 
5
          derived from Dave Cridland's PyOpenSSL branch.
 
6
 
 
7
        * test/test_crypto.py: Added unit tests for crypto.sign and
 
8
          crypto.verify.
 
9
 
1
10
2010-01-27  Jean-Paul Calderone  <exarkun@twistedmatrix.com>
2
11
 
3
12
        * src/ssl/connection.c, src/util.h: Apply patch from Sandro Tosi to