Merge "Documentation: Remove references to optional BouncyCastle libraries" into stable-2.14

This commit is contained in:
David Pursehouse 2018-01-12 12:14:07 +00:00 committed by Gerrit Code Review
commit 5adebf57b4
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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: