diff options
author | Yang Tse <yangsita@gmail.com> | 2009-11-14 02:30:30 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-11-14 02:30:30 +0000 |
commit | 90bc6ee8f38eec0dd6c7c8dbea22b0cba2998ee2 (patch) | |
tree | 9d7a6aeb2d7347b1c69eb371ba1a5d9111130fba /RELEASE-NOTES | |
parent | 5e75817d44f4695aa513ce43d2a9d865355d5544 (diff) |
- Constantine Sapuntzakis provided the fix that ensures that an SSL connection
won't be reused unless protection level for peer and host verification match.
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 f68e5798e..25daa4368 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -18,6 +18,7 @@ This release includes the following bugfixes: o progress meter/callback during FTP connection o DNS cache timeout while transfer in progress o compilation when configured --with-gssapi having GNU GSS installed + o SSL connection reused with mismatched protection level This release includes the following known bugs: |