Skip to content
This repository has been archived by the owner on May 18, 2022. It is now read-only.

Possible to show complete cipher name? #3

Closed
ck-on opened this issue Sep 10, 2013 · 4 comments
Closed

Possible to show complete cipher name? #3

ck-on opened this issue Sep 10, 2013 · 4 comments

Comments

@ck-on
Copy link

ck-on commented Sep 10, 2013

Is it possible to decode the exact cipher in use from its 4 byte code?
Not sure if this information is accessible via an add-on.

ie. RC4 is not just RC4

there is
SSL_RSA_WITH_RC4_128_MD5
SSL_RSA_WITH_RC4_128_SHA
TLS_RSA_WITH_RC4_128_SHA
TLS_DHE_DSS_WITH_RC4_128_SHA

If storing all the strings is too much, at least allow the two byte (four hex) code to be shown via the string variable option.

ie. $CIPHERID $CIPHERNAME

@gavinhungry
Copy link
Owner

This is something that will likely be available when running CipherFox in Firefox 25 and up.

There have been (and will likely be more) changes to the API that CipherFox uses, including the exposure of the cipher suite as a string. This will of course then be exposed by CipherFox as a formatting variable. I hope to have the SSL/TLS version used be shown as well.

More info:
https://bugzilla.mozilla.org/show_bug.cgi?id=820887
https://bugzilla.mozilla.org/show_bug.cgi?id=886752

This was referenced Sep 10, 2013
@indeyets
Copy link

it kinda works in current aurora (26.0a2)

@gavinhungry
Copy link
Owner

@indeyets, I haven't tried 26 yet, but in 25 at least, yes, it only kinda works (you get the full cipherSuite at the moment). There's still some talk about what will and won't be exposed in 25+, so I'm waiting for that to settle down somewhat.

@gavinhungry
Copy link
Owner

$CIPHERSUITE now shows the full cipher suite.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants