VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Dlgcode.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-08Implement support of Blake2s-256 hash algorithm and remove deprecated algorit...Mounir IDRASSI1-11/+8
2022-02-11Update copyrights following integration of LZMA SDKMounir IDRASSI1-1/+2
2022-02-10Windows: Make Travel Disk contains 32-bit and arm64 binaries when VeraCrypt i...Mounir IDRASSI1-934/+950
2022-02-02Windows: Fix failure to verify driver file signature since it is signed by Mi...Mounir IDRASSI1-1/+12
2022-02-01Windows: Make MSI installer compatible with System Encryption by leveraging V...Mounir IDRASSI1-4/+14
2022-01-30Windows: Fix wrong check on IUnknown_QueryService function pointerMounir IDRASSI1-1/+1
2022-01-30Windows: Enhancement to CVE-2019-19501 fix to using IShellDispatch2::ShellExe...Mounir IDRASSI1-4/+119
2022-01-07Windows: Update IDRIX SHA-256 code signing certificate to latest oneMounir IDRASSI1-6/+6
2022-01-02Windows: Restore support of Windows 7, 8/8.1 by using single attestation sign...Mounir IDRASSI1-4/+230
2022-01-02Update copyright year to 2022Mounir IDRASSI1-2/+2
2021-12-04Windows: Implement TESTSIGNING build configuration that allows running under ...Mounir IDRASSI1-2/+52
2021-11-21Windows: Restrict supported Windows versions to XP, 10 and 11 because of new ...Mounir IDRASSI1-22/+7
2021-09-02Windows: Implement a new way to detect Windows version to overcome MSI limita...Mounir IDRASSI1-0/+53
2021-08-30Windows: Set minimal supported version to Windows 8 since our driver is now s...Mounir IDRASSI1-2/+2
2021-08-30Update copyright year to 2021Mounir IDRASSI1-2/+2
2021-08-30Windows: Update IDRIX SHA-256 code signing certificate to latest oneMounir IDRASSI1-6/+6
2021-08-02Windows: Fix wrong detection of ARM architectureMounir IDRASSI1-1/+1
2021-07-14Windows: Use only SHA256 certificate for code signature verification since SH...Mounir IDRASSI1-12/+1
2021-07-13Windows: replace insecure wcscpy/wcscat/strcpy runtime functions with secure ...Mounir IDRASSI1-2/+2
2021-03-22Windows: first implementation of MSI installer for silent mode deployment (AC...Mounir IDRASSI1-4/+39
2021-02-27Windows: Load UrlUnescapeW dynamically from Shlwapi.dll and use safe URL open...Mounir IDRASSI1-5/+14
2021-02-24Windows: Fix freeze when password dialog displayed in secure desktop and try ...Mounir IDRASSI1-2/+36
2021-02-21Windows: Fix failure to load local HTML documentation if application running ...Mounir IDRASSI1-6/+24
2021-01-02Windows: Add support for ARM64 platform (e.g. Microsoft Surface Pro X). Syste...Mounir IDRASSI1-11/+88
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 IDRASSI1-5/+39
2020-08-03Windows: Fix issue in UI for configuration autofix mechanism of bootloaderMounir IDRASSI1-0/+10
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-22Windows: Add possibility to sign binaries using SHA256 only. This fixes Windo...Mounir IDRASSI1-1/+13
2020-07-21Windows: Implement detection of Hibernate and Fast Startup and disable them i...Mounir IDRASSI1-0/+73
2020-07-06Windows: Support direct password drag-n-drop from external applications (e.g....Mounir IDRASSI1-0/+422
2020-07-02Windows: Don't allow to encrypt the system drive if it is already encrypted b...Mounir IDRASSI1-0/+102
2020-07-02Windows: Replace GetSystemInfo calls by more reliable function to get number ...Mounir IDRASSI1-9/+6
2020-06-28Windows: remove unused code targeting Windows 2000.Mounir IDRASSI1-6/+0
2020-06-26Windows: fix warning reported by static code analyzed by adding copy construc...Mounir IDRASSI1-4/+8
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 Bergqvist1-1/+1
2020-03-10Update copyright year in creditsVeraCrypt_1.24-Update5Mounir IDRASSI1-3/+3
2020-03-10Windows: Fix compilation error caused by previous keyfile commitMounir IDRASSI1-0/+2
2020-03-10Windows: Fix keyfiles path passed as CLI argument and set as default not alwa...Mounir IDRASSI1-1/+3
2020-02-10Windows: Fix warnings reported by Coverity static code analyzerMounir IDRASSI1-4/+7
2020-01-22Windows: use fix for CVE-2019-19501 only when process elevated otherwise it w...Mounir IDRASSI1-1/+22
2020-01-21Windows: Fix failure of Screen Readers (Accessibility support) to reader UI b...Mounir IDRASSI1-3/+1
2019-12-13Windows: check "TrueCrypt Mode" in password dialog when mounting a file conta...Mounir IDRASSI1-0/+9
2019-12-08Windows: use fix for CVE-2019-19501 only on Vista and above since it doesn't ...Mounir IDRASSI1-1/+2