~myers-1/pyopenssl/npn

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Jean-Paul Calderone
  • Date: 2011-06-13 01:56:13 UTC
  • mfrom: (155.1.9 rsa-check-2)
  • Revision ID: exarkun@divmod.com-20110613015613-wofszuiemj1j6lyf
Add PKey.check method

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
2011-06-12  Jean-Paul Calderone  <exarkun@twistedmatrix.com>
2
2
 
 
3
        * OpenSSL/crypto/pkey.c: Add the PKey.check method, mostly
 
4
          implemented by Rick Dean, to verify the internal consistency of a
 
5
          PKey instance.
 
6
 
 
7
2011-06-12  Jean-Paul Calderone  <exarkun@twistedmatrix.com>
 
8
 
3
9
        * OpenSSL/crypto/crypto.c: Fix the sign and verify functions so
4
10
          they handle data with embedded NULs.  Fix by David Brodsky
5
11
          <lp:~lihalla>.