1. 04 1月, 2018 1 次提交
    • D
      crypto/rand: rename drbg_rand.c to drbg_ctr.c · 4e585e72
      Dr. Matthias St. Pierre 提交于
      The generic part of the FIPS DRBG was implemented in fips_drbg_lib.c and the
      algorithm specific parts in fips_drbg_<alg>.c for <alg> in {ctr, hash, hmac}.
      Additionally, there was the module fips_drbg_rand.c which contained 'gluing'
      code between the RAND_METHOD api and the FIPS DRBG.
      
      When the FIPS code was ported to master in #4019, for some reason the ctr-drbg
      implementation from fips_drbg_ctr.c ended up in drbg_rand.c instead of drbg_ctr.c.
      
      This commit renames the module drbg_rand.c back to drbg_ctr.c, thereby restoring
      a simple relationship between the original fips modules and the drbg modules
      in master:
      
       fips_drbg_lib.c    =>  drbg_lib.c    /* generic part of implementation */
       fips_drbg_<alg>.c  =>  drbg_<alg>.c  /* algorithm specific implementations */
      Reviewed-by: NPaul Dale <paul.dale@oracle.com>
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/4998)
      4e585e72
  2. 03 1月, 2018 2 次提交
  3. 02 1月, 2018 2 次提交
  4. 29 12月, 2017 5 次提交
  5. 28 12月, 2017 1 次提交
  6. 27 12月, 2017 3 次提交
  7. 26 12月, 2017 2 次提交
  8. 25 12月, 2017 1 次提交
  9. 23 12月, 2017 1 次提交
  10. 22 12月, 2017 2 次提交
  11. 18 12月, 2017 10 次提交
  12. 16 12月, 2017 2 次提交
  13. 15 12月, 2017 1 次提交
  14. 14 12月, 2017 7 次提交