1. 24 1月, 2018 2 次提交
  2. 23 1月, 2018 1 次提交
  3. 22 1月, 2018 1 次提交
  4. 20 1月, 2018 1 次提交
  5. 19 1月, 2018 1 次提交
  6. 09 1月, 2018 1 次提交
  7. 06 1月, 2018 1 次提交
  8. 04 1月, 2018 1 次提交
    • D
      crypto/rand: restore the generic DRBG implementation · 8212d505
      Dr. Matthias St. Pierre 提交于
      The DRGB concept described in NIST SP 800-90A provides for having different
      algorithms to generate random output. In fact, the FIPS object module used to
      implement three of them, CTR DRBG, HASH DRBG and HMAC DRBG.
      
      When the FIPS code was ported to master in #4019, two of the three algorithms
      were dropped, and together with those the entire code that made RAND_DRBG
      generic was removed, since only one concrete implementation was left.
      
      This commit restores the original generic implementation of the DRBG, making it
      possible again to add additional implementations using different algorithms
      (like RAND_DRBG_CHACHA20) in the future.
      Reviewed-by: NPaul Dale <paul.dale@oracle.com>
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/4998)
      8212d505
  9. 03 1月, 2018 1 次提交
  10. 02 1月, 2018 1 次提交
  11. 27 12月, 2017 1 次提交
  12. 18 12月, 2017 2 次提交
  13. 16 12月, 2017 1 次提交
  14. 14 12月, 2017 8 次提交
  15. 11 12月, 2017 5 次提交
  16. 10 12月, 2017 1 次提交
  17. 08 12月, 2017 9 次提交
  18. 07 12月, 2017 1 次提交
  19. 06 12月, 2017 1 次提交