~exarkun/pyopenssl/trunk

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Jean-Paul Calderone
  • Date: 2011-06-12 21:34:44 UTC
  • mfrom: (139.2.3 sign-and-verify-nulls)
  • Revision ID: exarkun@divmod.com-20110612213444-6wcy690j4ft2zmzg
Fix NUL handling in OpenSSL.crypto.sign and OpenSSL.crypto.verify

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2011-06-12  Jean-Paul Calderone  <exarkun@twistedmatrix.com>
 
2
 
 
3
        * OpenSSL/crypto/crypto.c: Fix the sign and verify functions so
 
4
          they handle data with embedded NULs.  Fix by David Brodsky
 
5
          <lp:~lihalla>.
 
6
 
1
7
2011-05-20  Jean-Paul Calderone  <exarkun@twistedmatrix.com>
2
8
 
3
9
        * OpenSSL/ssl/connection.c, OpenSSL/test/test_ssl.py: Add a new