Closed Bug 168976 Opened 22 years ago Closed 22 years ago

Remove RsaPubModulus from nsIX509Cert

Categories

(Core Graveyard :: Security: UI, defect)

Other Branch
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: KaiE, Assigned: KaiE)

References

Details

Attachments

(1 file)

I'm in the process of adding documentation to nsIX509Cert.
I see it contains a readonly attribute named rsaPubModulus.

Our implementation always returns the string "not yet implemented".

None of our code actually accesses that attribute.

I propose to remove this completely from the interface and the implementation.
Blocks: 168452
Is there any other way to get at the public key material for a cert?  Displaying
info about the public key is something embeders and/or mozilla may want to do
one day.
If we don't currently have implemented a way to obtain that information, then we
don't need to do that before a freeze. We can do that at a later time using the
following strategy:

- add a new separate interface
- make the implementation of nsIX509Cert QIable to the new interface
Attached patch Patch v1Splinter Review
Javi, can you please review?
Comment on attachment 99679 [details] [diff] [review]
Patch v1

r=javi
Attachment #99679 - Flags: review+
Alec, can you please review?
Fixed on trunk.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Verified per kaie's comment.
Status: RESOLVED → VERIFIED
Product: PSM → Core
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: