Skip to content
Snippets Groups Projects
Commit 4d0e3376 authored by Guillaume Roguez's avatar Guillaume Roguez
Browse files

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
parent b9300629
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment