mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 15:57:31 +09:00
Fix SSL status ambiguity.
- Adds CipherSuite string with the full suite - Changes CipherName to be the actual cipher name instead of the (erroneous) full suite like Firefox does.
This commit is contained in:
parent
2205d506e5
commit
624aa2c581
7 changed files with 45 additions and 9 deletions
|
|
@ -8,11 +8,12 @@
|
|||
|
||||
interface nsIX509Cert;
|
||||
|
||||
[scriptable, uuid(fa9ba95b-ca3b-498a-b889-7c79cf28fee8)]
|
||||
[scriptable, uuid(5415626b-2930-440e-bfc5-55c87dbc4511)]
|
||||
interface nsISSLStatus : nsISupports {
|
||||
readonly attribute nsIX509Cert serverCert;
|
||||
|
||||
readonly attribute ACString cipherName;
|
||||
readonly attribute ACString cipherSuite;
|
||||
readonly attribute unsigned long keyLength;
|
||||
readonly attribute unsigned long secretKeyLength;
|
||||
[must_use]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue