VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Format
AgeCommit message (Collapse)AuthorFilesLines
2021-01-02Increment version to 1.24-Update9Mounir IDRASSI1-4/+4
2021-01-02Windows: Add support for ARM64 platform (e.g. Microsoft Surface Pro X). ↵Mounir IDRASSI2-0/+749
System encryption still not implemented on ARM64
2021-01-02Windows: Fix issue in preserving last access timestamp of file containers ↵Mounir IDRASSI1-2/+0
when creating hidden volumes in direct mode inside them
2020-11-29Increment version to 1.24-Update8Mounir IDRASSI1-4/+4
2020-08-06Increment internal version to 1.24.23 and update release notesMounir IDRASSI1-2/+2
2020-08-06Windows: Fix crash when using portable 32-bit "VeraCrypt ↵Mounir IDRASSI2-4/+4
Format.exe"/"VeraCrypt.exe" on a 64-bit machine where VeraCrypt is already installed
2020-08-06Increment internal version to 1.24.22 and update release notesMounir IDRASSI1-2/+2
2020-08-03Increment internal version to 1.24.21 and update release notesMounir IDRASSI1-2/+2
2020-07-28Windows: Don't allow a directory path to be entered for the file container ↵Mounir IDRASSI1-1/+17
to be created in Format wizard
2020-07-22Increment internal version to 1.24.20 and update release notesMounir IDRASSI1-2/+2
2020-07-22Windows: Warn about Fast Startup if it is enabled during system encryption ↵Mounir IDRASSI3-0/+58
or volume creation and propose to disable it
2020-07-06Windows: correctly wipe password in UI input field in case of direct ↵Mounir IDRASSI1-2/+8
creation of Hidden volume or resuming non-system in-place encryption
2020-07-06Windows: Support direct password drag-n-drop from external applications ↵Mounir IDRASSI1-2/+26
(e.g. KeePass) which is more secure than using clipboard.
2020-07-04Increment internal version to 1.24.19Mounir IDRASSI1-2/+2
2020-06-29Increment internal version to 1.24.18 and update signed Windows drivers.Mounir IDRASSI1-2/+2
2020-06-28Windows: remove unused code targeting Windows 2000.Mounir IDRASSI1-14/+2
2020-06-23Increment version to 1.24-Update7Mounir IDRASSI1-4/+4
2020-06-23Windows: Don't allow Hidden volume to have the same password, PIM and ↵Mounir IDRASSI1-7/+49
keyfiles as Outer volume
2020-03-10Increment version to 1.24-Update6Mounir IDRASSI1-4/+4
2020-03-10Windows: Add /secureDesktop switch to VeraCrypt FormatMounir IDRASSI1-0/+21
2020-03-10Windows: Support using token keyfile when creating file container using ↵Mounir IDRASSI1-1/+33
command line
2020-02-11Increment version to 1.24-Update5 and update signed Windows drivers.Mounir IDRASSI1-4/+4
2020-02-10Windows: Fix warnings reported by Coverity static code analyzerMounir IDRASSI1-8/+17
2020-02-04Windows: Fix groupbox alignment issue in UI of Fprmat wizardMounir IDRASSI1-1/+1
2020-01-22Increment version to 1.24-Update4 and update Release NotesMounir IDRASSI1-4/+4
2020-01-22Windows: Fix regression in Expander and Format when RAM encryption is enable ↵Mounir IDRASSI1-0/+41
that was causing volume headers to be corrupted.
2020-01-21Windows: Fix failure of Screen Readers (Accessibility support) to reader UI ↵Mounir IDRASSI1-0/+12
by disabling newly introduced memory protection by default and adding a CLI switch (/protectMemory) to enable it when needed. This fixes issue https://github.com/veracrypt/VeraCrypt/issues/536
2019-12-16Update version information in preparation for 1.24-Update2 releaseMounir IDRASSI1-2/+2
2019-12-16Update Format wizard bitmap using submission by Andreas Becker ↵Mounir IDRASSI1-0/+0
(https://github.com/veracrypt/VeraCrypt/issues/9#issuecomment-565833478)
2019-12-16Windows: make /fastCreateFile switch apply to both UI and command line ↵Mounir IDRASSI1-1/+2
creation of file containers
2019-12-12Windows: Fix the checkbox for skipping verification of Rescue Disk not ↵Mounir IDRASSI1-0/+1
reflecting the value of /noisocheck switch when specified in VeraCrypt Format command line.
2019-12-10Increment version to 1.24-Update2Mounir IDRASSI1-4/+4
2019-12-10Windows: Align volume size field in Format wizard with other controlsMounir IDRASSI1-1/+1
2019-12-10Windows: Add switch /FastCreateFile for VeraCrypt Format.exe to speedup ↵Mounir IDRASSI1-0/+10
creation of large file container if quick format is selected. This switch comes with security issues since it will embed existing content on disk into the file container which may expose sensitive content to an attacker who has access to the file container.
2019-12-08Windows: enhancements to the mechanism preserving file timestamps, ↵Mounir IDRASSI1-0/+12
especially for keyfiles.
2019-11-07Increment version to 1.24-Hotfix2Mounir IDRASSI1-4/+4
2019-10-24Increment version to 1.24-Hotfix1Mounir IDRASSI1-4/+4
2019-10-20Increment version to 1.23-Hotfix1-PreviewMounir IDRASSI1-4/+4
2019-10-20Windows: resize UI elements of random collection step in Format wizardMounir IDRASSI1-8/+7
2019-10-06Increment version to 1.24Mounir IDRASSI1-2/+2
2019-10-02Windows: Add support for /nosizecheck switch in Format command line file ↵Mounir IDRASSI1-1/+1
container creation
2019-10-02Increment version to 1.24-Beta6Mounir IDRASSI1-4/+4
2019-09-30Windows: resize VeraCrypt Format Wizard and Mount Options dialogs to fix ↵Mounir IDRASSI2-273/+270
some text truncation issues with non-English languages.
2019-09-25Windows: Disable the Keyfiles button in system encryption wizard since we ↵Mounir IDRASSI1-1/+2
don't support them yet.
2019-03-09Increment version to 1.24-Beta5Mounir IDRASSI1-4/+4
2019-03-09Increment version to 1.24-Beta4 and update release notes to clarify that ↵Mounir IDRASSI1-4/+4
password length increase applies only to non-system volumes.
2019-03-03Increment version to 1.24-Beta3. Update Release Notes.Mounir IDRASSI1-4/+4
2019-03-03Windows: replicate old behavior when handling passwords in UI when legacy ↵Mounir IDRASSI1-9/+16
password maximum length option selected
2019-03-03Windows: Add option to use legacy maximum password length (64 characters) ↵Mounir IDRASSI1-1/+4
instead of new maximum length (128) in UI and command line. This will users who were relying on the UI truncating the passwords to the first 64 characters in the previous versions of VeraCrypt.
2019-03-02Windows: Generalize RAM encryption for keys to VeraCrypt binaries, ↵Mounir IDRASSI1-2/+39
especially Format and Expander