diff options
| author | Kazuki Yamaguchi <k@rhe.jp> | 2025-02-19 03:15:07 +0900 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2025-02-19 17:08:16 +0000 |
| commit | c515da3d74779bd725f5bc60d6514d325515df0e (patch) | |
| tree | c3145b4ea0005672b1d25e99eeb7bf080d94516f /lib/optparse | |
| parent | 49e229b3fca15f85889f66a4cc56c55d3bd44b43 (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://github.com/ruby/openssl/commit/9daecee615
Diffstat (limited to 'lib/optparse')
0 files changed, 0 insertions, 0 deletions
