Skip to content

Releases: andreburgaud/crypt2go

v1.8.0

24 Aug 02:13
71ab8c4
Compare
Choose a tag to compare
  • Built and tested with go 1.23
  • Removed -d option to go get (go 1.23 deprecation) in build file

v1.7.0

24 Aug 02:11
c7e1b2f
Compare
Choose a tag to compare
  • Bump golang.org/x/crypto from 0.25.0 to 0.26.0 (dependabot)
  • Added go vet to release task in build file
  • Fixed ineffectual assignment to err in test file

v1.6.0

06 Jul 02:53
cac103c
Compare
Choose a tag to compare
  • Reverted changes to ensure consistency with encryption/decryption functions in the Go standard library (panic on an error to eliminate any possibility of bypassing problems).
  • Added tests to observe panic on encryption/decryption when the input is incorrect.

v1.5.0

08 Feb 02:30
aab49ab
Compare
Choose a tag to compare
  • Bumped Go min version to 1.22
  • Added update to release target in build file
  • Tested with Go version 1.22

v1.4.2

08 Feb 02:16
d59b495
Compare
Choose a tag to compare
  • Bumped x/crypto from 0.17.0 to 0.18.0
  • Tested with Go 1.25.6

v1.4.1

09 Jan 02:17
eaa3266
Compare
Choose a tag to compare
  • Bumped x/crypto from 0.17.0 to 0.18.0
  • Updated documentation (highlighting Blowfish encryption as deprecated)
  • Tested with Go 1.21.5

v1.3.2

05 Aug 18:41
dcf9eb2
Compare
Choose a tag to compare
  • Updated the documentation and references.

v1.3.1

16 Jul 06:19
e643081
Compare
Choose a tag to compare
  • Fixed formatting with gofmt -s

v1.3.0

16 Jul 05:53
d28af81
Compare
Choose a tag to compare
  • Dependency x/crypto updated to 0.11.0

v1.2.0

24 Feb 02:26
5e89c16
Compare
Choose a tag to compare
  • No crypt2go code change
  • dependency x/crypto updated to 0.6
  • Go version updated to 1.20