1. 13 10月, 2018 1 次提交
  2. 11 9月, 2018 1 次提交
  3. 07 9月, 2018 1 次提交
  4. 12 7月, 2018 1 次提交
  5. 25 6月, 2018 1 次提交
  6. 31 5月, 2018 3 次提交
  7. 21 5月, 2018 1 次提交
  8. 13 5月, 2018 2 次提交
  9. 03 5月, 2018 1 次提交
  10. 09 3月, 2018 1 次提交
  11. 01 2月, 2018 1 次提交
  12. 23 1月, 2018 1 次提交
  13. 22 1月, 2018 1 次提交
  14. 19 1月, 2018 1 次提交
  15. 12 1月, 2018 1 次提交
  16. 10 12月, 2017 2 次提交
  17. 08 12月, 2017 1 次提交
  18. 06 12月, 2017 1 次提交
  19. 04 12月, 2017 3 次提交
  20. 21 11月, 2017 1 次提交
    • P
      Support multi-prime RSA (RFC 8017) · 665d899f
      Paul Yang 提交于
      * Introduce RSA_generate_multi_prime_key to generate multi-prime
        RSA private key. As well as the following functions:
          RSA_get_multi_prime_extra_count
          RSA_get0_multi_prime_factors
          RSA_get0_multi_prime_crt_params
          RSA_set0_multi_prime_params
          RSA_get_version
      * Support EVP operations for multi-prime RSA
      * Support ASN.1 operations for multi-prime RSA
      * Support multi-prime check in RSA_check_key_ex
      * Support multi-prime RSA in apps/genrsa and apps/speed
      * Support multi-prime RSA manipulation functions
      * Test cases and documentation are added
      * CHANGES is updated
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      Reviewed-by: NBernd Edlinger <bernd.edlinger@hotmail.de>
      (Merged from https://github.com/openssl/openssl/pull/4241)
      665d899f
  21. 13 11月, 2017 1 次提交
  22. 18 10月, 2017 1 次提交
  23. 10 10月, 2017 2 次提交
  24. 23 8月, 2017 1 次提交
  25. 03 8月, 2017 1 次提交
    • R
      Switch from ossl_rand to DRBG rand · 75e2c877
      Rich Salz 提交于
      If RAND_add wraps around, XOR with existing. Add test to drbgtest that
      does the wrap-around.
      
      Re-order seeding and stop after first success.
      
      Add RAND_poll_ex()
      
      Use the DF and therefore lower RANDOMNESS_NEEDED.  Also, for child DRBG's,
      mix in the address as the personalization bits.
      
      Centralize the entropy callbacks, from drbg_lib to rand_lib.
      (Conceptually, entropy is part of the enclosing application.)
      Thanks to Dr. Matthias St Pierre for the suggestion.
      
      Various code cleanups:
          -Make state an enum; inline RANDerr calls.
          -Add RAND_POLL_RETRIES (thanks Pauli for the idea)
          -Remove most RAND_seed calls from rest of library
          -Rename DRBG_CTX to RAND_DRBG, etc.
          -Move some code from drbg_lib to drbg_rand; drbg_lib is now only the
           implementation of NIST DRBG.
          -Remove blocklength
      Reviewed-by: NPaul Dale <paul.dale@oracle.com>
      (Merged from https://github.com/openssl/openssl/pull/4019)
      75e2c877
  26. 25 7月, 2017 1 次提交
  27. 17 7月, 2017 2 次提交
  28. 28 6月, 2017 1 次提交
  29. 20 6月, 2017 1 次提交
  30. 13 6月, 2017 2 次提交
  31. 10 6月, 2017 1 次提交