aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorKamil Dudka <kdudka@redhat.com>2011-04-01 16:31:28 +0200
committerKamil Dudka <kdudka@redhat.com>2011-04-08 13:35:26 +0200
commit1a6e7da13d1bf14c09cb0509c114ba9bd3cac79f (patch)
tree1857a27b3655a6192597291501005f3ae2921300 /RELEASE-NOTES
parent23544f35fd34d388bc60080941e22e441b9c815c (diff)
nss: allow to use multiple client certificates for a single host
In case a client certificate is used, invalidate SSL session cache at the end of a session. This forces NSS to ask for a new client certificate when connecting second time to the same host. Bug: https://bugzilla.redhat.com/689031
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 6d1cf4896..df95ef5d8 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -52,8 +52,8 @@ This release includes the following bugfixes:
o progress output: don't print the last update on a separate line
o POP3: the command to send is STLS, not STARTTLS
o POP3: PASS command was not sent after upgrade to TLS
- o nss: fix a crash within SSL_AuthCertificate()
o configure: fix libtool warning
+ o nss: allow to use multiple client certificates for a single host
This release includes the following known bugs: