提交歷史

作者 SHA1 備註 提交日期
  Nick Mathewson 6365859825 Disable the dynlock functions we were giving openssl. 8 年之前
  Nick Mathewson d7c841f467 Unit tests for crypto_force_rand_ssleay(). 8 年之前
  Nick Mathewson 4ec0f8531e Add an unreachable line to make the compiler happy 8 年之前
  Nick Mathewson bb19799a49 Appease "make check-spaces" 8 年之前
  Yawning Angel 9467485517 Add `crypto_xof_t` and assorted routines, backed by SHAKE256. 8 年之前
  Yawning Angel 687f9b3bd7 Add the SHA-3 hash functions to common/crypto.h. 8 年之前
  cypherpunks 824a6a2a90 Replace usage of INLINE with inline 8 年之前
  Nick Mathewson f3ed5ec0ca Fix a pair of dead assignments 8 年之前
  Nick Mathewson 4d13cc69ce make stack-protector happy 8 年之前
  Nick Mathewson 390d3fa3af add a static 8 年之前
  Nick Mathewson ce3b7ddb54 improve a comment in memwipe 8 年之前
  Nick Mathewson 7186e2a943 Merge remote-tracking branch 'public/feature17694_strongest_027' 8 年之前
  Nick Mathewson 631e3517e3 Mark a couple more arguments as unused. 8 年之前
  Nick Mathewson 3843c6615c Small cleanups and comment fixes to rng functions. 8 年之前
  Nick Mathewson 3a69fcb01f try a little harder with getrandom types to avoid warnings 8 年之前
  Nick Mathewson 0df014edad mark a variable unused. 8 年之前
  Nick Mathewson b701b7962b Fix comment switcheroo. Spotted by skruffy 8 年之前
  Yawning Angel 353c71516e Add support for getrandom() and getentropy() when available 8 年之前
  Nick Mathewson 2259de0de7 Always hash crypto_strongest_rand() along with some prng 8 年之前
  Nick Mathewson e5754c42d1 Merge branch 'bug17686_v2_027' 8 年之前
  Nick Mathewson 1cfa2bc859 Fix documentation for crypto_rand* 8 年之前
  Nick Mathewson ddcbe26474 Now that crypto_rand() cannot fail, it should return void. 8 年之前
  Nick Mathewson 10fdee6285 Add crypto-initializer functions to those whose return values must be checked 8 年之前
  Nick Mathewson dedea28c2e Make crypto_seed_rng() and crypto_rand() less scary. 8 年之前
  teor (Tim Wilson-Brown) b1b8f7982e Check the return value of HMAC in crypto.c and assert on error 8 年之前
  Nick Mathewson 45caeec9a0 Merge remote-tracking branch 'teor/comments-20151123' 8 年之前
  Nick Mathewson 7194d3d957 Tweak gtank's sha512 patch a little 8 年之前
  George Tankersley 695412302b implement teor's comments 8 年之前
  George Tankersley ff54cc8481 add SHA512 support to crypto 8 年之前
  teor (Tim Wilson-Brown) 5b2adfb3d4 Fix comments to describe actual return values (crypto.c) 8 年之前