2014-08-14 19:02:57 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 14 18:57:32 UTC 2014 - aboe76@gmail.com
|
|
|
|
|
|
|
|
- Updated to 1.3.2:
|
|
|
|
+ Add detection of the libsodium.so.10 lib created by libsodium 0.6
|
|
|
|
|
2014-07-30 19:11:30 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2014-07-02 18:33:25 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jul 2 18:28:08 UTC 2014 - aboe76@gmail.com
|
|
|
|
|
|
|
|
- Updated to 1.1.0
|
|
|
|
|
2014-06-21 07:15:24 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jun 20 15:10:52 UTC 2014 - aboe76@gmail.com
|
|
|
|
|
|
|
|
- Simplified BuildRequirements to libsodium-devel
|
|
|
|
|
2014-06-20 08:38:04 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jun 9 10:53:12 UTC 2014 - aboe76@gmail.com
|
|
|
|
|
|
|
|
- initial package
|
|
|
|
|