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

5 commits

Author SHA1 Message Date
0d93c15cab
Breaking: Implement PBKFD2 key derivation (#18) 2020-06-13 15:29:46 +02:00
0990dea461
Fix: Functions were renamed, test needs to be renamed
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-11-02 12:44:45 +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
08db5147e8
Adhere to example name conventions
(enforced by `go vet`)

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-04-04 23:53:27 +02:00
5c6e757983 Initial version of go-openssl 2015-07-17 23:50:24 +02:00