Skip to content
  1. Mar 14, 2018
  2. Mar 07, 2018
    • Viktor Dukhovni's avatar
      Implement multi-process OCSP responder. · 3e3c7c36
      Viktor Dukhovni authored
      
      
      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: default avatarMatt Caswell <matt@openssl.org>
      3e3c7c36
  3. Mar 05, 2018
  4. Mar 04, 2018
  5. Mar 02, 2018
  6. Feb 23, 2018
  7. Feb 13, 2018
  8. Feb 12, 2018
  9. Feb 07, 2018
  10. Jan 29, 2018
  11. Jan 28, 2018
  12. Jan 23, 2018
  13. Jan 07, 2018
  14. Jan 02, 2018
  15. Dec 12, 2017
  16. Dec 07, 2017
  17. Dec 06, 2017
  18. Nov 21, 2017
    • 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
  19. Nov 12, 2017
  20. Nov 05, 2017
  21. Nov 02, 2017
  22. Oct 31, 2017
  23. Oct 25, 2017
  24. Oct 07, 2017
  25. Aug 30, 2017
  26. Aug 27, 2017
  27. Aug 15, 2017
  28. Aug 07, 2017
  29. Jul 25, 2017
  30. Jul 03, 2017
  31. Jun 29, 2017
  32. Jun 28, 2017
  33. Jun 27, 2017
    • 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
  34. Jun 19, 2017
  35. Jun 16, 2017
  36. Jun 08, 2017