Changelog for
python-pyOpenSSL-0.14-2.1.noarch.rpm :
Mon Feb 24 13:00:00 2014 mvyskocilAATTsuse.com
- update to 0.14
* Support for TLSv1.1 and TLSv1.2
* First-class support for PyPy
* New flags, such as MODE_RELEASE_BUFFERS and OP_NO_COMPRESSION
* Some APIs to access to the SSL session cache
* A variety of bug fixes for error handling cases
* Documentation has been converted from LaTeX
+ python-pyOpenSSL-doc is now build from single spec file
* pyOpenSSL now depends on cryptography, so it became pure-python
module
+ changed to noarch package, add proper dependencies
* Development moved to github
+ changed Url tag respectivelly
- refreshed bug-lp-1265482.diff
Thu Jan 2 13:00:00 2014 dmuellerAATTsuse.com
-Add bug-lp-1265482.diff; fix testsuite for SLE11 (bnc#855666)
Fri Sep 13 14:00:00 2013 jmatejekAATTsuse.com
- update to 0.13.1
* fixes NUL byte handling in subjectAltName (bnc#839107, CVE-2013-4314)
Fri Apr 5 14:00:00 2013 speilickeAATTsuse.com
- Package LICENSE
Tue Jul 10 14:00:00 2012 msumanAATTopensuse.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 14:00:00 2011 saschpeAATTsuse.de
- Changed license to Apache-2.0, to fix bnc#715423
Wed Aug 31 14:00:00 2011 saschpeAATTsuse.de
- Initial version, obsoletes \'python-openssl\':
* Builds properly on all SUSE version
* Has real HTML documentation