aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2019-03-25Merge remote-tracking branch 'tor-github/pr/785'teor
2019-03-22circpad/prob_distr: Use crypto_fast_rng() instead of the old RNG.George Kadianakis
2019-03-13prob_distr: Better document our public API.George Kadianakis
2019-03-13prob_distr: Implement type-safe downcasting functions.George Kadianakis
2019-03-12Fix all nonconformant headers' guard macros.Nick Mathewson
2019-03-12Merge branch 'maint-0.4.0'George Kadianakis
2019-03-12Merge branch 'tor-github/pr/763' into maint-0.4.0George Kadianakis
2019-03-11Merge branch 'maint-0.4.0'Nick Mathewson
2019-03-08Merge remote-tracking branch 'bug28525_029' into maint-0.3.5teor
2019-03-04Merge branch 'tor-github/pr/723'George Kadianakis
2019-03-04doc: Fix an incorrect comment about calling FreeLibrary() on Windowsteor
2019-03-01Merge branch 'tor-github/pr/718'David Goulet
2019-03-01Document crypto_fast_rng_one_in_n.Nick Mathewson
2019-02-26Merge branch 'tor-github/pr/655'David Goulet
2019-02-26Merge branch 'tor-github/pr/611'George Kadianakis
2019-02-25Re-enable and fix unit test for nofork mappingsNick Mathewson
2019-02-20Remove all uses of weak_rng.Nick Mathewson
2019-02-20Add a convenience macro to get a fast one-in-n calculationNick Mathewson
2019-02-19Implement code to manage a per-thread instance of crypto_fast_rng()Nick Mathewson
2019-02-14Merge branch 'tor-github/pr/702'David Goulet
2019-02-14Merge branch 'maint-0.3.5'George Kadianakis
2019-02-14Merge branch 'tor-github/pr/689' into maint-0.3.5George Kadianakis
2019-02-14Implement a fast aes-ctr prngNick Mathewson
2019-02-14Extract the common body of our random-int functions into a macroNick Mathewson
2019-02-13Merge branch 'tor-github/pr/651'David Goulet
2019-02-13Merge branch 'tor-github/pr/650' into maint-0.3.5David Goulet
2019-02-08Add more openssl includes to fix no-deprecated compilationNick Mathewson
2019-02-08Fix compilation when openssl is compiled without engine support.Nick Mathewson
2019-02-06Extract numeric CSPRNG functions into a new module.Nick Mathewson
2019-02-06Remove extraneous #if/#endif wrapper in crypto_rand.cNick Mathewson
2019-02-06Code for anonymous mappings via mmap() or CreateFileMapping().Nick Mathewson
2019-01-23Merge branch 'ticket28668_035' into ticket28668_040Nick Mathewson
2019-01-23Capture more BUG warnings in util/time testNick Mathewson
2019-01-22Allow getsockopt(…, SOL_SOCKET, SO_ACCEPTCONN, …) in sandboxPeter Gerber
2019-01-22Merge branch 'maint-0.3.5'Nick Mathewson
2019-01-22Merge branch 'bug29042_035' into maint-0.3.5Nick Mathewson
2019-01-17Add a function to compute an XOF in one shot.Nick Mathewson
2019-01-17Use openssl's version of sha3 when available.Nick Mathewson
2019-01-16Merge branch 'maint-0.3.5'Nick Mathewson
2019-01-16Update and fix a couple of comments in meminfo.cKris Katterjohn
2019-01-16Use HW_PHYSMEM instead of HW_USERMEM in get_total_system_memory_implKris Katterjohn
2019-01-16Log more messages when failing to decode RSA keysNick Mathewson
2019-01-16Bump copyright date to 2019Nick Mathewson
2019-01-16Bump copyright date to 2019.Nick Mathewson
2019-01-14Merge remote-tracking branch 'asn-github/adaptive_padding-final'Nick Mathewson
2019-01-14Merge remote-tracking branch 'teor/bug29015'Nick Mathewson
2019-01-11Actually close the stdout pipe on error in process_unix_execKris Katterjohn
2019-01-11Include the beginnings of a FAQ about which timer to use.Nick Mathewson
2019-01-11Add some more type checking.Taylor R Campbell
2019-01-11Use the distribution abstraction as an abstraction.Taylor R Campbell