1. 08 3月, 2018 1 次提交
    • V
      Implement multi-process OCSP responder. · 3e3c7c36
      Viktor Dukhovni 提交于
      With "-multi" the OCSP responder forks multiple child processes,
      and respawns them as needed.  This can be used as a long-running
      service, not just a demo program.  Therefore the index file is
      automatically re-read when changed.  The responder also now optionally
      times out client requests.
      Reviewed-by: NMatt Caswell <matt@openssl.org>
      3e3c7c36
  2. 05 3月, 2018 2 次提交
  3. 02 3月, 2018 1 次提交
  4. 23 2月, 2018 1 次提交
  5. 13 2月, 2018 3 次提交
  6. 12 2月, 2018 1 次提交
  7. 08 2月, 2018 1 次提交
  8. 30 1月, 2018 1 次提交
  9. 28 1月, 2018 1 次提交
  10. 24 1月, 2018 1 次提交
  11. 08 1月, 2018 1 次提交
  12. 07 1月, 2018 1 次提交
  13. 02 1月, 2018 1 次提交
  14. 13 12月, 2017 1 次提交
  15. 08 12月, 2017 1 次提交
  16. 06 12月, 2017 1 次提交
  17. 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
  18. 12 11月, 2017 1 次提交
  19. 06 11月, 2017 2 次提交
  20. 02 11月, 2017 1 次提交
  21. 31 10月, 2017 1 次提交
  22. 26 10月, 2017 1 次提交
  23. 07 10月, 2017 1 次提交
  24. 30 8月, 2017 1 次提交
  25. 27 8月, 2017 1 次提交
  26. 15 8月, 2017 1 次提交
  27. 07 8月, 2017 1 次提交
  28. 26 7月, 2017 1 次提交
  29. 03 7月, 2017 1 次提交
  30. 29 6月, 2017 1 次提交
  31. 28 6月, 2017 1 次提交
  32. 27 6月, 2017 1 次提交
    • R
      util/mkerr.pl: allow module names prefixed with OSSL_ or OPENSSL_ · 4b2799c1
      Richard Levitte 提交于
      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: NRich Salz <rsalz@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/3781)
      4b2799c1
  33. 19 6月, 2017 1 次提交
  34. 16 6月, 2017 1 次提交
  35. 09 6月, 2017 1 次提交
  36. 02 6月, 2017 1 次提交