VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common
AgeCommit message (Expand)AuthorFilesLines
2020-11-29Increment version to 1.24-Update8Mounir IDRASSI1-3/+3
2020-08-07Set release date of 1.24-Update7 to August 7th 2020Mounir IDRASSI1-1/+1
2020-08-06Increment internal version to 1.24.23 and update release notesMounir IDRASSI1-1/+1
2020-08-06Increment internal version to 1.24.22 and update release notesMounir IDRASSI1-1/+1
2020-08-06Windows: Fix wrong error message when UTF-8 encoding of entered password exce...Mounir IDRASSI1-1/+1
2020-08-06Windows: Display a warning during system encryption wizard when typed passwor...Mounir IDRASSI1-36/+42
2020-08-06Windows: Display warning message with correct maximum length value when passw...Mounir IDRASSI2-8/+42
2020-08-03Increment internal version to 1.24.21 and update release notesMounir IDRASSI1-2/+2
2020-08-03Windows: Fix issue in UI for configuration autofix mechanism of bootloaderMounir IDRASSI2-0/+11
2020-08-03Windows: Use correct parameters for 2nd call to SetStartExec in BootEncryptio...Mounir IDRASSI1-1/+1
2020-08-02Windows: use fix for CVE-2019-19501 only if standard Windows Shell is running...Mounir IDRASSI1-2/+4
2020-07-29Windows: Don't use HRESULT macros SUCCEEDED to check if WinVerifyTrust succee...Mounir IDRASSI1-1/+1
2020-07-24Windows: update libzip to latest version 1.7.3 (close issue #656)Mounir IDRASSI49-2735/+2513
2020-07-22Windows: Add possibility to sign binaries using SHA256 only. This fixes Windo...Mounir IDRASSI1-1/+13
2020-07-22Increment internal version to 1.24.20 and update release notesMounir IDRASSI1-1/+1
2020-07-22Windows: Warn about Fast Startup if it is enabled during system encryption or...Mounir IDRASSI1-0/+10
2020-07-21Windows Setup: Warn about Fast Startup during install if it is enabled and pr...Mounir IDRASSI1-0/+1
2020-07-21Windows: Implement detection of Hibernate and Fast Startup and disable them i...Mounir IDRASSI3-0/+75
2020-07-08Windows: Add UI options to control the behavior of automatic bootloader fixin...Mounir IDRASSI1-0/+4
2020-07-06Update Release Notes with latest Windows change (password drag-n-drop support)Mounir IDRASSI1-1/+1
2020-07-06Windows: Support direct password drag-n-drop from external applications (e.g....Mounir IDRASSI2-0/+477
2020-07-04Increment internal version to 1.24.19Mounir IDRASSI1-2/+2
2020-07-02Windows: Use native Windows format program first to perform formatting since ...Mounir IDRASSI1-7/+6
2020-07-02Windows: Hide the console windows of the native Windows format tool when we c...Mounir IDRASSI1-1/+2
2020-07-02Windows: Don't allow to encrypt the system drive if it is already encrypted b...Mounir IDRASSI4-0/+117
2020-07-02Windows: Replace GetSystemInfo calls by more reliable function to get number ...Mounir IDRASSI1-9/+6
2020-07-02Windows: Don't use API for Processor Groups support if there is only 1 CPU gr...Mounir IDRASSI2-37/+76
2020-06-29Windows: Fallback to Windows native formatting tool if we fail to format a vo...Mounir IDRASSI2-2/+153
2020-06-29Windows: Avoid displaying waiting dialog when /silent specified for "VeraCryp...Mounir IDRASSI1-1/+1
2020-06-28Linux/MacOSX: Erase sensitive memory explicitly instead of relying on the com...Mounir IDRASSI1-4/+0
2020-06-28Windows: Fix build error because of missing definition of the macro move_ptrMounir IDRASSI1-0/+4
2020-06-28Windows: remove unused code targeting Windows 2000.Mounir IDRASSI2-10/+1
2020-06-26Update Language.xml (#645)Thomas De Rocker1-1/+1
2020-06-26Linux/MacOSX: use standard std::shared_ptr instead of our custom implementati...Mounir IDRASSI1-2/+2
2020-06-26Windows: fix warning reported by static code analyzed by adding copy construc...Mounir IDRASSI2-4/+32
2020-06-23Increment version to 1.24-Update7Mounir IDRASSI1-3/+3
2020-06-23Windows: Don't allow Hidden volume to have the same password, PIM and keyfile...Mounir IDRASSI1-0/+1
2020-06-21Windows: support RAM encryption only if t1ha2 algorithm self test succeedsMounir IDRASSI1-1/+4
2020-06-21Windows: Fix issue when RAM encryption used, AES selected and AES-NI not supp...Mounir IDRASSI2-0/+10
2020-06-21Windows: call VcProtectKeys in benchmark warm-up when RAM encryption is enabl...Mounir IDRASSI1-0/+4
2020-06-19Windows: Fix wrong results in benchmark of encryption algorithms when RAM enc...Mounir IDRASSI1-0/+5
2020-06-19Windows: remove duplicated function to detect AES-NI support in CPUMounir IDRASSI1-1/+1
2020-06-12Windows: Update IDRIX SHA-1 code signing certificate to latest one.Mounir IDRASSI1-6/+6
2020-06-11Switch from auto_ptr to unique_ptr (#638)Christopher Bergqvist4-13/+13
2020-03-10Increment version to 1.24-Update6Mounir IDRASSI1-2/+2
2020-03-10Windows setup: Fix wrong language used in installer if we select a language i...Mounir IDRASSI1-0/+1
2020-03-10Update copyright year in creditsVeraCrypt_1.24-Update5Mounir IDRASSI1-3/+3
2020-03-10Windows: Add missing libzip file to the build projectMounir IDRASSI2-0/+4
2020-03-10Set release date of 1.24-Update5 and update release notesMounir IDRASSI1-2/+2
2020-03-10Windows: Update libzip to 1.6.1Mounir IDRASSI112-266/+585