~myers-1/pyopenssl/npn

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Jean-Paul Calderone
  • Date: 2010-01-25 22:55:30 UTC
  • mfrom: (126 trunk)
  • mto: This revision was merged to the branch mainline in revision 129.
  • Revision ID: exarkun@divmod.com-20100125225530-5e9nsb6bzoesoz42
merge trunk and resolve simple conflict

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
2009-07-17  Rick Dean  <rick@fdd.com>
2
 
            Jean-Paul Calderone  <exarkun@twistedmatrix.com>
 
1
2009-11-13  Jean-Paul Calderone  <exarkun@twistedmatrix.com>
 
2
 
 
3
        * Release 0.10
 
4
 
 
5
2009-11-07  Žiga Seilnacht, Jean-Paul Calderone  <exarkun@twistedmatrix.com>
 
6
 
 
7
        * src/ssl/connection.c, src/ssl/context.c: Add set_client_ca_list,
 
8
          add_client_ca, and get_client_ca_list to Context for manipulating
 
9
          the list of certificate authority names which are sent by servers
 
10
          with the certificate request message.
 
11
        * src/util.h: Add ssize-related defines if the version of Python
 
12
          being used does not have them.
 
13
        * setup.py: Significant changes to the way Windows builds are done,
 
14
          particularly the way OpenSSL headers and libraries are found (with
 
15
          the new --with-openssl argument to build_ext).
 
16
 
 
17
2009-08-27  Rick Dean  <rick@fdd.com>, Jean-Paul Calderone  <exarkun@twistedmatrix.com>
 
18
 
 
19
        * src/crypto/pkcs12.c: Add setters to the PKCS12 type for the
 
20
          certificate, private key, ca certificate list, and friendly
 
21
          name, and add a getter for the friendly name.  Also add a method
 
22
          for exporting a PKCS12 object as a string.
 
23
        * test/test_crypto.py: Add lots of additional tests for the PKCS12
 
24
          type.
 
25
        * doc/pyOpenSSL.tex: Documentation for the new PKCS12 methods.
 
26
 
 
27
2009-07-17  Rick Dean  <rick@fdd.com>, Jean-Paul Calderone  <exarkun@twistedmatrix.com>
3
28
 
4
29
        * src/crypto/x509ext.c: Add subject and issuer parameters to
5
30
          X509Extension, allowing creation of extensions which require that
89
114
 
90
115
        * src/crypto/x509ext.c, test/test_crypto.py: Add the get_short_name
91
116
          method to X509Extension based on patch from Alex Stapleton.
92
 
        
 
117
 
93
118
2008-12-31  Jean-Paul Calderone  <exarkun@twistedmatrix.com>
94
119
 
95
120
        * src/crypto/x509ext.c, test/test_crypto.py: Fix X509Extension so