1. 20 5月, 2021 2 次提交
  2. 17 5月, 2021 2 次提交
  3. 14 5月, 2021 1 次提交
  4. 12 5月, 2021 1 次提交
    • D
      HTTP client: Minimal changes that include the improved API · 8f965908
      Dr. David von Oheimb 提交于
      This is a minimal version of pull request #15053 including all the
      proposed improvements to the HTTP client API and its documentation
      but only those code adaptations strictly needed for it.
      
      The proposed new features include
      * support for persistent connections (keep-alive),
      * generalization to arbitrary request and response types, and
      * support for streaming BIOs for request and response data.
      
      The related API changes include:
      * Split the monolithic OSSL_HTTP_transfer() into OSSL_HTTP_open(),
        OSSL_HTTP_set_request(), a lean OSSL_HTTP_transfer(), and OSSL_HTTP_close().
      * Split the timeout functionality accordingly and improve default behavior.
      * Extract part of OSSL_HTTP_REQ_CTX_new() to OSSL_HTTP_REQ_CTX_set_expected().
      Reviewed-by: NTomas Mraz <tomas@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/15147)
      8f965908
  5. 11 5月, 2021 1 次提交
  6. 08 5月, 2021 2 次提交
  7. 07 5月, 2021 1 次提交
  8. 06 5月, 2021 4 次提交
  9. 05 5月, 2021 4 次提交
  10. 30 4月, 2021 3 次提交
  11. 29 4月, 2021 1 次提交
  12. 27 4月, 2021 2 次提交
  13. 22 4月, 2021 3 次提交
  14. 19 4月, 2021 1 次提交
  15. 15 4月, 2021 1 次提交
  16. 13 4月, 2021 1 次提交
    • P
      Note deprecated function/macros with no replacement. · b47e7bbc
      Pauli 提交于
      These functions are deprecated with no replacement specified:
      
          DH_clear_flags, DH_get_1024_160, DH_get_2048_224, DH_get_2048_256,
          DH_set_flags, DH_test_flags, DSA_clear_flags, DSA_dup_DH,
          DSAparams_dup, DSA_set_flags, DSA_test_flags, RSA_blinding_off,
          RSA_blinding_on, RSA_clear_flags, RSA_get_version, RSAPrivateKey_dup,
          RSAPublicKey_dup, RSA_set_flags, RSA_setup_blinding and
          RSA_test_flags.
      
      The flags that are going are:
      
          DH_FLAG_CACHE_MONT_P, DSA_FLAG_CACHE_MONT_P,
          RSA_FLAG_BLINDING, RSA_FLAG_CACHE_PRIVATE, RSA_FLAG_CACHE_PUBLIC,
          RSA_FLAG_EXT_PKEY, RSA_FLAG_NO_BLINDING, RSA_FLAG_THREAD_SAFE and
          RSA_METHOD_FLAG_NO_CHECK.
      
      These two flags are "readable" via EVP_is_a().  They are not writable:
      
          DH_FLAG_TYPE_DHX and DH_FLAG_TYPE_DH.
      
      Fixes #14616
      Reviewed-by: NShane Lontis <shane.lontis@oracle.com>
      (Merged from https://github.com/openssl/openssl/pull/14824)
      b47e7bbc
  17. 12 4月, 2021 2 次提交
  18. 08 4月, 2021 2 次提交
  19. 06 4月, 2021 1 次提交
  20. 01 4月, 2021 2 次提交
  21. 25 3月, 2021 1 次提交
  22. 22 3月, 2021 1 次提交
  23. 18 3月, 2021 1 次提交