ssh: do not crash if MD5 fingerprint is not provided by libssh2

The MD5 fingerprint cannot be computed when running in FIPS mode.
This commit is contained in:
Kamil Dudka
2012-09-12 16:18:36 +02:00
parent ce515e993f
commit f05e51362f
2 changed files with 15 additions and 8 deletions

View File

@@ -42,6 +42,7 @@ This release includes the following bugfixes:
o gnutls: do not fail on non-fatal handshake errors [15]
o SMTP: only send SIZE if supported [16]
o ftpserver: respond with a 250 to SMTP EHLO
o ssh: do not crash if MD5 fingerprint is not provided by libssh2
This release includes the following known bugs: