Home
Source Code
Downloads
Documentation
Donate
Forums
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Common
/
Random.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-24
Windows: Fix failure to launch keyfile generator in secure desktop mode
Mounir IDRASSI
1
-2
/
+6
2019-10-03
Windows: Add function RandinitWithCheck to detect if random generator was alr...
Mounir IDRASSI
1
-1
/
+13
2019-10-03
Windows: Use Jitterentropy RNG only in SlowPoll call and not in FastPoll sinc...
Mounir IDRASSI
1
-13
/
+0
2019-02-12
Windows: Use Hardware RNG based on CPU timing jitter "Jitterentropy" by Steph...
Mounir IDRASSI
1
-0
/
+27
2019-02-08
Windows: Add option to enable use of CPU RDRAND/RDSEED as source of entropy w...
Mounir IDRASSI
1
-5
/
+7
2019-02-01
Windows: use CPU RDRAND or RDSEED as an additional entropy source for our ran...
Mounir IDRASSI
1
-5
/
+25
2017-06-23
Update IDRIX copyright year
Mounir IDRASSI
1
-1
/
+1
2016-08-21
Windows: fix crash caused by previous Streebog fix.
Mounir IDRASSI
1
-1
/
+1
2016-08-20
Windows: Fix crash on 32-bit machines when using Streebog on a CPU that suppo...
Mounir IDRASSI
1
-1
/
+1
2016-08-15
Windows: Add support for Streebog (hash) and kuznyechik (encryption)
Mounir IDRASSI
1
-0
/
+15
2016-07-25
Windows: solve benchmark issue for Whirlpool which caused wrong numbers when ...
Mounir IDRASSI
1
-1
/
+1
2016-05-10
Remove trailing whitespace
David Foerster
1
-25
/
+25
2016-05-10
Normalize all line terminators
David Foerster
1
-898
/
+898
2016-02-07
Windows:Fix various issues and warnings reported by static code analysis tool...
Mounir IDRASSI
1
-3
/
+3
2016-01-31
Windows: Implement GUI indicator for entropy collected from mouse movements.
Mounir IDRASSI
1
-1
/
+13
2016-01-20
Copyright: update dates to include 2016.
Mounir IDRASSI
1
-1
/
+1
2015-11-26
Windows: Full UNICODE rewrite and implement support for UNICODE passwords.
Mounir IDRASSI
1
-10
/
+10
2015-08-06
Update license information to reflect the use of a dual license Apache 2.0 an...
Mounir IDRASSI
1
-7
/
+9
2015-07-06
Windows: Display source location of errors in order to help diagnose issues r...
Mounir IDRASSI
1
-4
/
+8
2015-05-22
Windows: make random generator function compatible with 64-bit execution envi...
Mounir IDRASSI
1
-15
/
+34
2015-04-06
Windows vulnerability fix: CryptAcquireContext vulnerability fix. Add checks ...
Mounir IDRASSI
1
-10
/
+48
2015-02-09
Static Code Analysis: handle unused variables more properly. Catch STL except...
Mounir IDRASSI
1
-1
/
+1
2014-12-27
Windows: use the correct window handle for creating message boxes. This becam...
Mounir IDRASSI
1
-6
/
+6
2014-12-11
Implement function RandgetBytesFull that enables generating random bytes of a...
Mounir IDRASSI
1
-21
/
+47
2014-12-11
Windows: correct lock issue in RandgetBytes by releasing critical section in ...
Mounir IDRASSI
1
-0
/
+1
2014-11-08
Implement support for creating and booting encrypted partition using SHA-256....
Mounir IDRASSI
1
-0
/
+15
2014-11-08
Static Code Analysis : Generalize the use of Safe String functions. Add some ...
Mounir IDRASSI
1
-3
/
+4
2014-11-08
Static Code Analysis : fix non-absolute DLL/process loads that can be hijacke...
Mounir IDRASSI
1
-1
/
+9
2014-11-08
Add original TrueCrypt 7.1a sources
Mounir IDRASSI
1
-0
/
+772