SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
|
@ -0,0 +1,18 @@
|
|||
Remove a pend that hides missing support for SSL_CTX_set_client_cert_cb()
|
||||
in the TLSv1.3 stack.
|
||||
|
||||
Index: test/openssl/test_ssl.rb
|
||||
--- test/openssl/test_ssl.rb.orig
|
||||
+++ test/openssl/test_ssl.rb
|
||||
@@ -352,8 +352,9 @@ class OpenSSL::TestSSL < OpenSSL::SSLTestCase
|
||||
end
|
||||
|
||||
def test_client_ca
|
||||
- pend "LibreSSL 3.2 has broken client CA support" if libressl?(3, 2, 0)
|
||||
-
|
||||
+ if ENV['SKIP_EXPECTED_FAILURES']
|
||||
+ pend "skip failing client CA test"
|
||||
+ end
|
||||
ctx_proc = Proc.new do |ctx|
|
||||
ctx.client_ca = [@ca_cert]
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue