VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
33 min.Pkcs5.c: Fix typos where SHA256 is mentionned instead of Blake2sHEADmasterMounir IDRASSI1-5/+5
24 hoursPrevent failing fs options being shown in --text --create (#1078)Jertzukka1-15/+23
25 hoursLinux/macOS: Make RNG implementation match documentation and the Windows impl...Mounir IDRASSI1-8/+15
32 hoursLinux/macOS: explicitely initialize hash algo before hashing random poolMounir IDRASSI1-2/+3
3 daysWindows: Add missing Blake2s source files to VS 2019 crypto projectMounir IDRASSI1-0/+3
3 daysWindows: Add missing update of libzip zip_err_str.c and fix libzip related pr...Mounir IDRASSI5-86/+153
3 daysUpdate Libzip to latest 1.9.2 (#1071)DLL125144-4059/+8304
7 daysLinux: Fix printing error when checking freespace during volume creationMounir IDRASSI1-1/+6
7 daysLinux/macOS: Better handling of wrong PIM value in text mode (enhances PR#1026)Mounir IDRASSI1-1/+4
7 daysKeep PIM secret and re-ask when user entered a wrong value (#1026)Bogdan Drozdowski1-1/+5
9 daysAdded line breaks between new copyright holders (#963)Marius Kjærstad1-2/+2
9 daysupdate zlib to latest version 1.2.13 (#986)Wendigo18-228/+262
10 dayswxWidget assert failure bug (#999)Es6-107/+113
10 daysOpenBSD vnconfig no longer needs -c option (#1002)ZhanYF1-2/+0
10 daysFix compiler warnings (#1030)David1-2/+2
10 daysFix mount.veracrypt (#1064)Jertzukka1-2/+2
10 daysAdd a new LangString 'LINUX_VOL_MOUNTED' to show when volume mounted. Fixes (...Jertzukka2-1/+2
10 daysLinux/macOS: Suppress asserts displayed by wxWidgets 3.1.6+ for sizer flags u...Mounir IDRASSI1-0/+1
10 daysLinux: Fix .deb package compatibility with Ubuntu 23.04Mounir IDRASSI1-1/+5
2022-12-11Windows MSI: fix failure to create MSI because of missing html files during p...Mounir IDRASSI1-1/+1
2022-12-11Windows MSI: Add reference to newly added documentation files. Remove referen...Mounir IDRASSI1-4/+112
2022-12-11Documentation: remove usage of CSS collapsible to avoid breaking CHM generati...Mounir IDRASSI1-2/+6
2022-12-11Revert "New sys enc wizard (#957)"Mounir IDRASSI12-1001327/+279
2022-08-25New sys enc wizard (#957)SysEncWizardPR957Felix Reichmann12-279/+1001327
2022-08-25Windows: use newer MEMORYSTATUSEX structure in call to GlobalMemoryStatusExMounir IDRASSI1-3/+3
2022-08-25Minor bugfixes (#950)Wendigo2-6/+12
2022-08-21Fix incorrect text color in dark mode (#920)Kenneth Chew2-3/+3
2022-08-21Fixed a typo error (#929)Matteo Baccan1-1/+1
2022-08-16Documentation overwork (#953)Felix Reichmann1-47/+3
2022-03-31Update zlib to version 1.2.12Mounir IDRASSI18-989/+10767
2022-03-26Windows: Add various checks to address Coverity reported issues.Mounir IDRASSI11-28/+105
2022-03-26Windows: check result of WriteFile and don't block if it is failing (Coverity)Mounir IDRASSI1-4/+10
2022-03-26Remove dead code from chacha_ECRYPT_encrypt_bytes (Coverity)Mounir IDRASSI2-15/+16
2022-03-26Windows: Fix wrong parameter to CloseHandle function in case of failure of Cr...Mounir IDRASSI1-1/+1
2022-03-22Update release notes for 1.26.0 and set its date to March 21st 2022Mounir IDRASSI6-9/+9
2022-03-21Windows: Add latest 1.26 EFI bootloader files that are signed by Microsoft th...Mounir IDRASSI12-0/+0
2022-03-21Increment version to 1.26 and update windows driver and MBR bootloader filesMounir IDRASSI41-47/+47
2022-03-21Add missing Blake2s source filesMounir IDRASSI10-0/+1474
2022-03-21Windows: Display message to recreate Rescue Disk when upgrading from version ...Mounir IDRASSI1-1/+1
2022-03-21Windows: Block upgrade of VeraCrypt is the system is encrypted using RIPEMD-1...Mounir IDRASSI5-0/+42
2022-03-21Windows: use "HMAC-BLAKE2s-256" instead of "HMAC-BLAKE2s" for BLAKE2s PRF nameMounir IDRASSI1-1/+1
2022-03-08Implement support of Blake2s-256 hash algorithm and remove deprecated algorit...Mounir IDRASSI50-1944/+482
2022-02-19Increment version to 1.25.9 and update Release Notes.Mounir IDRASSI46-38/+38
2022-02-19Linux/MacOSX: Fix hidden volume settings not correctly displayed when enablin...Mounir IDRASSI3-4/+7
2022-02-18Linux: Fix code dump when built with -D_GLIBCXX_ASSERTIONS caused by an asser...Mounir IDRASSI1-1/+0
2022-02-16Windows: Fix wrong Debug reference in VS2019 solution fileMounir IDRASSI1-8/+8
2022-02-16Update Release Notes and release dateMounir IDRASSI1-1/+1
2022-02-16Increment version to 1.25.8.2 and update signed Windows driversMounir IDRASSI17-19/+19
2022-02-13Linux/FreeBSD: Enable building without AESNI support by setting environment v...Mounir IDRASSI4-7/+32
2022-02-11Windows: remove debugging left over call to MessageBoxMounir IDRASSI1-1/+0