VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Release
AgeCommit message (Collapse)AuthorFilesLines
2019-02-01Update Release Notes and other files for 1.24-Beta2 releaseMounir IDRASSI5-1/+1
2019-01-28Increment version to 1.24-Beta2Mounir IDRASSI5-1/+1
2019-01-22Windows: Increment driver version to 1.24.1.1Mounir IDRASSI5-1/+1
2019-01-14Update Release Notes and language files for version 1.24-Beta1. Add signed ↵Mounir IDRASSI5-1/+1
Windows drivers.
2019-01-14Increment version to 1.24-Beta1Mounir IDRASSI5-1/+1
2018-12-19Windows: Increment driver version to 1.24.0.1Mounir IDRASSI5-1/+1
2018-12-19Increment version to 1.24-Beta0Mounir IDRASSI2-0/+0
2018-10-10Increment version to 1.23-Hotfix-2Mounir IDRASSI2-0/+0
2018-09-21Increment version to 1.23-Hotfix-1Mounir IDRASSI5-1/+1
2018-09-03Increment version to 1.23-BETA7 and update release notes.Mounir IDRASSI5-1/+1
2018-08-24Increment version to 1.23-BETA6Mounir IDRASSI5-1/+1
2018-08-18Windows: Update signed driver files for 1.22-BETA5Mounir IDRASSI5-1/+1
2018-04-23Windows: fix driver inf fileMounir IDRASSI5-16/+21
2018-04-23Windows: implement compatibility for Windows 10 major updates using ↵Mounir IDRASSI5-0/+80
ReflectDrivers mechanism whose support started from Windows 10 version 1607.
2018-03-30Windows: Update signed driver files for 1.22Mounir IDRASSI2-0/+0
2018-03-27Windows: Update signed driver files for 1.22-BETA7Mounir IDRASSI2-0/+0
2018-03-22Windows: Update signed driver files for 1.22-BETA5Mounir IDRASSI2-0/+0
2017-12-09Windows: Update signed driver files for 1.22-BETA4Mounir IDRASSI2-0/+0
2017-08-02Windows: Update signed driver files for 1.22-BETA3Mounir IDRASSI2-0/+0
2017-07-29Windows: Update signed driver files for 1.22-BETA2-Build6Mounir IDRASSI2-0/+0
2017-07-27Windows: Update signed driver files for 1.22-BETA2-Build5Mounir IDRASSI2-0/+0
2017-07-23Windows: Update signed driver files for 1.22-BETA2-Build1Mounir IDRASSI2-0/+0
2017-07-20Windows: Update signed driver files for 1.22-BETA1-Build4Mounir IDRASSI2-0/+0
2017-07-19Windows: Update signed driver files for 1.22-BETA0Mounir IDRASSI2-0/+0
2017-07-09Windows: Update signed driver files for 1.21 release (1.21.5)Mounir IDRASSI2-0/+0
2017-07-05Windows: Update signed driver files for 1.21 release (1.21.4)Mounir IDRASSI2-0/+0
2017-07-02Windows: Update signed driver files for 1.21 releaseMounir IDRASSI2-0/+0
2017-07-01Windows: Update signed driver files for 1.21 releaseMounir IDRASSI2-0/+0
2017-06-29Windows: Update signed driver files for 1.20 releaseMounir IDRASSI2-0/+0
2017-06-23Windows: Update signed driver files of 1.20 release (include SHA-2 speed ↵Mounir IDRASSI2-0/+0
optimization)
2017-06-21Windows: Update signed driver files of 1.20 release (include Camellia speed ↵Mounir IDRASSI2-0/+0
optimization)
2017-06-10Windows: Update signed driver files of 1.20 releaseMounir IDRASSI2-0/+0
2017-06-02Windows: Update signed driver files of 1.20-BETA3 releaseMounir IDRASSI2-0/+0
2017-06-01Move Apache license files to the root of "src" folderMounir IDRASSI2-394/+0
2017-06-01remove duplicated license text fileMounir IDRASSI1-772/+0
2017-06-01Move PDF of User Guide to "doc" folderMounir IDRASSI1-0/+0
2017-04-26Update zlib copyright noticeMounir IDRASSI1-1/+1
2016-12-30Windows: Update signed driver files of 1.20-BETA2 releaseMounir IDRASSI2-0/+0
2016-12-30Increment version to 1.20 BETA2 (1.20.2)Mounir IDRASSI1-0/+0
2016-12-07Windows: Update driver files of 1.20-BETA1 releaseMounir IDRASSI2-0/+0
2016-10-17Update User GuideVeraCrypt_1.19Mounir IDRASSI1-0/+0
2016-10-17Windows: Support EFI system encryption for 32-bit Windows.Mounir IDRASSI1-0/+0
2016-10-17Update user guide.Mounir IDRASSI1-0/+0
2016-10-17Windows: Update driver files of 1.19 releaseMounir IDRASSI2-0/+0
2016-10-17Increment version to 1.19 (1.19.4)Mounir IDRASSI1-0/+0
2016-10-17Windows: Update signed drivers.Mounir IDRASSI2-0/+0
2016-10-17Update documentation and increment version to 1.19 BETA3 (1.19.3)Mounir IDRASSI1-0/+0
2016-10-17Crypto: Use SIMD optimized Serpent implementation from Botan. 2.5x speed ↵Mounir IDRASSI2-0/+55
gain factor. Update credits and copyrights notice.
2016-10-17Update copyrights in legal notices and license file.Mounir IDRASSI2-40/+125
2016-08-21Increment version to 1.19 BETA2 (1.19.2)Mounir IDRASSI1-0/+0
span> mov cx, word ptr cs:[start + TC_BOOT_SECTOR_LOADER_LENGTH_OFFSET] sub cx, TC_GZIP_HEADER_SIZE push cx ; Compressed data size push TC_BOOT_LOADER_COMPRESSED_BUFFER_OFFSET + TC_GZIP_HEADER_SIZE ; Compressed data push TC_MAX_BOOT_LOADER_DECOMPRESSED_SIZE ; Output buffer size push TC_BOOT_LOADER_DECOMPRESSOR_MEMORY_SIZE + TC_COM_EXECUTABLE_OFFSET ; Output buffer push cs push decompressor_ret push es push TC_COM_EXECUTABLE_OFFSET retf decompressor_ret: add sp, 8 pop dx ; Restore boot sector segment push cs pop ds ; Check decompression result test ax, ax jz decompression_ok lea si, loader_damaged_msg call print jmp $ decompression_ok: ; DH = boot sector flags mov dh, byte ptr [start + TC_BOOT_SECTOR_CONFIG_OFFSET] ; Set up boot loader segment mov ax, es add ax, TC_BOOT_LOADER_DECOMPRESSOR_MEMORY_SIZE / 16 mov es, ax mov ds, ax cli mov ss, ax mov sp, TC_BOOT_LOADER_STACK_TOP sti ; Execute boot loader push es push TC_COM_EXECUTABLE_OFFSET retf ; Print string print: xor bx, bx mov ah, 0eh cld @@: lodsb test al, al jz print_end int 10h jmp @B print_end: ret ; Read sectors of the first cylinder read_sectors: mov ch, 0 ; Cylinder mov dh, 0 ; Head ; DL = drive number passed from BIOS mov ah, 2 int 13h jnc read_ok lea si, disk_error_msg call print read_ok: ret ; Calculate checksum checksum: push ds push es pop ds xor eax, eax cld @@: lodsb add ebx, eax rol ebx, 1 loop @B pop ds ret backup_loader_used db 0 disk_error_msg db 'Disk error', 13, 10, 7, 0 loader_damaged_msg db 7, 'Loader damaged! Repair with Rescue Disk', 0 ORG 7C00h + 510 dw 0AA55h ; Boot sector signature _TEXT ENDS END start