From 47b0ed3ff7bc638e004112caf44f61b402e7bbdc Mon Sep 17 00:00:00 2001 From: Gert van Dijk Date: Fri, 12 Jan 2018 10:03:52 +0100 Subject: [PATCH] Documentation: Remove references to optional BouncyCastle libraries BouncyCastle is bundled with Gerrit since 2.14: https://www.gerritcodereview.com/releases/2.14.md#Bouncy-Castle-Libraries Documentation/install-j2ee.txt still needs an update to this. Change-Id: I461d5d5f7da5bd25f99941fcc525113d5ac09bea --- Documentation/config-gerrit.txt | 2 -- Documentation/install.txt | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Documentation/config-gerrit.txt b/Documentation/config-gerrit.txt index cb1e501042..0ee3fd7f1d 100644 --- a/Documentation/config-gerrit.txt +++ b/Documentation/config-gerrit.txt @@ -4216,8 +4216,6 @@ Supported key exchange algorithms: * `diffie-hellman-group1-sha1` By default, all supported key exchange algorithms are available. -Without Bouncy Castle, `diffie-hellman-group1-sha1` is the only -available algorithm. It is strongly recommended to disable at least `diffie-hellman-group1-sha1` as it's known to be vulnerable (logjam attack). Additionally, if your setup diff --git a/Documentation/install.txt b/Documentation/install.txt index f0a1730a96..2adc343468 100644 --- a/Documentation/install.txt +++ b/Documentation/install.txt @@ -175,8 +175,8 @@ link:install-j2ee.html[J2EE installation]. [[installation_on_windows]] == Installation on Windows -If new site is going to be initialized with Bouncy Castle cryptography, -ssh-keygen command must be available during the init phase. If you have +The `ssh-keygen` command must be available during the init phase to +generate SSH host keys. If you have link:https://git-for-windows.github.io/[Git for Windows] installed, start Command Prompt and temporary add directory with ssh-keygen to the PATH environment variable just before running init command: