Notepad3/crypto
Rainer Kottenhoff af4d1292f4 + raise Warning Level from 3 -> 4, and fix corresponding warnings
+ option: build-time: treat warning as error (build fails)
+ cleanups reported by CppCheck v.1.79  (except issue: 'variableScope')
+ remove _CRT_SECURE_NO_WARNINGS to see security warnings for deprecated functions;
+ remove macro-definition for BOOKMARK_EDITION (bookmarks are fixed component of NP3 now)
   (code has not been excaped by this MACRO consistently)
2017-08-11 14:18:39 +02:00
..
extras New Encryption Feature 2016-01-29 22:24:29 +02:00
crypto.c + raise Warning Level from 3 -> 4, and fix corresponding warnings 2017-08-11 14:18:39 +02:00
crypto.h + raise Warning Level from 3 -> 4, and fix corresponding warnings 2017-08-11 14:18:39 +02:00
encryption-doc.txt New Encryption Feature 2016-01-29 22:24:29 +02:00
notepadcrypt.c + raise Warning Level from 3 -> 4, and fix corresponding warnings 2017-08-11 14:18:39 +02:00
read_me.txt New Encryption Feature 2016-01-29 22:24:29 +02:00
rijndael-alg-fst.c + raise Warning Level from 3 -> 4, and fix corresponding warnings 2017-08-11 14:18:39 +02:00
rijndael-alg-fst.h fixing 64bit issue XhmikosR/notepad2-mod#37 2016-11-06 16:15:36 +01:00
rijndael-api-fst.c + crypto module: code cleanup according to static code analysis (CppCheck and VS2015 Analyze) 2016-11-27 11:23:16 +01:00
rijndael-api-fst.h + raise Warning Level from 3 -> 4, and fix corresponding warnings 2017-08-11 14:18:39 +02:00
sha-256.c + crypto module: code cleanup according to static code analysis (CppCheck and VS2015 Analyze) 2016-11-27 11:23:16 +01:00
sha-256.h + crypto module: code cleanup according to static code analysis (CppCheck and VS2015 Analyze) 2016-11-27 11:23:16 +01:00
testcrypt.tcsh New Encryption Feature 2016-01-29 22:24:29 +02:00