Marked security issues in the changelog

This commit is contained in:
Dennis Schwerdel 2016-05-30 14:26:52 +02:00
parent 28491b2304
commit 4162f7a9ff
1 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ This project follows [semantic versioning](http://semver.org).
- [changed] Increased ChaCha20Poly1305 nonce from 8 to 12 bytes (**incompatible**)
- [changed] Updated dependency versions
- [changed] More tests
- [changed] Removed more "unsafe" blocks
- [changed] Removed more "unsafe" blocks (**fixes security issue**)
- [fixed] Forgot to call `sodium_init`, huge performance increase
### v0.2.0 (2015-11-26)
@ -89,7 +89,7 @@ This project follows [semantic versioning](http://semver.org).
- [changed] Complete rewrite of encryption code (**incompatible**)
- [changed] Removed unused code
- [changed] Some speed improvements
- [changed] Removed lots of "unsafe" blocks
- [changed] Removed lots of "unsafe" blocks (**fixes security issue**)
- [changed] Added benchmarks
- [changed] Two step handshake in order to fix problems with inconsistent state
- [fixed] Pretty error messages instead of panics with traces