From 4f10fc88cbbaded865ae1d47d970b81b0e42c190f0c740ddae34ca73d119b3a7 Mon Sep 17 00:00:00 2001 From: Niels Abspoel Date: Wed, 30 Jul 2014 19:11:30 +0000 Subject: [PATCH] Accepting request 243071 from home:aboe76:branches:devel:languages:python Updated to 1.2.0 version release OBS-URL: https://build.opensuse.org/request/show/243071 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libnacl?expand=0&rev=5 --- libnacl-1.1.0.tar.gz | 3 --- libnacl-1.2.0.tar.gz | 3 +++ python-libnacl.changes | 17 +++++++++++++++++ python-libnacl.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 libnacl-1.1.0.tar.gz create mode 100644 libnacl-1.2.0.tar.gz diff --git a/libnacl-1.1.0.tar.gz b/libnacl-1.1.0.tar.gz deleted file mode 100644 index f9241ab..0000000 --- a/libnacl-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15ba819eedc68c7ed1d5ced12d1008f1d42e093d908cccdfc16247682a785e52 -size 6357 diff --git a/libnacl-1.2.0.tar.gz b/libnacl-1.2.0.tar.gz new file mode 100644 index 0000000..65d5a30 --- /dev/null +++ b/libnacl-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c6a213e98ee388864659e58d2385ffbea562a3eeb6cae055760886dac924f42 +size 22948 diff --git a/python-libnacl.changes b/python-libnacl.changes index 03ee68f..8540715 100644 --- a/python-libnacl.changes +++ b/python-libnacl.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed Jul 30 19:04:29 UTC 2014 - aboe76@gmail.com + +- Updated to 1.2.0 +his release introduces the DualKey class, secure key saving and loading, +as well as enhancements to the time_nonce function. + +Dual Key Class +Dual Keys are classes which can encrypt and sign data. These classes generate +and maintain both Curve25519 and Ed25519 keys, as well as all methods for both encryption and signing. + +Time Nonce Improvements +The original time nonce routine used the first 20 chars of the 24 char nonce for the microsecond +timestamp (based on salt's jid), leaving 4 chars for random data. This new nonce uses far fewer +chars for the timestamp by hex encoding the float of microseconds into just 13 chars, +leaving 11 chars of random data. This makes the default nonce safer and more secure.on. + ------------------------------------------------------------------- Wed Jul 2 18:28:08 UTC 2014 - aboe76@gmail.com diff --git a/python-libnacl.spec b/python-libnacl.spec index 184d404..15253b9 100644 --- a/python-libnacl.spec +++ b/python-libnacl.spec @@ -16,7 +16,7 @@ # Name: python-libnacl -Version: 1.1.0 +Version: 1.2.0 Release: 0 License: Apache-2.0 Summary: Python bindings for libsodium/tweetnacl based on ctypes