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>
5
2009-11-07 Žiga Seilnacht, Jean-Paul Calderone <exarkun@twistedmatrix.com>
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).
17
2009-08-27 Rick Dean <rick@fdd.com>, Jean-Paul Calderone <exarkun@twistedmatrix.com>
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
25
* doc/pyOpenSSL.tex: Documentation for the new PKCS12 methods.
27
2009-07-17 Rick Dean <rick@fdd.com>, Jean-Paul Calderone <exarkun@twistedmatrix.com>
4
29
* src/crypto/x509ext.c: Add subject and issuer parameters to
5
30
X509Extension, allowing creation of extensions which require that
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.
93
118
2008-12-31 Jean-Paul Calderone <exarkun@twistedmatrix.com>
95
120
* src/crypto/x509ext.c, test/test_crypto.py: Fix X509Extension so