forked from evanlabs/luacrypto
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathChangeLog
More file actions
18 lines (18 loc) · 693 Bytes
/
Copy pathChangeLog
File metadata and controls
18 lines (18 loc) · 693 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
0.5.1 [4/Mar/2017]
Repair some lua methods on the openssl-1.1.0 compatibility
0.5.0 [1/Mar/2017]
Update to openssl-1.1.0, Not compatible with openssl-1.0.x
0.3.2 [25/Apr/2013]
Updated for Lua 5.2
0.3.1 [6/Mar/2012]
Added a compile-time option to initialize OpenSSL outside of LuaCrypto
0.3.0 [1/Mar/2012]
Added encryption, decryption, signing, verifying, sealing and opening functionality.
0.2.0 [24/Aug/2006]
Added random support.
Removed Lua stub files and collapsed modules.
Changed all supporting materials (documentation, build, etc.) to Kepler standards.
0.1.1 [22/Jan/2006]
Added Lua 5.0/Compat-5.1 support.
0.1.0 [13/Jan/2006]
Initial release.