VeraCrypt/src/Common
2016-12-07 12:36:08 +01:00
..
libzip Windows: Replace XZip/XUnzip library with zlib and libzip and include the sources of these library into VeraCrypt source tree. 2016-10-17 18:40:06 +02:00
zlib Windows: Replace XZip/XUnzip library with zlib and libzip and include the sources of these library into VeraCrypt source tree. 2016-10-17 18:40:06 +02:00
Apidrvr.h Windows: Fix failure to access EFS data on VeraCrypt volumes under Windows 10 but supporting undocumented IOCTL. 2016-10-17 18:40:25 +02:00
BaseCom.cpp Windows: Implement support for EFI system encryption in Windows GUI. 2016-08-15 01:09:13 +02:00
BaseCom.h Windows: Implement support for EFI system encryption in Windows GUI. 2016-08-15 01:09:13 +02:00
BootEncryption.cpp Windows: Support EFI system encryption for 32-bit Windows. 2016-10-17 18:40:40 +02:00
BootEncryption.h Windows: Remove VeraCrypt from EFI boot partition after decrypting the system 2016-10-17 18:40:39 +02:00
Cache.c Remove trailing whitespace 2016-05-10 22:18:34 +02:00
Cache.h Remove trailing whitespace 2016-05-10 22:18:34 +02:00
Cmdline.c Remove trailing whitespace 2016-05-10 22:18:34 +02:00
Cmdline.h Remove trailing whitespace 2016-05-10 22:18:34 +02:00
Combo.c Remove trailing whitespace 2016-05-10 22:18:34 +02:00
Combo.h Remove trailing whitespace 2016-05-10 22:18:34 +02:00
Common.h Remove trailing whitespace 2016-05-10 22:18:34 +02:00
Common.rc Windows: Support EFI system encryption for 32-bit Windows. 2016-10-17 18:40:40 +02:00
Crc.c Remove trailing whitespace 2016-05-10 22:18:34 +02:00
Crc.h Remove trailing whitespace 2016-05-10 22:18:34 +02:00
Crypto.c Windows: Don't use Twofish x64 assembly implementation for UEFI bootloader (for now, yasm is not integrated in EDKII framework). 2016-12-07 12:36:08 +01:00
Crypto.h Windows EFI: don't use optimized Serpent implementation for EFI bootloader because lack of C++ support in EDKII framework 2016-10-17 18:40:26 +02:00
Dictionary.c Remove trailing whitespace 2016-05-10 22:18:34 +02:00
Dictionary.h Remove trailing whitespace 2016-05-10 22:18:34 +02:00
Dlgcode.c Windows: don't change thread priority when benchmarking encryption algorithms for more accurate results 2016-12-07 12:36:05 +01:00
Dlgcode.h Windows: Remove VeraCrypt from EFI boot partition after decrypting the system 2016-10-17 18:40:39 +02:00
EncryptionThreadPool.c Windows: Add support for Streebog (hash) and kuznyechik (encryption) 2016-08-15 01:09:11 +02:00
EncryptionThreadPool.h Remove trailing whitespace 2016-05-10 22:18:34 +02:00
Endian.c Remove trailing whitespace 2016-05-10 22:18:34 +02:00
Endian.h Windows EFI Bootloader: modifications to prepare EFI system encryption support (common files with DcsBoot) 2016-08-15 01:09:12 +02:00
Exception.h Remove trailing whitespace 2016-05-10 22:18:34 +02:00
Fat.c Windows: align buffers used for keys to avoid issues when SSE used. 2016-08-15 01:09:14 +02:00
Fat.h Remove trailing whitespace 2016-05-10 22:18:34 +02:00
Format.c Windows: in case of In-Place encryption, encrypt random data instead of existing data when filling unused space like the other cases. 2016-09-11 13:12:45 +02:00
Format.h Remove trailing whitespace 2016-05-10 22:18:34 +02:00
GfMul.c Remove trailing whitespace 2016-05-10 22:18:34 +02:00
GfMul.h Normalize all line terminators 2016-05-10 20:20:14 +02:00
Inflate.c Remove trailing whitespace 2016-05-10 22:18:34 +02:00
Inflate.h Remove trailing whitespace 2016-05-10 22:18:34 +02:00
Keyfiles.c Windows: check for malloc failures and report error in such cases. 2016-10-17 18:40:17 +02:00
Keyfiles.h Windows: better implementation for support of smart card PIN in command line. Supported now also on Format. 2016-05-29 01:33:18 +02:00
Language.c Windows: fix compiler warnings 2016-06-17 15:50:39 +02:00
Language.h Remove trailing whitespace 2016-05-10 22:18:34 +02:00
Language.xml Windows: Implement Rescue Disk support for EFI system encryption 2016-08-15 01:09:17 +02:00
Makefile Normalize all line terminators 2016-05-10 20:20:14 +02:00
Password.c Windows: in case of In-Place encryption, encrypt random data instead of existing data when filling unused space like the other cases. 2016-09-11 13:12:45 +02:00
Password.h Windows EFI Bootloader: modifications to prepare EFI system encryption support (common files with DcsBoot) 2016-08-15 01:09:12 +02:00
Pkcs5.c Crypto: remove specific PBKDF2 optimization for block index encoding (except in 16-bit bootloader) in order to make code clearer and avoid bad usage in the future if this implementation is used to generate more bytes than today. 2016-10-17 18:40:13 +02:00
Pkcs5.h Windows: Add support for Streebog (hash) and kuznyechik (encryption) 2016-08-15 01:09:11 +02:00
Progress.c Remove trailing whitespace 2016-05-10 22:18:34 +02:00
Progress.h Remove trailing whitespace 2016-05-10 22:18:34 +02:00
Random.c Windows: fix crash caused by previous Streebog fix. 2016-08-21 13:44:00 +02:00
Random.h Remove trailing whitespace 2016-05-10 22:18:34 +02:00
Registry.c Remove trailing whitespace 2016-05-10 22:18:34 +02:00
Registry.h Remove trailing whitespace 2016-05-10 22:18:34 +02:00
Resource.h Windows: Support EFI system encryption for 32-bit Windows. 2016-10-17 18:40:40 +02:00
SecurityToken.cpp Windows: better implementation for support of smart card PIN in command line. Supported now also on Format. 2016-05-29 01:33:18 +02:00
SecurityToken.h Windows: better implementation for support of smart card PIN in command line. Supported now also on Format. 2016-05-29 01:33:18 +02:00
Sources Normalize all line terminators 2016-05-10 20:20:14 +02:00
Tcdefs.h Increment version to 1.19 (1.19.4) 2016-10-17 18:40:35 +02:00
Tests.c Add test vectors for Kuznyechik and GOST89 (the later is deprecated) 2016-10-17 18:40:16 +02:00
Tests.h Remove trailing whitespace 2016-05-10 22:18:34 +02:00
Textual_logo_96dpi.bmp Concert bitmaps to supported format 2014-11-08 23:18:36 +01:00
Textual_logo_288dpi.bmp Concert bitmaps to supported format 2014-11-08 23:18:36 +01:00
Textual_logo_background.bmp Concert bitmaps to supported format 2014-11-08 23:18:36 +01:00
VeraCrypt_mounted.ico Windows: use new icons an graphics contributed by Andreas Becker (https://github.com/veracrypt/VeraCrypt/issues/9#issuecomment-118353850) 2015-12-05 00:07:13 +01:00
VeraCrypt_Volume.ico Windows: use new icons an graphics contributed by Andreas Becker (https://github.com/veracrypt/VeraCrypt/issues/9#issuecomment-118353850) 2015-12-05 00:07:13 +01:00
VeraCrypt.ico Windows: use new icons an graphics contributed by Andreas Becker (https://github.com/veracrypt/VeraCrypt/issues/9#issuecomment-118353850) 2015-12-05 00:07:13 +01:00
Volumes.c Windows: Fix false-positive detection of Evil-Maid attack during creation process of hidden OS by excluding the configuration byte in the boot sector whose value changes depending on the content. 2016-10-17 18:40:24 +02:00
Volumes.h Windows: in case of In-Place encryption, encrypt random data instead of existing data when filling unused space like the other cases. 2016-09-11 13:12:45 +02:00
Wipe.c Remove trailing whitespace 2016-05-10 22:18:34 +02:00
Wipe.h Remove trailing whitespace 2016-05-10 22:18:34 +02:00
Xml.c Windows EFI Bootloader: modifications to prepare EFI system encryption support (common files with DcsBoot) 2016-08-15 01:09:12 +02:00
Xml.h Windows EFI Bootloader: modifications to prepare EFI system encryption support (common files with DcsBoot) 2016-08-15 01:09:12 +02:00
Xts.c Crypto: Use SIMD optimized Serpent implementation from Botan. 2.5x speed gain factor. Update credits and copyrights notice. 2016-10-17 18:40:23 +02:00
Xts.h Remove trailing whitespace 2016-05-10 22:18:34 +02:00