diff options
| author | Rob Crittenden <rcritten@redhat.com> | 2014-11-12 11:41:29 -0500 |
|---|---|---|
| committer | Rob Crittenden <rcritten@redhat.com> | 2014-11-21 15:38:19 -0500 |
| commit | 7b876fb247e1e337c236c8183d342ab182d6a837 (patch) | |
| tree | 80ffa49a23d1a685408023f71fccefc4ae51b232 /ChangeLog | |
| parent | f8b6ab7dab90e92537de3cddc01d915d31bb87fc (diff) | |
Initialize cipher list when re-negotiating handshake.
If an NSSCipherSuite is defined in a location or directory then
we re-do the SSL handshake. The cipher list wasn't being initialized
to PR_FALSE so changes are good that all ciphers would be enabled,
not just the ones in the local NSSCipherSuite setting.
Resolves BZ 1165408
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2014-11-12 Rob Crittenden <rcritten@redhat.com> + * Initialize ciphers to all disabled before renegotiation + (#1165408) + 2014-11-06 Rob Crittenden <rcritten@redhat.com> * Completely remove support for SSLv2 |
