VeraCrypt
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-10-01MacOS: Fix Blake2s SSE 4.1 not being builtVeraCrypt_1.26.7Mounir IDRASSI1-0/+6
For now, we set GCC_GTEQ_430 to 1 to each OS. Later we will always suppose that gcc is newer than 4.3 and remove this logic.
2023-10-01MacOS: set minimum target to OSX 12. Fix About menu not working.Mounir IDRASSI3-9/+23
The modification to Forms.cpp is temporary until we find a better approach
2023-10-01Linux: use "-std=c++11" for gcc 4.8 and adapt code to old compilersMounir IDRASSI4-8/+8
2023-10-01Linux: Better detection of gcc version to correctly enable c++11Mounir IDRASSI1-8/+15
This allows to build correctly under CentOS 6 and CentOS 7
2023-09-30XML translations: increment version to 1.26.7 in Simplified Chinese fileMounir IDRASSI1-1/+1
2023-09-30Update Language.zh-cn.xml (#1206)风之暇想1-2/+2
1、翻译 2、统一加载按钮的翻译
2023-09-30XML translations: downgrade version of Simplified Chinese to be able to merge PRMounir IDRASSI1-1/+1
2023-09-30Windows: Update MBR bootloader for version 1.26.7Mounir IDRASSI20-0/+0
2023-09-30Increment version to 1.26.7. Set release date to October 1st. Update Windows ↵Mounir IDRASSI68-97/+98
signed driver files.
2023-09-30Documentation: Add documentation for RAM EncryptionMounir IDRASSI5-0/+164
2023-09-29Windows: enhancement to RAM encryptionMounir IDRASSI1-17/+55
- use a more standard-looking memory value tag instead of fully random one that will look suspicious and outstanding - If we fail to allocate 1MiB for derivation area, we device the size by two in a loop until we succeed. This is better than falling back directly to 8KiB size - Better method to derive actual encryption key: instead of simply duplicating 128bit key value, we combine a xor addition and self-encryption to build a 256-bit key - use both encID and pbKeyDerivationArea to derive IV for encryption and not only endID
2023-09-29Windows Driver: Use KeQueryInterruptTimePrecise on Windows 8.1 and newer as ↵Mounir IDRASSI2-2/+24
better seed for internal RNG compared to KeQueryInterruptTime
2023-09-29Translations: update Russian translation file by Dmitry Yerokhin.Mounir IDRASSI8-41/+127
2023-09-27Update Language.de.xml (#1213)Mr-Update1-2/+2
2023-09-26Windows: during Setup, and if VeraCrypt already installed, open online help ↵Mounir IDRASSI2-3/+40
only if PC connected to Internet
2023-09-26Documentation: Mention Upgrade/Repair/Reinstall case in Memory Protection ↵Mounir IDRASSI2-0/+9
help page
2023-09-25Update Language.zh-cn.xml (#1205)nkh04721-2/+2
* Update Language.zh-cn.xml * Update Language.zh-cn.xml
2023-09-25Update Polish translation (#1210)Matthaiks1-2/+2
2023-09-25Update Corsican translation on 2023-09 (3rd) (#1211)Patriccollu1-4/+4
2023-09-24Documentation: Add entry in FAQ about ghost drive that maybe listed by ↵Mounir IDRASSI2-1/+15
VeraCrypt on Windows Behavior report in Github: https://github.com/veracrypt/VeraCrypt/issues/1212. There is also a Reddit thread about it: https://www.reddit.com/r/VeraCrypt/comments/r9sg11/veracrypt_showing_a_hdd_which_does_not_exist/ Closes #1212
2023-09-24Documentation: mention that OS reboot is required after changing memory ↵Mounir IDRASSI2-1/+1
protection status
2023-09-24Windows: make Setup correctly manage option to disable memory protection ↵Mounir IDRASSI3-2/+8
during upgrade
2023-09-24Libzip 1.10.1 (#1209)DLL12518-32/+87
Updated to the latest version for the VeraCrypt 1.26.6 release.
2023-09-24Windows: always open online help in case of Setup because local help may be ↵Mounir IDRASSI2-1/+7
outdated
2023-09-24Windows: Add tooltip message and help button for new option to disable ↵Mounir IDRASSI56-49/+374
memory protection Also a dedicated page in the documentation was added for it.
2023-09-23Language XML files: update Russian XML file by Dmitry Yerokhin.Mounir IDRASSI1-2/+2
2023-09-22Update Language.de.xml (#1207)Mr-Update1-2/+2
2023-09-22Linux/MacOSX: Increment packaging version to 1.26.6Mounir IDRASSI5-8/+8
2023-09-21Windows: Load Riched20.dll to use RichEdit control. Use InitCommonControlsEx ↵VeraCrypt_1.26.6Mounir IDRASSI1-2/+7
instead of InitCommonControls
2023-09-21Update Polish translation (#1204)Matthaiks1-1/+1
2023-09-21Update Release Notes. Increment version to 1.26.6.Mounir IDRASSI75-83/+95
2023-09-21Documentation: Update the list of supported OSsMounir IDRASSI2-27/+8
2023-09-21Translations: Add missing entries to Estonian XML fileMounir IDRASSI1-0/+2
2023-09-21Translations: Add newly added string entry IDC_DISABLE_MEMORY_PROTECTIONMounir IDRASSI39-0/+39
2023-09-21Windows: use separate name for SetProcessMitigationPolicy function point. ↵Mounir IDRASSI1-11/+5
Remove unneeded boolean
2023-09-20Update Corsican translation on 2023-09 (2nd) (#1203)Patriccollu1-2/+4
2023-09-20Update Language.nl.xml (#1202)Thomas De Rocker1-29/+29
2023-09-20Windows: Add setting in main UI and setup wizard to disable memory protectionMounir IDRASSI10-20/+69
This can be useful for users who need Accessibility software that may not work when memory protection is active in VeraCrypt
2023-09-18Windows Security: make memory protection enabled by default. Add process ↵Mounir IDRASSI7-6/+139
mitigation (ASLR, Dynamic code, extension points) Memory protection can be disabled using registry value "VeraCryptEnableMemoryProtection" under the key "HKLM\SYSTEM\CurrentControlSet\Services\veracrypt"
2023-09-18Windows: use same manifest structure for Expander as in Mount and FormatMounir IDRASSI1-9/+9
2023-09-16Update Language.it.xml (#1200)RobO 39451-4/+4
Some italian translation update. I'm a native italian.
2023-09-15Update Language.xml (#1199)TigerxWood1-1/+1
Corrected small typo
2023-09-15Update Language.ro.xml (#1198)TigerxWood1-1/+1
2023-09-11Update Polish translation (#1197)Matthaiks1-1/+1
2023-09-11Windows: replace CoInitialize calls with CoInitializeExMounir IDRASSI6-15/+15
2023-09-10Windows: Indicate in manifest files that support starts from Windows 7Mounir IDRASSI5-4/+45
2023-09-10Translations: Add new field IDC_LINK_KEYFILES_EXTENSIONS_WARNING to language ↵Mounir IDRASSI38-0/+38
files
2023-09-10Update Language.zh-cn.xml (#1195)nkh04721-0/+1
for commit f15052e68d43bdad8d8a125a3601ff8cedcf5a3d
2023-09-10Update Corsican translation on 2023-09 (#1196)Patriccollu1-4/+6
2023-09-09Documentation: Indicate in System Encryptiom documentation that pasting ↵Mounir IDRASSI2-2/+3
passwords from clipboard is disabled during System Encryption wizard.