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

3 commits

Author SHA1 Message Date
Ben Turner
e9e25cd005 Check blocksize before retrieving Salt Header
`saltHeader := data[:aes.BlockSize]` will panic if the data provided is smaller than one AES Block. Return an error instead.
2017-04-04 14:08:20 -07: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