Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-06-12 | Avoid conflict with C++17 features std::byte by using uint8 type instead of byte | Mounir IDRASSI | 16 | -139/+139 | |
2023-11-09 | Update MBR bootloader to 1.26.10 version | Mounir IDRASSI | 20 | -0/+0 | |
2023-10-11 | Increment version to 1.26.9 | Mounir IDRASSI | 20 | -0/+0 | |
2023-10-10 | Increment version to 1.26.8 | Mounir IDRASSI | 20 | -0/+0 | |
2023-09-30 | Windows: Update MBR bootloader for version 1.26.7 | Mounir IDRASSI | 20 | -0/+0 | |
2023-09-21 | Update Release Notes. Increment version to 1.26.6. | Mounir IDRASSI | 20 | -0/+0 | |
2023-08-15 | Windows: Update MBR bootloader files to 1.26.5 build | Mounir IDRASSI | 20 | -0/+0 | |
2023-05-29 | fix wrong URL to clone EDK2 repo (#1084) | Passw | 1 | -1/+1 | |
2022-03-21 | Windows: Add latest 1.26 EFI bootloader files that are signed by Microsoft ↵ | Mounir IDRASSI | 12 | -0/+0 | |
that come with the following modifications: - Fix bug in PasswordTimeout value handling that caused it to be limited to 255 seconds. - Rescue Disk: enhance "Boot Original Windows Loader" by using embedded backup of original Windows loader if it is missing from disk - Addition of Blake2s and removal of RIPEMD160 & GOST89 | |||||
2022-03-21 | Increment version to 1.26 and update windows driver and MBR bootloader files | Mounir IDRASSI | 20 | -0/+0 | |
2022-03-21 | Windows: Display message to recreate Rescue Disk when upgrading from version ↵ | Mounir IDRASSI | 1 | -1/+1 | |
1.25 or earlier because of the changes in the supported algorithms | |||||
2022-03-08 | Implement support of Blake2s-256 hash algorithm and remove deprecated ↵ | Mounir IDRASSI | 3 | -6/+6 | |
algorithms RIPEMD-160 and GOST89. | |||||
2022-02-19 | Increment version to 1.25.9 and update Release Notes. | Mounir IDRASSI | 20 | -0/+0 | |
2022-02-05 | Windows: Update MBR bootloader files. | Mounir IDRASSI | 20 | -0/+0 | |
2022-01-07 | Increment version to 1.25.7 and update Release Notes | Mounir IDRASSI | 20 | -0/+0 | |
2021-12-28 | Windows: Update precompiled MBR bootloader files for version 1.25.6 | Mounir IDRASSI | 20 | -0/+0 | |
2021-12-20 | Increment version to 1.25.5 and update release notes | Mounir IDRASSI | 20 | -0/+0 | |
2021-12-02 | Windows: Add pre-compiled MBR bootloader binaries for version 1.25.4 to make ↵VeraCrypt_1.25.4 | Mounir IDRASSI | 20 | -0/+0 | |
it easier to build VeraCrypt without legacy VC compiler | |||||
2021-11-28 | Windows: Add pre-compiled MBR bootloader binaries for version 1.25 to make ↵ | Mounir IDRASSI | 41 | -0/+0 | |
it easier to build VeraCrypt without legacy VC compiler | |||||
2021-09-04 | Minor cleanup of the repo (#822) | a1346054 | 4 | -7/+6 | |
* *: source files should not be executable * *: make sure files have final newline * *: remove BOM from text files * translations: unify headers * *: fix typos * *: trim excess whitespace | |||||
2021-08-30 | Windows: Add latest 1.25 EFI bootloader files that are signed by Microsoft ↵ | Mounir IDRASSI | 12 | -0/+0 | |
that come with the following modifications: - Fix memory leak in some cases caused by wrong check of pointer for calling MEM_FREE - Clear bootParams variable that may contain sensitive information when halting the system in case of fatal error - Add option "KeyboardInputDelay" in DcsProp to control the minimum delay supported between two key strokes | |||||
2020-08-03 | Revert "Windows: Add latest 1.24 EFI bootloader files that are signed by ↵ | Mounir IDRASSI | 12 | -0/+0 | |
Microsoft that come with the following modifications: - Fix memory leak in some cases caused by wrong check of pointer for calling MEM_FREE - Clear bootParams variable that may contain sensitive information when halting the system in case of fatal error - Add option "KeyboardInputDelay" in DcsProp to control the minimum delay supported between two key strokes" This reverts commit 7241b18794034d4755e6e8aed996b808e0a31713. | |||||
2020-08-03 | Windows: Add latest 1.24 EFI bootloader files that are signed by Microsoft ↵ | Mounir IDRASSI | 12 | -0/+0 | |
that come with the following modifications: - Fix memory leak in some cases caused by wrong check of pointer for calling MEM_FREE - Clear bootParams variable that may contain sensitive information when halting the system in case of fatal error - Add option "KeyboardInputDelay" in DcsProp to control the minimum delay supported between two key strokes | |||||
2020-08-03 | Windows Bootloader: pass correct compressed data size to decompressor. ↵ | xiaolangde | 1 | -1/+1 | |
Because the ds segment register is modified when setting up the decompressor segment, loader length should be read from the cs segment. (#666) | |||||
2019-12-09 | Windows: Add latest 1.24 EFI bootloader files that are signed by Microsoft ↵ | Mounir IDRASSI | 12 | -0/+0 | |
that come with the following modifications: - Fix F5 showing previous password after failed authentication attempt. Ensure that even wrong password value are cleared from memory. | |||||
2019-11-22 | Windows: Add latest 1.24 EFI bootloader files that are signed by Microsoft ↵ | Mounir IDRASSI | 12 | -0/+0 | |
that come with the following modifications: - Fix "ActionFailed" not working and add "ActionCancelled" to customize handling of user hitting ESC on password prompt | |||||
2019-11-09 | Windows MBR Bootloader: better way to handle displaying write errors in ↵ | Mounir IDRASSI | 1 | -4/+7 | |
WriteEncryptedSectors function | |||||
2019-11-07 | Windows MBR Bootloader: workaround for SSD disks that don't allow write ↵ | Mounir IDRASSI | 4 | -3/+14 | |
operations in BIOS mode with buffers less than 4096 bytes | |||||
2019-11-02 | Start following IEEE 1541 agreed naming of bytes (#532) | Meteor0id | 1 | -1/+1 | |
* Start following IEEE 1541 agreed naming of bytes This standard exists to prevent any confusion about the actual number of bytes. It has been agreed on by experts and is being used more widespead these day. Let's start properly naming the number of bytes, which is absolutely important in disk encryption software. * Update LanguageStrings.cpp * Update UserInterface.cpp * kibibyte instead of kilobyte * kibibyte instead of kilobyte * MiB instead of MB * undo accidental deletions Odd indeed that two random lines were deleted in a previous commit. Probably happened when using a keyboard shortcut while editing the file. This fixes the issue. * Mb to Mib | |||||
2019-10-24 | Windows: display prompt to upgrade Rescue Disk when installing 1.24 version ↵ | Mounir IDRASSI | 1 | -1/+1 | |
since it adds functionality and it has better support for fix boot issues. | |||||
2019-09-29 | Windows: Add latest 1.24 EFI bootloader files that are signed by Microsoft ↵ | Mounir IDRASSI | 12 | -0/+0 | |
that come with the following modifications: - Fix issue that was preventing Streebog hash from being selected manually during Pre-Boot authentication - Ensure that the correct Windows bootloader is executed when the user press ESCAPE - make the rescue disk boot machine directly from disk if "VeraCrypt" folder is missing. This make it easy to create a bootable disk for VeraCrypt from the rescue disk by just removing or renaming its "VeraCrypt" folder. | |||||
2019-03-01 | Windows: use specific order for EFI boot arguments memory regions that ↵ | Mounir IDRASSI | 1 | -1/+2 | |
matches the one used by EFI bootloader. | |||||
2019-02-01 | Windows: Add latest 1.24 EFI bootloader files that are signed by Microsoft ↵ | Mounir IDRASSI | 12 | -0/+0 | |
that come with several enhancements and fixes especially for Rescue Disk: - Implement better timeout mechanism for password input. Implement new actions "shutdown" and "reboot". Set default timeout value to 3 minutes and default timeout action to "shutdown" - Enhance Rescue Disk implementation of restoring VeraCrypt loader. - Fix ESC on password prompt during Pre-Test not starting Windows - Add menu entry in Rescue Disk that enables starting original Windows loader | |||||
2019-01-28 | Increase password maximum length to 128 bytes from 64 bytes | Mounir IDRASSI | 1 | -3/+3 | |
2018-12-19 | Windows MBR Bootloader: workaround for issue affecting creation of hidden OS ↵ | Mounir IDRASSI | 1 | -1/+16 | |
on some SSD drives (Error 128 while writing MBR). This commit replace the 512 bytes write operations by a 4096 bytes write operation. | |||||
2018-12-03 | MBR Bootloader: dynamically determine boot loader memory segment instead of ↵ | Mounir IDRASSI | 1 | -15/+16 | |
hardcoded values (proposed by neos6464 at https://sourceforge.net/p/veracrypt/tickets/240/) | |||||
2018-09-03 | Windows: Add EFI bootloader files that are signed by Microsoft and remove ↵ | Mounir IDRASSI | 163 | -119/+1 | |
files related to loading SecureBoot custom keys. | |||||
2018-08-24 | Update EFI bootloader for 1.23-BETA6 | Mounir IDRASSI | 6 | -0/+0 | |
2018-08-12 | Windows: update EFI SecureBoot PowerShell script and its associated ↵ | Mounir IDRASSI | 141 | -18/+94 | |
certificates to the latest version from VeraCrypt-DCS repository. | |||||
2018-08-12 | Windows: Update EFI bootloader files for 1.23-BETA3 release | Mounir IDRASSI | 6 | -0/+0 | |
2018-07-05 | Windows: Update EFI bootloader binaries that implement workaround for first ↵ | Mounir IDRASSI | 6 | -0/+0 | |
sector overwritten by Windows Repair. | |||||
2018-04-23 | Windows: Update EFI bootloader binaries that implement the new workaround ↵ | Mounir IDRASSI | 8 | -0/+0 | |
for system encryption issues. | |||||
2018-04-23 | Windows: Fix system encryption issues on machines that always force booting ↵ | Mounir IDRASSI | 1 | -1/+1 | |
on Microsoft bootloader (e.g. HP). | |||||
2018-03-30 | Windows: Update EFI bootloader files for 1.22 release | Mounir IDRASSI | 6 | -0/+0 | |
2018-03-28 | Windows: Update EFI bootloader files for 1.22-BETA8 | Mounir IDRASSI | 6 | -0/+0 | |
2018-03-27 | Windows: Update EFI bootloader files for 1.22-BETA7 | Mounir IDRASSI | 6 | -0/+0 | |
2018-03-22 | Update EFI bootloader files to latest VeraCrypt-DCS (commit "llmath updated ↵ | Mounir IDRASSI | 14 | -0/+0 | |
(EFI based)") | |||||
2017-08-02 | Windows MBR bootloader: reduce CPU usage during password prompt (Credit: ↵ | Mounir IDRASSI | 1 | -1/+22 | |
Jason Pyeron of CipherShed project https://github.com/CipherShed/CipherShed/commit/00ea00e8e6a23a4243316f860aa07ed59203ab97) | |||||
2017-07-23 | Windows MBR Bootloader: always compress bootloader with upx to reduce ↵ | Mounir IDRASSI | 1 | -2/+2 | |
runtime memory requirement thanks to its in-place decompression. | |||||
2017-07-22 | Windows: reduce size of MBR bootloader by removing unused functions in each ↵ | Mounir IDRASSI | 2 | -4/+8 | |
build type. |