1
0
Fork 0
mirror of https://github.com/Luzifer/go-openssl.git synced 2024-10-18 14:24:20 +00:00
Commit graph

9 commits

Author SHA1 Message Date
46d355c674
Update documentation to use modules format
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2020-06-13 18:50:55 +02:00
0aca51aceb
Update link for pkg docs
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2020-06-13 15:40:43 +02:00
0d93c15cab
Breaking: Implement PBKFD2 key derivation (#18) 2020-06-13 15:29:46 +02:00
b97b103fdb
Update code example in README
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-11-02 12:56:36 +01:00
8b7b49d583
Breaking: Fix race condition with guessing messagedigest
- This removes messagedigest guessing as it might lead to race
  conditions during decryption when an md5 digest works as a
  valid key for the sha256 encrypted data
- This removes deprecated functions (the previous point introduces
  a breaking change so this does not introduce another one)

fixes #10

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-11-02 12:42:27 +01:00
01ca01fdce
Adjust README
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-09-11 11:43:54 +02:00
152e199494
Document hashing algorithms
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-03-21 11:53:39 +01:00
52f8120aba Added hint about compatibility to CryptoJS
closes #1
2015-12-01 14:43:22 +01:00
5c6e757983 Initial version of go-openssl 2015-07-17 23:50:24 +02:00