1. 20 3月, 2018 1 次提交
  2. 01 3月, 2018 1 次提交
  3. 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
  4. 14 9月, 2017 1 次提交
  5. 25 8月, 2017 1 次提交
  6. 19 7月, 2017 1 次提交
  7. 26 4月, 2017 1 次提交
  8. 18 1月, 2017 1 次提交
  9. 08 1月, 2017 18 次提交
  10. 17 8月, 2016 1 次提交
  11. 04 6月, 2016 1 次提交
  12. 18 5月, 2016 1 次提交
  13. 28 4月, 2016 1 次提交
  14. 06 4月, 2016 1 次提交
  15. 21 3月, 2016 1 次提交
  16. 23 2月, 2016 1 次提交
  17. 06 2月, 2016 1 次提交
  18. 27 1月, 2016 1 次提交
    • R
      Remove /* foo.c */ comments · 34980760
      Rich Salz 提交于
      This was done by the following
              find . -name '*.[ch]' | /tmp/pl
      where /tmp/pl is the following three-line script:
              print unless $. == 1 && m@/\* .*\.[ch] \*/@;
              close ARGV if eof; # Close file to reset $.
      
      And then some hand-editing of other files.
      Reviewed-by: NViktor Dukhovni <viktor@openssl.org>
      34980760
  19. 20 1月, 2016 1 次提交
  20. 08 12月, 2015 1 次提交
  21. 10 11月, 2015 1 次提交
  22. 04 9月, 2015 1 次提交
  23. 14 5月, 2015 1 次提交