1
0
Fork 0
mirror of https://github.com/Luzifer/go-openssl.git synced 2024-12-21 03:11:18 +00:00
Commit graph

6 commits

Author SHA1 Message Date
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