- Update to version 0.5.0

* sodium_mlock()/sodium_munlock() have been introduced.
   * Added high-level wrappers for crypto_box and crypto_secretbox
   * Added crypto_pwhash_scryptxsalsa208sha256* functions
   * Salsa20 and ed25519 implementations now support overlapping
     inputs/keys/outputs
   * The poly1305-53 implementation has been replaced with Floodyberry's
     poly1305-donna32 and poly1305-donna64 implementations
   * sodium_hex2bin() has been added to complement sodium_bin2hex()
   * crypto_auth_hmac_sha512() has been implemented
   * sha256 and sha512 now have a streaming interface
   * hmacsha256, hmacsha512 and hmacsha512256 now support keys of
     arbitrary length, and have a streaming interface
   * crypto_verify_64() has been implemented
   * CPU features are now detected at runtime
- Update to version 0.4.5
  * Restore compatibility with OSX <= 10.6

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libsodium?expand=0&rev=8
This commit is contained in:
Ismail Dönmez
2014-05-14 12:53:20 +00:00
committed by Git OBS Bridge
parent a2811ed1a0
commit 3e43d9c213
4 changed files with 33 additions and 10 deletions

View File

@@ -1,8 +1,27 @@
-------------------------------------------------------------------
Wed May 14 12:40:08 UTC 2014 - idonmez@suse.com
- Update to version 0.5.0
* sodium_mlock()/sodium_munlock() have been introduced.
* Added high-level wrappers for crypto_box and crypto_secretbox
* Added crypto_pwhash_scryptxsalsa208sha256* functions
* Salsa20 and ed25519 implementations now support overlapping
inputs/keys/outputs
* The poly1305-53 implementation has been replaced with Floodyberry's
poly1305-donna32 and poly1305-donna64 implementations
* sodium_hex2bin() has been added to complement sodium_bin2hex()
* crypto_auth_hmac_sha512() has been implemented
* sha256 and sha512 now have a streaming interface
* hmacsha256, hmacsha512 and hmacsha512256 now support keys of
arbitrary length, and have a streaming interface
* crypto_verify_64() has been implemented
* CPU features are now detected at runtime
-------------------------------------------------------------------
Fri May 2 11:44:43 UTC 2014 - i@marguerite.su
- initial version 0.4.5
* Restore compatibility with OSX <= 10.6
- Update to version 0.4.5
* Restore compatibility with OSX <= 10.6
-------------------------------------------------------------------
Tue Oct 22 08:41:03 UTC 2013 - idonmez@suse.com