Hello community, here is the log from the commit of package python-libnacl for openSUSE:Factory checked in at 2014-07-31 07:41:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-libnacl (Old) and /work/SRC/openSUSE:Factory/.python-libnacl.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-libnacl" Changes: -------- --- /work/SRC/openSUSE:Factory/python-libnacl/python-libnacl.changes 2014-07-17 06:58:21.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-libnacl.new/python-libnacl.changes 2014-07-31 07:42:06.000000000 +0200 @@ -1,0 +2,17 @@ +Wed Jul 30 19:04:29 UTC 2014 - [email protected] + +- 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. + +------------------------------------------------------------------- Old: ---- libnacl-1.1.0.tar.gz New: ---- libnacl-1.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-libnacl.spec ++++++ --- /var/tmp/diff_new_pack.4Fwwm9/_old 2014-07-31 07:42:07.000000000 +0200 +++ /var/tmp/diff_new_pack.4Fwwm9/_new 2014-07-31 07:42:07.000000000 +0200 @@ -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 ++++++ libnacl-1.1.0.tar.gz -> libnacl-1.2.0.tar.gz ++++++ ++++ 1815 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
