Age | Commit message (Collapse) | Author | Files | Lines |
|
desktop and making all mount calls in a separate thread. DeviceIoControl is making our like hard because it doesn't behave as a normal system call and it blocks our window message loop even when called from a separate thread.
|
|
correct hash algorithm of volumes during various operations (mount, change password...). In case of system encryption, slightly speedup Windows startup time by making the driver pickup the correct hash algorithm used for the encryption.
|
|
is still a freeze in the GUI even though the call to DeviceIoControl is done in a separate thread which can't be explained. Maybe if we had an asynchronous Device Driver call, things would better.
|
|
letting VeraCrypt choose random size values.
|
|
|
|
SHA-256. Support SHA-256 for normal volumes as well.
|
|
GUIDs for VeraCrypt. Replace "TRUE" by "VERA" in volume headers and driver magic word.
|
|
|