diff options
author | Kamil Dudka <kdudka@redhat.com> | 2012-09-12 16:18:36 +0200 |
---|---|---|
committer | Kamil Dudka <kdudka@redhat.com> | 2012-09-12 16:49:10 +0200 |
commit | f05e51362f310cb04b0ad8d086b9cf693aad5c9d (patch) | |
tree | f9d5161198d834aedd4b5ec80d93fe2b8c097c26 /RELEASE-NOTES | |
parent | ce515e993fe7bc7e95549317fe5180b196454d4c (diff) | |
download | curl-f05e51362f310cb04b0ad8d086b9cf693aad5c9d.tar.gz |
ssh: do not crash if MD5 fingerprint is not provided by libssh2
The MD5 fingerprint cannot be computed when running in FIPS mode.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index b1ae3ebbd..d8e08ad13 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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: |