Home
Source Code
Downloads
Documentation
Donate
Forums
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Crypto
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-24
Windows: fix detection of Visual Studio version to activate assembly optimiza...
Mounir IDRASSI
1
-0
/
+4
2016-05-10
Fix space before tab
David Foerster
1
-1
/
+1
2016-05-10
Remove trailing whitespace
David Foerster
13
-115
/
+115
2016-05-10
Normalize all line terminators
David Foerster
30
-11276
/
+11276
2016-05-01
Reset bogus executable permissions
David Foerster
5
-0
/
+0
2016-02-22
Windows: correct static inline declaration to solve Windows compilation error
Mounir IDRASSI
1
-2
/
+2
2016-02-21
Crypto: update Whirlpool implementation using latest code from Crypto++.
Mounir IDRASSI
5
-518
/
+645
2016-02-07
Windows:Fix various issues and warnings reported by static code analysis tool...
Mounir IDRASSI
1
-1
/
+1
2016-01-20
Copyright: update dates to include 2016.
Mounir IDRASSI
2
-2
/
+2
2016-01-11
MacOSX: use native OSX byte swapping routines used in hash functions to impro...
Mounir IDRASSI
1
-3
/
+10
2016-01-03
Windows: use compiler intrinsic for some functions used in cryptographic prim...
Mounir IDRASSI
1
-0
/
+10
2016-01-03
Cryptography: correct Whirlpool compilation error on Big Endian platforms.
Mounir IDRASSI
1
-271
/
+271
2015-12-31
Cryptography: Optimize Whirlpool implementation by using public domain assemb...
Mounir IDRASSI
9
-1164
/
+1526
2015-11-26
Windows: Full UNICODE rewrite and implement support for UNICODE passwords.
Mounir IDRASSI
1
-42
/
+42
2015-08-06
Update license information to reflect the use of a dual license Apache 2.0 an...
Mounir IDRASSI
4
-11
/
+22
2015-05-22
Windows: Modifications to build 64-bit versions of VeraCrypt.exe & "VeraCrypt...
Mounir IDRASSI
1
-0
/
+215
2015-02-09
Static Code Analysis: clarify macros definition and use.
Mounir IDRASSI
1
-4
/
+4
2014-11-08
Bootloader: reduce the size of Serpent implementation when used as the single...
Mounir IDRASSI
1
-3
/
+3
2014-11-08
Small code size optimization for RIPEMD-160 when compiled for boot encryption.
Mounir IDRASSI
1
-7
/
+9
2014-11-08
Add SHA-256 source specific for upcoming bootloader build because of its smal...
Mounir IDRASSI
2
-0
/
+301
2014-11-08
Optimize code space and solve the Serpent issue (https://sourceforge.net/p/ve...
Mounir IDRASSI
4
-14
/
+10
2014-11-08
Adapt certain functions in the case of Windows bootloader in order to make it...
Mounir IDRASSI
1
-0
/
+2
2014-11-08
Remove remaining legacy cryptographic algorithms that are never used by VeraC...
Mounir IDRASSI
2
-20
/
+0
2014-11-08
Remove deprecated/legacy cryptographic algorithms and encryption modes that a...
Mounir IDRASSI
9
-1946
/
+0
2014-11-08
use burn instead of memset when clearing RIPEMD context to ensure the compile...
Mounir IDRASSI
1
-1
/
+1
2014-11-08
Update RIPEMD160 implementation in Windows Bootloaded to benefit from the com...
Mounir IDRASSI
2
-4
/
+3
2014-11-08
Add original TrueCrypt 7.1a sources
Mounir IDRASSI
35
-0
/
+13423
[prev]