VeraCrypt
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-11-08Bootloader: in function ReadVolumeHeader, arrays dk and masterKey have the sa...Mounir IDRASSI1-12/+9
2014-11-08Bootloader: optimize code size in single cipher mode by manually inlining EAI...Mounir IDRASSI3-26/+61
2014-11-08Bootloader code optimization: remove code in HMAC implementation in case of b...Mounir IDRASSI1-4/+24
2014-11-08Linux: remove workaround for wxFileType::GetOpenCommand bug in handling path ...Mounir IDRASSI1-5/+0
2014-11-08Linux: Support NTFS formatting of volume. We use mkfs.ntfs so it needs to be ...Mounir IDRASSI3-0/+4
2014-11-08Linux/MacOSX : fix encryption/decryption issues with hard drives that have a ...Mounir IDRASSI1-1/+1
2014-11-08MacOSX : Support hard drives with a large sector size ( > 512).Mounir IDRASSI2-2/+2
2014-11-08Integrate SHA-256 support into Linux/MacOSX code. Set PRF priority to SHA-512...Mounir IDRASSI5-5/+97
2014-11-08Small code size optimization for RIPEMD-160 when compiled for boot encryption.Mounir IDRASSI1-7/+9
2014-11-08Use HashForSystemEncryption to check if the algorithm is supported for system...Mounir IDRASSI1-1/+1
2014-11-08Display only allowed hashes when encrypting the system partition (now, SHA-25...Mounir IDRASSI1-14/+25
2014-11-08Implement support for creating and booting encrypted partition using SHA-256....Mounir IDRASSI9-10/+137
2014-11-08Add support for SHA-256 in key derivation for bootloader encryption. Create s...Mounir IDRASSI7-28/+252
2014-11-08Add SHA-256 source specific for upcoming bootloader build because of its smal...Mounir IDRASSI2-0/+301
2014-11-08Correctly support reinstalling the same version. Overwrite the bootloader if ...Mounir IDRASSI3-3/+7
2014-11-08Windows vulnerability fix : finally make bootloader decompressor more robust ...Mounir IDRASSI3-411/+448
2014-11-08Optimization to reduce code size of derive_u_ripemd160. Useful for boatloader.Mounir IDRASSI1-25/+20
2014-11-08Optimize code space and solve the Serpent issue (https://sourceforge.net/p/ve...Mounir IDRASSI6-20/+16
2014-11-08Call RegCloseKey only if handle is valid.Mounir IDRASSI1-1/+2
2014-11-08Windows : display the correct tray icon when explorer is restarted (i.e. afte...Mounir IDRASSI2-12/+18
2014-11-08Use absolute path in ShellExecute call that was missed when the security fix ...Mounir IDRASSI1-1/+1
2014-11-08Update Readme.txt to include more accurate build instructions for Linux and M...VeraCrypt_MacOSX_1.0eVeraCrypt_Linux_1.0eVeraCrypt_1.0eMounir IDRASSI1-10/+31
2014-11-08MacOSX : increment MacOSX installer version to 1.0eMounir IDRASSI1-3/+3
2014-11-08Adapt certain functions in the case of Windows bootloader in order to make it...Mounir IDRASSI3-5/+44
2014-11-08Increment version to 1.0e for the next releaseMounir IDRASSI43-58/+58
2014-11-08Include language xml files in the setupMounir IDRASSI2-2/+80
2014-11-08Windows vulnerability fix: correct some integer overflow issues using the Int...Mounir IDRASSI2-6/+40
2014-11-08Windows vulnerability fix: correct checking device name to avoid possible byp...Mounir IDRASSI1-1/+17
2014-11-08Windows vulnerability fix: correct possible BSOD attack targeted towards GetW...Mounir IDRASSI5-10/+42
2014-11-08Revert previous modification on boad-loader decompressor because it increased...Mounir IDRASSI3-54/+18
2014-11-08Windows vulnerability fix : make boot-loader decompressor more robust and sec...Mounir IDRASSI3-18/+54
2014-11-08Windows vulnerability fix : clear sensitive data in Windows kernel driver by ...Mounir IDRASSI1-1/+1
2014-11-08Windows vulnerability fix : avoid kernel pointer disclosure through a call to...Mounir IDRASSI1-1/+3
2014-11-08Windows : Specify "IDRIX" in signtool for the subject of the code signing cer...Mounir IDRASSI1-5/+5
2014-11-08Remove driver version test that is non application to VeraCrypt and that was ...Mounir IDRASSI1-3/+0
2014-11-08Correctly handle dialogs from previous versions that used 'TRUE' instead of '...Mounir IDRASSI2-3/+6
2014-11-08Windows : correct bug in construction of Format.exe path that prevented the n...Mounir IDRASSI1-1/+1
2014-11-08MacOSX : Update Main Makefile to used the new package name that include the v...VeraCrypt_MacOSX_1.0dMounir IDRASSI1-1/+1
2014-11-08MacOSX : Add detection of MacFUSE compatibility layer in installer. Change pa...Mounir IDRASSI1-3/+50
2014-11-08MacOSX : Correct typos in Main MakefileMounir IDRASSI1-3/+3
2014-11-08MacOSX : change OSXFuse error message to indicate the MacFUSE compatibility l...Mounir IDRASSI1-1/+1
2014-11-08MacOSX : modify Makefile to automatically build and sign the MacOSX installer...Mounir IDRASSI1-1/+3
2014-11-08MacOSX : add Packages project that creates the MacOSX installer for VeraCryptMounir IDRASSI1-0/+1018
2014-11-08MacOSX : Since we link directly with OSXFuse, change error message to indicat...Mounir IDRASSI1-1/+1
2014-11-08MacOSX : Copy console version of VeraCrypt inside the bundle under the name v...Mounir IDRASSI1-0/+11
2014-11-08MacOSX : Update Fuse error message to display OSXFUSE requirement alongside M...Mounir IDRASSI1-1/+1
2014-11-08MacOSX : Support detection of OSXFUSE and the presence of MacFUSE compatibili...Mounir IDRASSI1-3/+29
2014-11-08MacOSX : copy the help pdf into the VeraCrypt bundle during package creationMounir IDRASSI1-0/+1
2014-11-08MacOSX : correct the name of dmg file used by the rm commandMounir IDRASSI1-1/+1
2014-11-08MacOSX : correct compilation issue caused by system API deprication and use o...Mounir IDRASSI2-11/+5