-
- Downloads
security: fix wrong returned cipher suite id
TlsSession::getCurrentCipherSuiteId() has a minor security bug causing the wrong cs_id and cipher name returned. This patch fixes this issue by checking all cipher suite parameters: key_exchange, cipher_algo and mac_algo, not just chipher algo as before. Change-Id: If76c37d34a0efb6141c96d7942a6acb7fd54c2ac Tuleap: #106
Please register or sign in to comment