VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Random.h
AgeCommit message (Collapse)AuthorFilesLines
2022-03-08Implement support of Blake2s-256 hash algorithm and remove deprecated ↵Mounir IDRASSI1-1/+1
algorithms RIPEMD-160 and GOST89.
2019-10-03Windows: Add function RandinitWithCheck to detect if random generator was ↵Mounir IDRASSI1-0/+1
already initialized before our call or not
2017-06-23Update IDRIX copyright yearMounir IDRASSI1-1/+1
2016-05-10Remove trailing whitespaceDavid Foerster1-4/+4
2016-05-10Normalize all line terminatorsDavid Foerster1-76/+76
2016-01-31Windows: solve bootloader compilation errorMounir IDRASSI1-1/+1
2016-01-31Windows: Implement GUI indicator for entropy collected from mouse movements.Mounir IDRASSI1-1/+2
2016-01-20Copyright: update dates to include 2016.Mounir IDRASSI1-1/+1
2015-08-06Update license information to reflect the use of a dual license Apache 2.0 ↵Mounir IDRASSI1-7/+9
and TrueCrypt 3.0.
2015-05-22Windows: make random generator function compatible with 64-bit execution ↵Mounir IDRASSI1-0/+2
environment
2015-04-06Windows vulnerability fix: CryptAcquireContext vulnerability fix. Add checks ↵Mounir IDRASSI1-0/+1
to random generator to abort in case of error and display a diagnose message to the user.
2014-12-27Windows: use the correct window handle for creating message boxes. This ↵Mounir IDRASSI1-3/+3
became important after the introduction of the wait dialog in order to avoid having message boxes behind the wait dialog.
2014-12-11Implement function RandgetBytesFull that enables generating random bytes of ↵Mounir IDRASSI1-0/+8
any length.
2014-11-08Add original TrueCrypt 7.1a sourcesMounir IDRASSI1-0/+62