summaryrefslogtreecommitdiff
path: root/ext/stringio
diff options
context:
space:
mode:
authorKazuki Yamaguchi <[email protected]>2025-02-19 03:15:07 +0900
committergit <[email protected]>2025-02-19 17:08:16 +0000
commitc515da3d74779bd725f5bc60d6514d325515df0e ()
treec3145b4ea0005672b1d25e99eeb7bf080d94516f /ext/stringio
parent49e229b3fca15f85889f66a4cc56c55d3bd44b43 (diff)
[ruby/openssl] ssl: remove cert_store from start_server test helper
OpenSSL::SSL::SSLContext#cert_store= uses SSL_CTX_set_cert_store(). The store is used for verifying peer certificates and for building certificate chains to be sent to the peer if there is no chain explicitly provided by SSLContext#extra_chain_cert=. Do not specify it in the common test helper start_server, as most callers do not require either function. Instead, update individual test cases that use client certificates to explicitly specify it in ctx_proc. A more direct test case is added to verify the latter function. https://.com/ruby/openssl/commit/9daecee615
0 files changed, 0 insertions, 0 deletions