Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F167115044
D49075.id151237.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
753 B
Referenced Files
None
Subscribers
None
D49075.id151237.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D49075: caroot: Ignore soft distrust of server CA certificates after 398 days
Attached
Detach File
Event Timeline
Log In to Comment