~sileht/pyopenssl/pyopenssl

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Jean-Paul Calderone
  • Date: 2011-05-19 21:54:07 UTC
  • mfrom: (151.1.7 get-signature-algorithm)
  • Revision ID: exarkun@divmod.com-20110519215407-ai4ohi2cqepfhymz
Add X509.get_signature_algorithm

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2011-05-19  Jean-Paul Calderone  <exarkun@twistedmatrix.com>
 
2
 
 
3
        * OpenSSL/crypto/x509.c, OpenSSL/test/test_crypto.py: Add a new
 
4
          method to the X509 type, get_signature_algorithm, for inspecting
 
5
          the signature algorithm field of the certificate.  Based on a
 
6
          patch from <lp:~okuda>.
 
7
 
1
8
2011-05-10  Jean-Paul Calderone  <exarkun@twistedmatrix.com>
2
9
 
3
10
        * OpenSSL/crypto/crypto.h: Work around a Windows/OpenSSL 1.0 issue