Changelog for
ghc-cryptonite-0.21-2.13.x86_64.rpm :
* Wed Jan 18 2017 psimonsAATTsuse.com- Update to version 0.21 with cabal2obs.
* Thu Sep 15 2016 psimonsAATTsuse.com- Update to version 0.19 revision 0 with cabal2obs.
* Sun Jul 10 2016 psimonsAATTsuse.com- Update to version 0.15 revision 0 with cabal2obs.
* Sun Apr 10 2016 mimi.vxAATTgmail.com- update to 0.14
* Fix serialization of DH and ECDH
* Reduce size of SHA3 context instead of allocating all-size fit memory. save up to 72 bytes of memory per context for SHA3-512.
* Add a Seed capability to the main DRG, to be able to debug/reproduce randomized program where you would want to disable the randomness.
* Add support for Cipher-based Message Authentication Code (CMAC) (Kei Hibino)
* CHANGE Change the SharedKey for Crypto.PubKey.DH and Crypto.PubKey.ECC.DH, from an Integer newtype to a ScrubbedBytes newtype. Prevent mistake where the bytes representation is generated without the right padding (when needed).
* CHANGE Keep The field size in bits, in the Params in Crypto.PubKey.DH, moving from 2 elements to 3 elements in the structure.
* Mon Feb 22 2016 mimi.vxAATTgmail.com- update to 0.13
* SECURITY Fix buffer overflow issue in SHA384, copying 16 extra bytes from the SHA512 context to the destination memory pointer leading to memory corruption, segfault
* Fix compilation issue with Ed448 on 32 bits machine.
* Sun Feb 14 2016 mimi.vxAATTgmail.com- update to 0.11
* Truncate hashing correctly for DSA
* Add support for HKDF (RFC 5869)
* Add support for Ed448
* Extends support for Blake2s to 224 bits version.
* Compilation fix with AESNI and ghci compiling C source in a weird order.
* Fix example compilation, typo, and warning
* Fri Dec 25 2015 mimi.vxAATTgmail.com- update to 0.10- drop blake2-fix.patch
* Add reference implementation of blake2 for non-SSE2 platfom
* Add support_blake2_sse flag
* Tue Dec 15 2015 mimi.vxAATTgmail.com- update to 0.9
* Quiet down unused module imports
* Move Curve25519 over to Crypto.Error instead of using Either String.
* Add documentation for ChaChaPoly1305
* Add missing documentation for various modules
* Add a way to create Poly1305 Auth tag.
* Added support for the BLAKE2 family of hash algorithms
* Fix endianness of incrementNonce function for ChaChaPoly1305
* Add support for ChaChaPoly1305 Nonce Increment
* Add PKCS5 / PKCS7 padding and unpadding methods
* Fix ChaChaPoly1305 Decryption
* Add support for BCrypt- add blake2-fix.patch and disabled build of sse4.1 optimized blake2
* Thu Aug 06 2015 mimi.vxAATTgmail.com- initial commit