Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Ledest:erlang:23
erlang
4683-Disable-max-fragment-size-tests-for-dtls.p...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 4683-Disable-max-fragment-size-tests-for-dtls.patch of Package erlang
From 76611c4f8cd41c0015b80304fab7be8fc9432537 Mon Sep 17 00:00:00 2001 From: Dan Gudmundsson <dgud@erlang.org> Date: Wed, 2 Feb 2022 15:16:49 +0100 Subject: [PATCH 3/4] Disable max fragment size tests for dtls When used openssl sends internal error alert. --- lib/ssl/test/ssl_test_lib.erl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/ssl/test/ssl_test_lib.erl b/lib/ssl/test/ssl_test_lib.erl index 94b4261be2..ad9bac2f73 100644 --- a/lib/ssl/test/ssl_test_lib.erl +++ b/lib/ssl/test/ssl_test_lib.erl @@ -3977,6 +3977,8 @@ openssl_dtls_maxfraglen_support() -> false; "OpenSSL 1.1" ++ _ -> false; + "OpenSSL 3.0.1" ++ _ -> + false; %% OpenSSL sends internal error alert "OpenSSL" ++ _ -> true; _ -> -- 2.34.1
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor