diff options
author | Kamil Dudka <kdudka@redhat.com> | 2009-11-12 11:16:31 +0000 |
---|---|---|
committer | Kamil Dudka <kdudka@redhat.com> | 2009-11-12 11:16:31 +0000 |
commit | 571309dc3edaf1c03ff6fdfbcf551875644b5a7f (patch) | |
tree | 4d9a937fdb822578e6899d657c7d1bd324d23c8f /CHANGES | |
parent | d547d00f2cfa69e07d6873bbebbc82f3132f1b82 (diff) |
- libcurl-NSS now tries to reconnect with TLS disabled in case it detects
a broken TLS server. However it does not happen if SSL version is selected
manually. The approach was originally taken from PSM. Kaspar Brand helped me
to complete the patch. Original bug reports:
https://bugzilla.redhat.com/525496
https://bugzilla.redhat.com/527771
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -12,6 +12,13 @@ Kamil Dudka (12 Nov 2009) before and always closed unresolved. More info at the RH bug: https://bugzilla.redhat.com/534176 +- libcurl-NSS now tries to reconnect with TLS disabled in case it detects + a broken TLS server. However it does not happen if SSL version is selected + manually. The approach was originally taken from PSM. Kaspar Brand helped me + to complete the patch. Original bug reports: + https://bugzilla.redhat.com/525496 + https://bugzilla.redhat.com/527771 + Yang Tse (11 Nov 2009) - Marco Maggi reported that compilation failed when configured --with-gssapi and GNU GSS installed due to a missing mutual exclusion of header files in |