diff --git a/pyOpenSSL-0.12.tar.gz b/pyOpenSSL-0.12.tar.gz deleted file mode 100644 index 79c3232..0000000 --- a/pyOpenSSL-0.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4517e9630a90db09ab8fe77d4dad753d5514a5f76b65ac327a7cd5a1d1ddd8a8 -size 236041 diff --git a/pyOpenSSL-0.13.tar.gz b/pyOpenSSL-0.13.tar.gz new file mode 100644 index 0000000..7d743f4 --- /dev/null +++ b/pyOpenSSL-0.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21e12b03abaa0e04ecc8cd9c251598f71bae11c9f385304234e4ea5618c6163b +size 250489 diff --git a/python-pyOpenSSL-doc.changes b/python-pyOpenSSL-doc.changes index 57fdd73..f26439a 100644 --- a/python-pyOpenSSL-doc.changes +++ b/python-pyOpenSSL-doc.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Jul 9 18:34:08 PDT 2012 - msuman@opensuse.org + +- Update to version 0.13 + * Add OPENSSL_VERSION_NUMBER, SSLeay_version and related + constants for retrieving version information about the + underlying OpenSSL library. + * Support OpenSSL 1.0.0a and related changes. + * Remove SSLv2 support if the underlying OpenSSL library does + not provide it. + * Add a new method to the X509 type, get_signature_algorithm. + * Add a new method to the Connection type, get_peer_cert_chain. + * Add the PKey.check method to verify the internal consistency + of a PKey instance. + * Bug fixes. + ------------------------------------------------------------------- Fri Jun 15 14:36:11 UTC 2012 - saschpe@suse.de diff --git a/python-pyOpenSSL-doc.spec b/python-pyOpenSSL-doc.spec index 366c5d5..b761e3d 100644 --- a/python-pyOpenSSL-doc.spec +++ b/python-pyOpenSSL-doc.spec @@ -17,7 +17,7 @@ Name: python-pyOpenSSL-doc -Version: 0.12 +Version: 0.13 Release: 0 Url: http://launchpad.net/pyopenssl Summary: Python wrapper module around the OpenSSL library - Documentation diff --git a/python-pyOpenSSL.changes b/python-pyOpenSSL.changes index 3f7c82c..3829502 100644 --- a/python-pyOpenSSL.changes +++ b/python-pyOpenSSL.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Jul 9 18:34:08 PDT 2012 - msuman@opensuse.org + +- Update to version 0.13 + * Add OPENSSL_VERSION_NUMBER, SSLeay_version and related + constants for retrieving version information about the + underlying OpenSSL library. + * Support OpenSSL 1.0.0a and related changes. + * Remove SSLv2 support if the underlying OpenSSL library does + not provide it. + * Add a new method to the X509 type, get_signature_algorithm. + * Add a new method to the Connection type, get_peer_cert_chain. + * Add the PKey.check method to verify the internal consistency + of a PKey instance. + * Bug fixes. + ------------------------------------------------------------------- Thu Sep 1 08:48:23 UTC 2011 - saschpe@suse.de diff --git a/python-pyOpenSSL.spec b/python-pyOpenSSL.spec index 452e078..3ae61f3 100644 --- a/python-pyOpenSSL.spec +++ b/python-pyOpenSSL.spec @@ -17,7 +17,7 @@ Name: python-pyOpenSSL -Version: 0.12 +Version: 0.13 Release: 0 Url: http://launchpad.net/pyopenssl Summary: Python wrapper module around the OpenSSL library