mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 07:18:39 +09:00
DevTools - network - security (improvements)
https://github.com/MoonchildProductions/moebius/pull/113 https://github.com/MoonchildProductions/moebius/pull/118 https://github.com/MoonchildProductions/moebius/pull/127
This commit is contained in:
parent
f92a4b1c8a
commit
38e95f9e35
13 changed files with 258 additions and 15 deletions
|
|
@ -2492,6 +2492,8 @@ loser:
|
|||
return nullptr;
|
||||
}
|
||||
|
||||
// Please change getSignatureName in nsNSSCallbacks.cpp when changing the list
|
||||
// here.
|
||||
static const SSLSignatureScheme sEnabledSignatureSchemes[] = {
|
||||
ssl_sig_ecdsa_secp256r1_sha256,
|
||||
ssl_sig_ecdsa_secp384r1_sha384,
|
||||
|
|
@ -2569,6 +2571,8 @@ nsSSLIOLayerSetOptions(PRFileDesc* fd, bool forSTARTTLS,
|
|||
}
|
||||
|
||||
// Include a modest set of named groups.
|
||||
// Please change getKeaGroupName in nsNSSCallbacks.cpp when changing the list
|
||||
// here.
|
||||
const SSLNamedGroup namedGroups[] = {
|
||||
ssl_grp_ec_curve25519, ssl_grp_ec_secp256r1, ssl_grp_ec_secp384r1,
|
||||
ssl_grp_ec_secp521r1, ssl_grp_ffdhe_2048, ssl_grp_ffdhe_3072
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue