diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-11-02 11:39:21 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-11-02 11:39:21 +0100 |
commit | f42d6c39fea309aefe8a1646980b880516fe2562 (patch) | |
tree | 6d59ba9108f4837155a9ab46652001cd28605783 /config/external | |
parent | 617eb648307fd5bc8edb58605dde5d1e74b89d5a (diff) | |
download | UXP-f42d6c39fea309aefe8a1646980b880516fe2562.tar UXP-f42d6c39fea309aefe8a1646980b880516fe2562.tar.gz UXP-f42d6c39fea309aefe8a1646980b880516fe2562.tar.lz UXP-f42d6c39fea309aefe8a1646980b880516fe2562.tar.xz UXP-f42d6c39fea309aefe8a1646980b880516fe2562.zip |
Remove ancient workaround in client certificate code
Apparently a prehistoric server implementation would send a certificate_authorities field
that didn't include the outer DER SEQUENCE tag, so PSM attempted to detect this and
work around it.
This prehistoric server implementation isn't in use anywhere anymore, so this 18-yo
server bug workaround can be removed.
Diffstat (limited to 'config/external')
-rw-r--r-- | config/external/nss/nss.symbols | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/external/nss/nss.symbols b/config/external/nss/nss.symbols index 3239d3119..7a968b6c8 100644 --- a/config/external/nss/nss.symbols +++ b/config/external/nss/nss.symbols @@ -165,7 +165,6 @@ DER_GeneralizedTimeToTime DER_GeneralizedTimeToTime_Util DER_GetInteger DER_GetInteger_Util -DER_Lengths DER_SetUInteger DER_UTCTimeToTime_Util DSAU_DecodeDerSigToLen |