diff options
author | Markus Kilås <markus@markuspage.com> | 2014-04-13 10:36:10 +0200 |
---|---|---|
committer | Markus Kilås <markus@markuspage.com> | 2014-04-13 10:36:10 +0200 |
commit | 8108adbc00c17c595b947ef25b3e6f2f9bb45b03 (patch) | |
tree | 7982138569aa87086d23a0da77c752091c1df64a /resources | |
parent | 183b69c82f558c99e33083fe5b666eba6aa110ad (diff) | |
download | jitsi-8108adbc00c17c595b947ef25b3e6f2f9bb45b03.zip jitsi-8108adbc00c17c595b947ef25b3e6f2f9bb45b03.tar.gz jitsi-8108adbc00c17c595b947ef25b3e6f2f9bb45b03.tar.bz2 |
Logging of TLS protocols and cipher suites available during connection establishment and then the chosen ones.
Add ability to access TLS cipher suite, protocol name and server certificate using an new OperationSet. Only implemented for XMPP so far. Also makes this information available in the call information frame.
Diffstat (limited to 'resources')
-rw-r--r-- | resources/languages/resources.properties | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/resources/languages/resources.properties b/resources/languages/resources.properties index c255cfb..8ae72a7 100644 --- a/resources/languages/resources.properties +++ b/resources/languages/resources.properties @@ -648,6 +648,12 @@ service.gui.callinfo.IS_CONFERENCE_FOCUS=Conference focus service.gui.callinfo.IS_DEFAULT_ENCRYPTED=Encryption enabled service.gui.callinfo.CALL_TRANSPORT=Signalling call transport service.gui.callinfo.CALL_DURATION=Call duration +service.gui.callinfo.TLS_PROTOCOL=TLS protocol +service.gui.callinfo.TLS_CIPHER_SUITE=TLS cipher suite +service.gui.callinfo.TLS_SERVER_CERTIFICATE_CHAIN=TLS server certificate chain +service.gui.callinfo.TLS_CERTIFICATE_CONTENT=The content of the TLS server \ +certificate is displayed below. +service.gui.callinfo.VIEW_CERTIFICATE=View certificate service.gui.callinfo.CODEC=Codec / Frequency service.gui.callinfo.NA=N.A. service.gui.callinfo.VIDEO_SIZE=Video size |