Accepting request 127435 from home:msuman:branches:devel:languages:python

Update python-pyOpenSSL to version 0.13

OBS-URL: https://build.opensuse.org/request/show/127435
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyOpenSSL?expand=0&rev=9
This commit is contained in:
Todd R 2012-07-10 10:54:07 +00:00 committed by Git OBS Bridge
parent ba8244231a
commit aad8a9765d
6 changed files with 37 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4517e9630a90db09ab8fe77d4dad753d5514a5f76b65ac327a7cd5a1d1ddd8a8
size 236041

3
pyOpenSSL-0.13.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:21e12b03abaa0e04ecc8cd9c251598f71bae11c9f385304234e4ea5618c6163b
size 250489

View File

@ -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 Fri Jun 15 14:36:11 UTC 2012 - saschpe@suse.de

View File

@ -17,7 +17,7 @@
Name: python-pyOpenSSL-doc Name: python-pyOpenSSL-doc
Version: 0.12 Version: 0.13
Release: 0 Release: 0
Url: http://launchpad.net/pyopenssl Url: http://launchpad.net/pyopenssl
Summary: Python wrapper module around the OpenSSL library - Documentation Summary: Python wrapper module around the OpenSSL library - Documentation

View File

@ -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 Thu Sep 1 08:48:23 UTC 2011 - saschpe@suse.de

View File

@ -17,7 +17,7 @@
Name: python-pyOpenSSL Name: python-pyOpenSSL
Version: 0.12 Version: 0.13
Release: 0 Release: 0
Url: http://launchpad.net/pyopenssl Url: http://launchpad.net/pyopenssl
Summary: Python wrapper module around the OpenSSL library Summary: Python wrapper module around the OpenSSL library