1
0
Fork 0
mirror of https://github.com/Luzifer/go-openssl.git synced 2024-12-20 19:01:18 +00:00
go-openssl/History.md

65 lines
1.5 KiB
Markdown
Raw Permalink Normal View History

2024-12-12 10:53:39 +00:00
# 4.2.3 / 2024-12-12
* Update `golang.org/x/crypto`
2023-12-19 12:36:12 +00:00
# 4.2.2 / 2023-12-19
* Update dependencies
2023-09-11 12:01:57 +00:00
# 4.2.1 / 2023-09-11
* Fix panic when reading incomplete blocks from underlying reader (#27)
2023-08-22 12:34:19 +00:00
# 4.2.0 / 2023-08-22
* Add support for stream writer and reader (#26)
* [ci] Add automated code checks through Github Actions
* [ci] Fix linter errors, simplify tests
* [docs] Update documentation to use modules format
2020-06-13 16:17:12 +00:00
# 4.1.0 / 2020-06-13
* Add pre-defined generators and compatibility tests for SHA384 and SHA512
2020-06-13 13:30:17 +00:00
# 4.0.0 / 2020-06-13
* Breaking: Implement PBKFD2 key derivation (#18)
2019-04-29 14:59:22 +00:00
# 3.1.0 / 2019-04-29
* Add encrypt/decrypt without base64 encoding (thanks [@mcgillowen](https://github.com/mcgillowen))
* Test: Drop support for pre-1.10, add 1.12
* Test: Simplify / cleanup test file
2019-01-29 14:48:45 +00:00
# 3.0.1 / 2019-01-29
* Fix: v3 versions require another go-modules name
2018-11-02 20:32:22 +00:00
# 3.0.0 / 2018-11-02
* Breaking: Fix race condition with guessing messagedigest
2018-09-18 13:21:27 +00:00
# 2.0.2 / 2018-09-18
* Fix: v2 versions require another go-modules name
2018-09-18 13:10:25 +00:00
# 2.0.1 / 2018-09-18
* Add modules file
* Fix some linter warnings
* Add benchmarks
2018-09-11 09:46:24 +00:00
# 2.0.0 / 2018-09-11
* Make digest function configurable on encrypt, add tests
* message digest support sha1 and sha256 (thanks @yoozoo)
2018-04-26 09:09:07 +00:00
# 1.2.0 / 2018-04-26
* Add byte-operations, remove import path comment
2017-09-18 13:51:34 +00:00
# 1.1.0 / 2017-09-18
* Add salt validation and improve comments
2023-12-19 12:36:12 +00:00
* Added ability to pass custom salt to everyencrypt call (thanks @VojtechBartos)