VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Core
AgeCommit message (Expand)AuthorFilesLines
2023-12-11macOS: Use correct Disk Utility location when "check filesystem" is ran (#1273)Jertzukka1-1/+7
2023-11-13wolfCrypt as crypto backend for VeraCrypt (#1227)lealem473-8/+36
2023-10-08Fix warnings and throwing an exception instead of ignoring the error (#1229)kovalev01-4/+1
2023-09-08Linux/macOS: simplify logic of handling /dev/random reading failure (proposed...Mounir IDRASSI2-16/+11
2023-08-05Security: ensure that XTS primary key is different from secondary key when cr...Mounir IDRASSI1-0/+5
2023-08-04fix warnings and UB (#1164)kovalev01-1/+4
2023-07-24Linux/macOS: Remove TrueCrypt supportMounir IDRASSI6-35/+18
2023-06-29EMV keyfile support: Overall code improvements and bug fixesMounir IDRASSI8-31/+31
2023-06-28Add EMV functionality (#1080)mmauv8-25/+31
2023-06-10Linux/FreeBSD: Fix privilege escalation prompts being ignored (#1100)Jertzukka1-3/+5
2023-06-01Fix issues launching fsck via terminal on Linux (#1086)Jertzukka1-5/+17
2023-05-27Linux/macOS: Make RNG implementation match documentation and the Windows impl...Mounir IDRASSI1-8/+15
2023-05-27Linux/macOS: explicitely initialize hash algo before hashing random poolMounir IDRASSI1-2/+3
2023-05-19OpenBSD vnconfig no longer needs -c option (#1002)ZhanYF1-2/+0
2022-03-08Implement support of Blake2s-256 hash algorithm and remove deprecated algorit...Mounir IDRASSI2-5/+4
2021-11-28Linux: try to fix some rare issues when invoking sudo using fork by waiting 1...Mounir IDRASSI1-0/+3
2021-09-04Minor cleanup of the repo (#822)a13460543-0/+0
2021-07-14Make compatble with pam_tmpdir (#793)chasonr1-2/+96
2021-07-14Add support for OpenBSD (#779)kokokodak3-0/+229
2020-11-28Fixed macFUSE support for macOS 11 (Big Sur) (#699)Thierry Lelegard1-2/+6
2020-08-26Linux: Reduce minimal size requirement for BTRFS support to 16 MiB by using m...Mounir IDRASSI1-1/+2
2020-08-08Linux/FreeBSD: Fix build error using older compilersMounir IDRASSI2-0/+6
2020-08-07Linux: Fix detection of available filesystem formattersMounir IDRASSI1-0/+12
2020-08-05Linux: Add support for Btrfs filesystem when creating volumesMounir IDRASSI1-0/+55
2020-06-28Linux/MacOSX: Erase sensitive memory explicitly instead of relying on the com...Mounir IDRASSI1-1/+1
2020-06-26Linux/MacOSX: use standard std::shared_ptr instead of our custom implementati...Mounir IDRASSI2-4/+8
2020-06-21Linux/MacOSX: Read at least 32 bytes from /dev/random before allowing it to f...Mounir IDRASSI2-3/+11
2020-06-19Linux/MacOSX: Don't always ignore /dev/random failure by making sure that it ...Mounir IDRASSI2-1/+21
2020-06-11Switch from auto_ptr to unique_ptr (#638)Christopher Bergqvist7-31/+31
2019-12-16MacOSX: fix compilation error caused by missing StringConverter::ToWide metho...Mounir IDRASSI1-1/+1
2019-12-05Make sure password gets deleted in case of exception in CoreUnix::MountVolume...Hanno Böck1-0/+1
2019-12-01UNIX: make sector size mismatch error more verbose (#552) (#561)alt3r 3go1-2/+4
2019-11-04Linux/FreeBSD: Add CLI switch to force use of old sudo behavior of sending a ...Mounir IDRASSI3-23/+37
2019-11-03Linux/FreeBSD: Fix regression causing admin password to be requested too many...Mounir IDRASSI1-32/+40
2019-10-23Linux/MacOSX: Add missing JitterEntropy implementationMounir IDRASSI2-0/+25
2019-10-19MacOSX: Support APFS for creating volumes.Mounir IDRASSI1-0/+1
2019-10-17Linux: fix compilation error under CentOS 6Mounir IDRASSI1-0/+1
2019-10-08Linux/FreeBSD: Use of 'sudo -n uptime' command to check whether user has an a...El Mostafa Idrassi1-0/+37
2018-08-10Linux: Remove limitation of hidden volume protection on disk with sector size...Mounir IDRASSI1-11/+0
2018-06-11Linux/MacOSX/FreeBSD: Support mounting partially encrypted system partitions/...Mounir IDRASSI1-0/+1
2018-03-27Crypto: Add support for 5 new cascades of cipher algorithms (Camellia-Kuznyec...Mounir IDRASSI1-1/+5
2017-06-23Update IDRIX copyright yearMounir IDRASSI39-39/+39
2017-05-28Fix wrong FAT32 jump opcode in its headerMounir IDRASSI1-2/+2
2016-10-17MacOSX: remove unused variableMounir IDRASSI1-1/+0
2016-10-17MacOSX: remove MacFUSE dependency and link against OSXFuse library. Now, only...Mounir IDRASSI1-22/+10
2016-10-17Use properly aligned memory in code using Streebog hash implementation that u...Mounir IDRASSI1-1/+1
2016-08-17Linux: Disable Kernel crypto if volume encrypted using Kuznyechik or MagmaMounir IDRASSI1-0/+3
2016-08-15Linux/MacOSX: Similar fix to Windows one. Write fake hidden volume header tha...Mounir IDRASSI1-6/+57
2016-05-10Remove trailing whitespaceDavid Foerster39-116/+116
2016-05-01Reset bogus executable permissionsDavid Foerster1-0/+0