- Feb 14, 2019
-
-
Nick Mathewson authored
test_crypto.c is pretty big; it wouldn't hurt to split it up some more before I start adding stuff to the PRNG tests.
-
Nick Mathewson authored
This is the second part of refactoring the random-int-in-range code.
-
- Feb 07, 2019
-
-
Nick Mathewson authored
Some of the code for getting a random value within a range wants to be shared between crypto_rand() and the new crypto_fast_rng() code.
-
Nick Mathewson authored
I don't know how this got here, but this kind of a wrapper only belongs in a header file.
-
Nick Mathewson authored
Using an anonymous mmap() is a good way to get pages that we can set kernel-level flags on, like minherit() or madvise() or mlock(). We're going to use that so that we can make uninheritable locked pages to store PRNG data.
-
- Feb 05, 2019
-
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Roger Dingledine authored
-
- Feb 01, 2019
-
-
Nick Mathewson authored
-
- Jan 24, 2019
-
-
Nick Mathewson authored
-
Nick Mathewson authored
Fixes bug 29169.
-
Nick Mathewson authored
-
Nick Mathewson authored
(It was added in 0.3.5)
-
Nick Mathewson authored
-
-
-
- Jan 23, 2019
-
-
Nick Mathewson authored
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
"ours" merge to avoid dropping non-broken changes files after removal of merged 0.2.9 changes files.
-
Nick Mathewson authored
Many of these files cause check-changes to fail, which will be a long-term problem as we continue to support 0.2.9.
-
- Jan 22, 2019
-
-
Nick Mathewson authored
-
We fix it by disabling the scheduling of actual padding. Fixes #29122.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Jan 18, 2019
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Jan 17, 2019
-