14
0

- update to 0.7.1

* backwards-incompatible change: GCM module doesn't truncate tags
      by default anymore
    * removed deprecated arguments to MFG1 constructor
    * ECC support
    * added PEM and openssh key loading convenience methods
    * support for many new ciphers and new features of existing ones
    see CHANGELOG.rst for details
- spec cleanup
- reworked %check section
- added changelog to docs

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography?expand=0&rev=7
This commit is contained in:
Jan Matejek
2014-12-29 18:15:46 +00:00
committed by Git OBS Bridge
parent e70eb3fdcb
commit 50d37a3ec6
10 changed files with 65 additions and 53 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Dec 29 18:08:34 UTC 2014 - jmatejek@suse.com
- update to 0.7.1
* backwards-incompatible change: GCM module doesn't truncate tags
by default anymore
* removed deprecated arguments to MFG1 constructor
* ECC support
* added PEM and openssh key loading convenience methods
* support for many new ciphers and new features of existing ones
see CHANGELOG.rst for details
- spec cleanup
- reworked %check section
- added changelog to docs
-------------------------------------------------------------------
Mon May 19 16:14:52 UTC 2014 - jmatejek@suse.com