Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
7 days | Windows: remove VS 2019 solution and project files since we migrated to VS 2022. | Mounir IDRASSI | 1 | -582/+0 | |
8 days | Windows: Upgrade VS 2019 solution/projects to VS 2022. Remove Win32 ↵ | Mounir IDRASSI | 1 | -203/+6 | |
configuration for driver and binaries. Only setup remains 32-bit to be compatible with both x64 and arm64 Windows. | |||||
12 days | Add support for SHA-256 x86 instrinsic for enhance performance of ↵ | Mounir IDRASSI | 1 | -1/+1 | |
PBKDF2-HMAC-SHA256 | |||||
2024-09-08 | Windows: Add support for x86 and x64 build for driver and binaries using ↵ | Mounir IDRASSI | 1 | -18/+27 | |
Visual Studio 2019 We also enable Control Flow Guard and Spectre Mitigation | |||||
2023-09-03 | Windows: simpler and more robust safe dll loading combined with delay ↵ | Mounir IDRASSI | 1 | -9/+9 | |
loading thanks to Windows 7 being minimum supported version. We also block execution on Windows versions older than Windows 7. A lot of code was removed thanks to this. | |||||
2023-08-20 | Windows: delay load bcrypt.dll to reduce startup dependency loading until ↵ | Mounir IDRASSI | 1 | -9/+9 | |
setting safe dll loading | |||||
2023-06-29 | EMV keyfile support: Overall code improvements and bug fixes | Mounir IDRASSI | 1 | -0/+22 | |
2022-02-10 | Windows: Reduce the size of installers by almost 50% by using LZMA ↵ | Mounir IDRASSI | 1 | -9/+12 | |
compression instead of DEFLATE | |||||
2021-01-02 | Windows: Add support for ARM64 platform (e.g. Microsoft Surface Pro X). ↵ | Mounir IDRASSI | 1 | -0/+745 | |
System encryption still not implemented on ARM64 |