SHA256
1
0
forked from pool/libsodium
Commit Graph

9 Commits

Author SHA256 Message Date
Stephan Kulow
43abecc721 Accepting request 233866 from devel:libraries:c_c++
- 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/request/show/233866
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsodium?expand=0&rev=4
2014-05-15 17:11:47 +00:00
Ismail Dönmez
3e43d9c213 - 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
2014-05-14 12:53:20 +00:00
Stephan Kulow
a93a4a8696 Accepting request 232950 from devel:libraries:c_c++
update version 0.4.5 (forwarded request 232413 from MargueriteSu)

OBS-URL: https://build.opensuse.org/request/show/232950
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsodium?expand=0&rev=3
2014-05-08 10:38:50 +00:00
a2811ed1a0 Accepting request 232413 from home:MargueriteSu:branches:devel:libraries:c_c++
update version 0.4.5

OBS-URL: https://build.opensuse.org/request/show/232413
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libsodium?expand=0&rev=6
2014-05-07 14:58:58 +00:00
Tomáš Chvátal
0f1a7b16bc Accepting request 204256 from devel:libraries:c_c++
- Update to version 0.4.4
  * Big-endian architectures are now supported.
  * The donna_c64 implementation of curve25519_donna_c64 now handles
    non-canonical points like the ref implementation.
  * Missing scalarmult_curve25519 and stream_salsa20 constants are
    now exported.
  * A crypto_onetimeauth_poly1305_ref() wrapper has been added.

- Initial release for build.opensuse.org

OBS-URL: https://build.opensuse.org/request/show/204256
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsodium?expand=0&rev=2
2013-10-22 12:52:43 +00:00
Ismail Dönmez
4fd375f864 - Update to version 0.4.4
* Big-endian architectures are now supported.
  * The donna_c64 implementation of curve25519_donna_c64 now handles
    non-canonical points like the ref implementation.
  * Missing scalarmult_curve25519 and stream_salsa20 constants are
    now exported.
  * A crypto_onetimeauth_poly1305_ref() wrapper has been added.
- Initial release for build.opensuse.org

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libsodium?expand=0&rev=4
2013-10-22 08:44:11 +00:00
Stephan Kulow
146806fee7 Accepting request 198486 from devel:libraries:c_c++
A highly secure cryptographic library.

OBS-URL: https://build.opensuse.org/request/show/198486
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsodium?expand=0&rev=1
2013-09-23 07:54:06 +00:00
Ismail Dönmez
0ee66bbe2d format_spec_file
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libsodium?expand=0&rev=2
2013-09-11 11:43:56 +00:00
Ismail Dönmez
9ccfb52868 - Initial release for build.opensuse.org
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libsodium?expand=0&rev=1
2013-09-11 11:02:49 +00:00