Closed
Bug 292776
Opened 20 years ago
Closed 20 years ago
Need Ability to Import CRLs from the web
Categories
(Thunderbird :: Security, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird1.1
People
(Reporter: mscott, Assigned: mscott)
Details
(Keywords: fixed-aviary1.0)
Attachments
(2 files)
28.28 KB,
image/png
|
Details | |
3.10 KB,
patch
|
chofmann
:
review+
Bienvenu
:
superreview+
chofmann
:
approval-aviary1.1a1+
|
Details | Diff | Splinter Review |
Mozilla currently supports CRL import when the user clicks on an embedded http
link in a web page. That works great if you are a browser but not so well if you
are an e-mail client.
The CRL manager dialog needs an import button which will prompt for the location
of the CRL file to update.
Assignee | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → Thunderbird1.1
Assignee | ||
Comment 1•20 years ago
|
||
Assignee | ||
Comment 2•20 years ago
|
||
Adds an Import button to the CRL dialog. Clicking it brings up a prompt for the
URL of the CRL to import.
One caveat, currently the CRL manager dialog is not designed to refresh itself
after a CRL has been added to the list so you won't see it in the dialog until
the next time you open the dialog. I didn't see any hooks for the CRL dialog to
get notifications from PSM about new CRLs.
Attachment #182534 -
Flags: superreview?(bienvenu)
Assignee | ||
Comment 3•20 years ago
|
||
Here's a URL you can use to test the feature:
https://leek.its.monash.edu.au:81/getCRL?op=importCRL&issuepoint=MasterCRL
Updated•20 years ago
|
Attachment #182534 -
Flags: superreview?(bienvenu) → superreview+
Assignee | ||
Comment 4•20 years ago
|
||
this patch has been checked into the aviary 1.0 branch for a customer. Next up,
the trunk.
Keywords: fixed-aviary1.0
Assignee | ||
Comment 5•20 years ago
|
||
Comment on attachment 182534 [details] [diff] [review]
the fix
asking Bob for a module owner review since he's been helpful on some other
related work for bsmedberg in mozilla/security.
Bob, this patch exposes an import button in the CRL dialog so non browser apps
like Thunderbird have a way to import CRLs (currently the way you do this is by
clicking on a link in a web page which doesn't work for thunderbird).
Thanks!
Attachment #182534 -
Flags: review?(rrelyea)
Comment 6•20 years ago
|
||
Comment on attachment 182534 [details] [diff] [review]
the fix
r=relyea
code looks good, idea is great.
Assignee | ||
Updated•20 years ago
|
Attachment #182534 -
Flags: approval-aviary1.1a?
Comment 7•20 years ago
|
||
Comment on attachment 182534 [details] [diff] [review]
the fix
a=chofmann
Attachment #182534 -
Flags: review?(rrelyea)
Attachment #182534 -
Flags: review+
Attachment #182534 -
Flags: approval-aviary1.1a?
Attachment #182534 -
Flags: approval-aviary1.1a+
Assignee | ||
Updated•20 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 8•20 years ago
|
||
The URL required to download a CRL is usually found in a certificate issued
by the CA.
Asking a user to type in a URL from which to download a CRL may require the
user to go look inside the cert (which mozilla products don't do so well,
bug 259031 ) to see that URL.
How much better if the user could click a button for the cert to get his
mozilla to download the CRL for it, without typing any URL.
You need to log in
before you can comment on or make changes to this bug.
Description
•