1. 05 Mar, 2018 1 commit
  2. 04 Mar, 2018 1 commit
  3. 02 Mar, 2018 1 commit
  4. 23 Feb, 2018 1 commit
  5. 13 Feb, 2018 3 commits
  6. 12 Feb, 2018 1 commit
  7. 07 Feb, 2018 1 commit
  8. 29 Jan, 2018 1 commit
  9. 28 Jan, 2018 1 commit
  10. 23 Jan, 2018 1 commit
  11. 07 Jan, 2018 2 commits
  12. 02 Jan, 2018 1 commit
  13. 12 Dec, 2017 1 commit
  14. 07 Dec, 2017 1 commit
  15. 06 Dec, 2017 1 commit
  16. 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
  17. 12 Nov, 2017 1 commit
  18. 05 Nov, 2017 2 commits
  19. 02 Nov, 2017 1 commit
  20. 31 Oct, 2017 1 commit
  21. 25 Oct, 2017 1 commit
  22. 07 Oct, 2017 1 commit
  23. 30 Aug, 2017 1 commit
  24. 27 Aug, 2017 1 commit
  25. 15 Aug, 2017 1 commit
  26. 07 Aug, 2017 1 commit
  27. 25 Jul, 2017 1 commit
  28. 03 Jul, 2017 1 commit
  29. 29 Jun, 2017 1 commit
  30. 28 Jun, 2017 1 commit
  31. 27 Jun, 2017 1 commit
    • Richard Levitte's avatar
      util/mkerr.pl: allow module names prefixed with OSSL_ or OPENSSL_ · 4b2799c1
      Richard Levitte authored
      
      
      To make sure that our symbols don't clash with other libraries, we
      claim the namespaces OSSL and OPENSSL.  Because C doesn't provide
      namespaces, the only solution is to have them as prefixes on symbols,
      thus we allow OSSL_ and OPENSSL_ as prefixes.
      
      These namespace prefixes are optional for the foreseeable future, and
      will only be used for new modules as needed on a case by case basis,
      until further notice.
      
      For extra safety, there's an added requirement that module names -
      apart from the namespace prefix - be at least 2 characters long.
      
      Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/3781)
      4b2799c1
  32. 19 Jun, 2017 1 commit
  33. 16 Jun, 2017 1 commit
  34. 08 Jun, 2017 1 commit
  35. 02 Jun, 2017 1 commit
  36. 31 May, 2017 1 commit