VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Tcdefs.h
AgeCommit message (Collapse)AuthorFilesLines
2017-07-09Increment version to 1.21.5Mounir IDRASSI1-1/+1
2017-07-07Change 1.21 release date to July 7th 2017Mounir IDRASSI1-1/+1
2017-07-05Increment version to 1.21.4Mounir IDRASSI1-1/+1
2017-07-04Windows Driver: correctly save and restore extended processor state when ↵Mounir IDRASSI1-0/+20
performing AVX operations on Windows 7 and later. Enhance readability of code handling save/restore of floating point state.
2017-07-03Change 1.21 release date to July 3rd 2017Mounir IDRASSI1-1/+1
2017-07-02Increment version to 1.21 (1.21.1)Mounir IDRASSI1-4/+4
2017-06-29Set 1.20 release date to June 29th 2017Mounir IDRASSI1-1/+1
2017-06-29Update release date and increment version to 1.20.3.4Mounir IDRASSI1-1/+1
2017-06-23Update IDRIX copyright yearMounir IDRASSI1-1/+1
2017-06-23Increment version to 1.20 (1.20.3)Mounir IDRASSI1-3/+3
2017-06-10Windows Driver Security: Use enhanced protection of NX pool under Windows 8 ↵Mounir IDRASSI1-1/+9
and later.
2017-06-05Beta2 patch 1kavsrf1-4/+4
Edit DcsProp and PlatformInfo from System->Settings EFI loader updated
2017-05-15Replace Codeplex links by ones on veracrypt.frMounir IDRASSI1-3/+2
2016-12-30Increment version to 1.20 BETA2 (1.20.2)Mounir IDRASSI1-2/+2
2016-12-08Increment version to 1.20 BETA1 (1.20.1)Mounir IDRASSI1-4/+4
2016-10-17Increment version to 1.19 (1.19.4)Mounir IDRASSI1-2/+2
2016-10-17Update documentation and increment version to 1.19 BETA3 (1.19.3)Mounir IDRASSI1-3/+3
2016-08-21Increment version to 1.19 BETA2 (1.19.2)Mounir IDRASSI1-3/+3
2016-08-17Update 1.18 release dateMounir IDRASSI1-1/+1
2016-08-17Linux: fix various compilation issues under Linux.Mounir IDRASSI1-0/+4
2016-08-16Increment version to 1.18. Update user guide PDF file.VeraCrypt_1.18_PreReleaseMounir IDRASSI1-4/+4
2016-08-15Windows EFI Bootloader: modifications to prepare EFI system encryption ↵Alex1-3/+88
support (common files with DcsBoot)
2016-08-15Windows Driver: Add extra traces and enable tracing in release build if ↵Mounir IDRASSI1-3/+3
DEBUG_TRACE defined.
2016-06-02Crypto: Add support for Japanese encryption standard Camellia, including for ↵Mounir IDRASSI1-4/+4
system encryption.
2016-05-10Remove trailing whitespaceDavid Foerster1-9/+9
2016-05-10Normalize all line terminatorsDavid Foerster1-323/+323
2016-02-21Linux & MacOSX: better implementation for TC_THROW_FATAL_EXCEPTION to use ↵Mounir IDRASSI1-0/+8
__builtin_trap when available.
2016-02-14Increment version to 1.17. Update user guide PDF file.Mounir IDRASSI1-5/+5
2016-01-20Copyright: update dates to include 2016.Mounir IDRASSI1-1/+1
2015-12-31Cryptography: Optimize Whirlpool implementation by using public domain ↵Mounir IDRASSI1-0/+3
assembly code developed by Wei Dai
2015-11-26Windows: Full UNICODE rewrite and implement support for UNICODE passwords.Mounir IDRASSI1-1/+2
2015-10-07Increment version to 1.16. Update user guide PDF file.VeraCrypt_1.16Mounir IDRASSI1-4/+4
2015-09-26Increment version to 1.15. Update user guide PDF file.VeraCrypt_1.15Mounir IDRASSI1-3/+3
2015-09-16Increment version to 1.14. Update user guide PDF file.VeraCrypt_1.14Mounir IDRASSI1-4/+4
2015-08-09Increment version to 1.13VeraCrypt_1.13Mounir IDRASSI1-3/+3
2015-08-06Increment version to 1.12. Update user guide PDF file.Mounir IDRASSI1-4/+4
2015-08-06Update license information to reflect the use of a dual license Apache 2.0 ↵Mounir IDRASSI1-7/+9
and TrueCrypt 3.0.
2015-05-26Windows: solve 64-bit compilation warnings after checking that they are ↵Mounir IDRASSI1-1/+1
harmless.
2015-04-06Increment VeraCrypt version to 1.0f-2Mounir IDRASSI1-4/+4
2015-04-06Windows vulnerability fix: CryptAcquireContext vulnerability fix. Add checks ↵Mounir IDRASSI1-1/+3
to random generator to abort in case of error and display a diagnose message to the user.
2015-03-08Add Coverity define to avoid false positives during Static Code Analysis ↵Mounir IDRASSI1-0/+5
when TC_THROW_FATAL_EXCEPTION is used in the code
2015-01-04Increment version to 1.0f-1 and update language files and PDF with ↵Mounir IDRASSI1-5/+5
information about TrueCrypt 6.0 support.
2014-12-31Increment version to 1.0f and update language XML files with new fields.Mounir IDRASSI1-2/+2
2014-12-28Windows: support loading TrueCrypt volumes. Implement converting TrueCrypt ↵Mounir IDRASSI1-1/+2
volumes to VeraCrypt using the change password functionality.
2014-12-20Increment version to 1.0f-BETA3 and update language XML files with new fields.Mounir IDRASSI1-4/+4
2014-12-11Windows Driver: change inherited TrueCrypt constants in kernel objects tags ↵Mounir IDRASSI1-3/+3
by VeraCrypt specific values. These are used in crash dumps analysis and during debugging.
2014-12-04Windows: update URLs to points to the online documentation. Use a dedicated ↵Mounir IDRASSI1-2/+2
donation link.
2014-11-08Increment version to 1.0e for the next releaseMounir IDRASSI1-4/+4
2014-11-08Static Code Analysis : Generalize the use of Safe String functions. Add some ↵Mounir IDRASSI1-1/+1
NULL pointer checks. Avoid false-positive detection in AppendMenu (MF_SEPARATOR) calls by setting the last parameter to "" instead of NULL.
2014-11-08Point to the SourceForge website instead of idrix.fr for the application ↵Mounir IDRASSI1-2/+2
link. Remove OS parameter is URL constructed under Linux/MacOSX