Mounir IDRASSI
|
fb12b635ed
Update Readme.txt to include more accurate build instructions for Linux and MacOSX
|
10 years ago |
Mounir IDRASSI
|
d761e95133
MacOSX : increment MacOSX installer version to 1.0e
|
10 years ago |
Mounir IDRASSI
|
f7d783dda8
Adapt certain functions in the case of Windows bootloader in order to make its size as small as possible.
|
10 years ago |
Mounir IDRASSI
|
ccbc2cff0b
Increment version to 1.0e for the next release
|
10 years ago |
Mounir IDRASSI
|
809394d383
Include language xml files in the setup
|
10 years ago |
Mounir IDRASSI
|
7c501359b3
Windows vulnerability fix: correct some integer overflow issues using the IntSafe library. Detected by the Open Crypto Audit project
|
10 years ago |
Mounir IDRASSI
|
f82e16f0a1
Windows vulnerability fix: correct checking device name to avoid possible bypass attack detected by the Open Crypto Audit project
|
10 years ago |
Mounir IDRASSI
|
4fa4d6d227
Windows vulnerability fix: correct possible BSOD attack targeted towards GetWipePassCount() / WipeBuffer() found by the Open Crypto Audit Project.
|
10 years ago |
Mounir IDRASSI
|
e0efb36f33
Revert previous modification on boad-loader decompressor because it increased its size and it became impossible to include it with the SERPENT version of bootloader. The decompressor and the compressed bootloader are copied twice (original and backup) in the 63 first sectors of the hard drive (32K), thus the size limitation.
|
10 years ago |
Mounir IDRASSI
|
ef4355acf8
Windows vulnerability fix : make boot-loader decompressor more robust and secure by adding multiple checks and validation code. Note that we had to switch to the slow implementation of the function decode in order to keep the size of the decompressor code under 2K.
|
10 years ago |
Mounir IDRASSI
|
5fcb262539
Windows vulnerability fix : clear sensitive data in Windows kernel driver by using burjn instead of memset
|
10 years ago |
Mounir IDRASSI
|
d6aa653648
Windows vulnerability fix : avoid kernel pointer disclosure through a call to TC_IOCTL_GET_SYSTEM_DRIVE_DUMP_CONFIG but restricting this call to Kernel Mode.
|
10 years ago |
Mounir IDRASSI
|
6de2c143b9
Windows : Specify "IDRIX" in signtool for the subject of the code signing certificate.
|
10 years ago |
Mounir IDRASSI
|
9083f95db0
Remove driver version test that is non application to VeraCrypt and that was wrongly inherited from TrueCrypt.
|
10 years ago |
Mounir IDRASSI
|
03cf7cc566
Correctly handle dialogs from previous versions that used 'TRUE' instead of 'VERA' as a value for GWLP_USERDATA.
|
10 years ago |
Mounir IDRASSI
|
f158df394e
Windows : correct bug in construction of Format.exe path that prevented the new volume wizard to launch.
|
10 years ago |
Mounir IDRASSI
|
bb7ef68040
MacOSX : Update Main Makefile to used the new package name that include the version.
|
10 years ago |
Mounir IDRASSI
|
37891c2bb0
MacOSX : Add detection of MacFUSE compatibility layer in installer. Change package name to include version in order to avoid specifying manually the title of the installer window.
|
10 years ago |
Mounir IDRASSI
|
3e2cf28d92
MacOSX : Correct typos in Main Makefile
|
10 years ago |
Mounir IDRASSI
|
92af806488
MacOSX : change OSXFuse error message to indicate the MacFUSE compatibility layer is needed.
|
10 years ago |
Mounir IDRASSI
|
ce44ad4c57
MacOSX : modify Makefile to automatically build and sign the MacOSX installer for VeraCrypt.
|
10 years ago |
Mounir IDRASSI
|
a857f6c087
MacOSX : add Packages project that creates the MacOSX installer for VeraCrypt
|
10 years ago |
Mounir IDRASSI
|
0d6443e05a
MacOSX : Since we link directly with OSXFuse, change error message to indicate that OSXFuse 2.3+ is needed.
|
10 years ago |
Mounir IDRASSI
|
41a31ac76f
MacOSX : Copy console version of VeraCrypt inside the bundle under the name veracrypt_console.
|
10 years ago |
Mounir IDRASSI
|
4fefd61cee
MacOSX : Update Fuse error message to display OSXFUSE requirement alongside MacFuse.
|
10 years ago |
Mounir IDRASSI
|
8ee17fd727
MacOSX : Support detection of OSXFUSE and the presence of MacFUSE compatibility layer.
|
10 years ago |
Mounir IDRASSI
|
7aceaf124e
MacOSX : copy the help pdf into the VeraCrypt bundle during package creation
|
10 years ago |
Mounir IDRASSI
|
f143182cbc
MacOSX : correct the name of dmg file used by the rm command
|
10 years ago |
Mounir IDRASSI
|
f94707e4ef
MacOSX : correct compilation issue caused by system API deprication and use of new wxWidgets.
|
10 years ago |
Mounir IDRASSI
|
73bf608efc
MacOSX : Correct issue of compiling assembly files in both 32-bit and 64-bit mode. Modify Makefiles to correct compilation process using latest Xcode.
|
10 years ago |