Commit Verlauf

Autor SHA1 Nachricht Datum
  Nick Mathewson 1d6dd288e1 Try a little harder to only use SecureZeroMemory when it's present vor 8 Jahren
  Nick Mathewson a1019b82c1 Merge remote-tracking branch 'public/feature16794_more' vor 8 Jahren
  rl1987 fb373a9ef6 On win32, use SecureZeroMemory() to securely wipe buffers. vor 8 Jahren
  Nick Mathewson 3783046f3b Use memset_s or explicit_bzero when available. vor 8 Jahren
  Nick Mathewson 603110aa1d Merge branch 'feature17796_squashed' vor 8 Jahren
  Nick Mathewson 488cdee5e7 When allocating a crypto_digest_t, allocate no more bytes than needed vor 8 Jahren
  Nick Mathewson 6365859825 Disable the dynlock functions we were giving openssl. vor 8 Jahren
  Nick Mathewson d7c841f467 Unit tests for crypto_force_rand_ssleay(). vor 8 Jahren
  Nick Mathewson 4ec0f8531e Add an unreachable line to make the compiler happy vor 8 Jahren
  Nick Mathewson bb19799a49 Appease "make check-spaces" vor 8 Jahren
  Yawning Angel 9467485517 Add `crypto_xof_t` and assorted routines, backed by SHAKE256. vor 8 Jahren
  Yawning Angel 687f9b3bd7 Add the SHA-3 hash functions to common/crypto.h. vor 8 Jahren
  cypherpunks 824a6a2a90 Replace usage of INLINE with inline vor 8 Jahren
  Nick Mathewson f3ed5ec0ca Fix a pair of dead assignments vor 8 Jahren
  Nick Mathewson 4d13cc69ce make stack-protector happy vor 8 Jahren
  Nick Mathewson 390d3fa3af add a static vor 8 Jahren
  Nick Mathewson ce3b7ddb54 improve a comment in memwipe vor 8 Jahren
  Nick Mathewson 7186e2a943 Merge remote-tracking branch 'public/feature17694_strongest_027' vor 8 Jahren
  Nick Mathewson 631e3517e3 Mark a couple more arguments as unused. vor 8 Jahren
  Nick Mathewson 3843c6615c Small cleanups and comment fixes to rng functions. vor 8 Jahren
  Nick Mathewson 3a69fcb01f try a little harder with getrandom types to avoid warnings vor 8 Jahren
  Nick Mathewson 0df014edad mark a variable unused. vor 8 Jahren
  Nick Mathewson b701b7962b Fix comment switcheroo. Spotted by skruffy vor 8 Jahren
  Yawning Angel 353c71516e Add support for getrandom() and getentropy() when available vor 8 Jahren
  Nick Mathewson 2259de0de7 Always hash crypto_strongest_rand() along with some prng vor 8 Jahren
  Nick Mathewson e5754c42d1 Merge branch 'bug17686_v2_027' vor 8 Jahren
  Nick Mathewson 1cfa2bc859 Fix documentation for crypto_rand* vor 8 Jahren
  Nick Mathewson ddcbe26474 Now that crypto_rand() cannot fail, it should return void. vor 8 Jahren
  Nick Mathewson 10fdee6285 Add crypto-initializer functions to those whose return values must be checked vor 8 Jahren
  Nick Mathewson dedea28c2e Make crypto_seed_rng() and crypto_rand() less scary. vor 8 Jahren