now using setrlimit() if present and if not in debug mode; applied changes for removed files

This commit is contained in:
TLINDEN
2015-01-13 13:06:20 +01:00
parent 54986fa6dc
commit f0494385e1
10 changed files with 70 additions and 23 deletions

View File

@@ -1,3 +1,10 @@
NEXT
removed hand-written padding stuff and using
libsodiums _easy() functions for crypto now
instead of the raw nacl ones.
using secure memory where applicable.
0.2.4 fixed compiler macro misplacement (github#4).
fixed invalid free (github#5).