From d92bb14dcdb2120acd50cdfcd2601688f24389ba Mon Sep 17 00:00:00 2001 From: Simon Clark Date: Jul 02 2017 18:49:05 +0000 Subject: Add entry for OpenSSL 1.1.0 - Issue #52 --- diff --git a/en-US/Security.xml b/en-US/Security.xml index 770af8d..d5de4ce 100644 --- a/en-US/Security.xml +++ b/en-US/Security.xml @@ -26,7 +26,7 @@ OpenSSH Crypto OpenSSH clients will use system preferred key exchange algorithms, encryption ciphers, and message authentication code (MAC) algorithms. - This is enabled by an Include directive in /etc/ssh/ssh_config to include directives in + This is enabled by an Include directive in /etc/ssh/ssh_config to include directives in /etc/ssh/ssh_config.d/*.conf, which pulls in /etc/crypto-policies/back-ends/openssh.config. @@ -41,4 +41,15 @@ +
+ OpenSSL 1.1.0 + The introduction of OpenSSL 1.1.0 in Fedora 26 brings brings many big + improvements, new cryptographic algorithms, and API changes that allow + for keeping the ABI stable in future upgrades. There is also now a + compat-openssl10 package in Fedora that provides OpenSSL 1.0.2 for + dependent applications that cannot move to 1.1.0 yet. + There is more information about OpenSSL 1.1.0 in the + + OpenSSL wiki. +