Page MenuHomeFreeBSD

D49075.id151237.diff
No OneTemporary

D49075.id151237.diff

diff --git a/secure/caroot/MAca-bundle.pl b/secure/caroot/MAca-bundle.pl
--- a/secure/caroot/MAca-bundle.pl
+++ b/secure/caroot/MAca-bundle.pl
@@ -161,15 +161,9 @@
if (/^CKA_NSS_SERVER_DISTRUST_AFTER MULTILINE_OCTAL/)
{
- my $distrust_after = graboct($ifh);
- my $time_now = timenow();
- if ($time_now >= $distrust_after) { $distrust = 1; }
- if ($debug) {
- printf STDERR "line $.: $cka_label ser #%d: distrust after %s, now: %s -> distrust $distrust\n", $serial, $distrust_after, timenow();
- }
- if ($distrust) {
- return undef;
- }
+ # We can ignore soft distrust because Mozilla will soon remove this CA
+ # from their truststore.
+ graboct($ifh);
}
}
return ($serial, $cka_label, $certdata);

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 20, 5:28 AM (15 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36937549
Default Alt Text
D49075.id151237.diff (753 B)

Event Timeline