1. 30 11月, 2017 1 次提交
  2. 29 11月, 2017 4 次提交
  3. 28 11月, 2017 7 次提交
  4. 26 11月, 2017 2 次提交
  5. 25 11月, 2017 2 次提交
  6. 24 11月, 2017 4 次提交
  7. 22 11月, 2017 6 次提交
  8. 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
  9. 20 11月, 2017 1 次提交
  10. 18 11月, 2017 1 次提交
  11. 17 11月, 2017 1 次提交
  12. 16 11月, 2017 8 次提交
  13. 13 11月, 2017 2 次提交