Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f2557c2db6 |
||
|
|
6f31bdc414 | ||
|
|
635e6c0dc9 | ||
|
|
76b2ab3915 | ||
|
|
d711023ab8 | ||
|
|
e8b0584331 |
||
|
|
2e88f4f44c |
2 changed files with 1 additions and 15 deletions
|
|
@ -1,13 +0,0 @@
|
|||
diff --git a/src/common/ssl.c b/src/common/ssl.c
|
||||
--- a/src/common/ssl.c
|
||||
+++ b/src/common/ssl.c
|
||||
@@ -97,8 +97,7 @@ _SSL_context_init (void (*info_cb_func))
|
||||
|SSL_OP_NO_TICKET
|
||||
|SSL_OP_NO_RENEGOTIATION);
|
||||
SSL_CTX_set_min_proto_version (ctx, TLS1_2_VERSION);
|
||||
- SSL_CTX_set_cipher_list (ctx, "HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!SRP:!DSS");
|
||||
- SSL_CTX_set_ciphersuites (ctx, "TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256");
|
||||
+ SSL_CTX_set_cipher_list (ctx, "PROFILE=SYSTEM");
|
||||
|
||||
#if OPENSSL_VERSION_NUMBER >= 0x00908000L && !defined (OPENSSL_NO_COMP) /* workaround for OpenSSL 0.9.8 */
|
||||
sk_SSL_COMP_zero(SSL_COMP_get_compression_methods());
|
||||
|
|
@ -5,7 +5,6 @@ Summary: HexChat-based IRC client
|
|||
License: GPL-2.0-or-later WITH cryptsetup-OpenSSL-exception
|
||||
URL: https://github.com/ZoiteChat/zoitechat
|
||||
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz
|
||||
Patch0: zoitechat-honor-system-crypto-policy.patch
|
||||
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gcc
|
||||
|
|
@ -47,7 +46,7 @@ ZoiteChat is a HexChat-based IRC client for Windows and UNIX-like operating
|
|||
systems.
|
||||
|
||||
%prep
|
||||
%autosetup -C -p1
|
||||
%autosetup -C
|
||||
|
||||
%build
|
||||
%meson \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue