1. 21 Nov, 2017 1 commit
    • Paul Yang's avatar
      Support multi-prime RSA (RFC 8017) · 665d899f
      Paul Yang authored
      
      
      * 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: default avatarTim Hudson <tjh@openssl.org>
      Reviewed-by: default avatarBernd Edlinger <bernd.edlinger@hotmail.de>
      (Merged from https://github.com/openssl/openssl/pull/4241)
      665d899f
  2. 20 Nov, 2017 1 commit
  3. 17 Nov, 2017 2 commits
  4. 16 Nov, 2017 6 commits
  5. 15 Nov, 2017 2 commits
  6. 13 Nov, 2017 9 commits
  7. 12 Nov, 2017 5 commits
  8. 11 Nov, 2017 1 commit
  9. 10 Nov, 2017 3 commits
  10. 09 Nov, 2017 1 commit
  11. 08 Nov, 2017 4 commits
  12. 07 Nov, 2017 5 commits