Bug 107055

Summary: Add helper class CertificateInfo
Product: poppler Reporter: Chinmoy <chinmoyrp65>
Component: generalAssignee: poppler-bugs <poppler-bugs>
Status: RESOLVED MOVED QA Contact:
Severity: enhancement    
Priority: medium    
Version: unspecified   
Hardware: x86-64 (AMD64)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:
Attachments: certificateinfo class
Updated patch
X509CertificateInfo helper class
certificateinfo class
certificateinfo class

Description Chinmoy 2018-06-27 17:29:40 UTC
Created attachment 140369 [details] [review]
certificateinfo class

This class will store details of a digital certificate.
Comment 1 Chinmoy 2018-07-17 18:22:54 UTC
Created attachment 140670 [details] [review]
Updated patch
Comment 2 Chinmoy 2018-07-17 18:40:09 UTC
Created attachment 140671 [details] [review]
X509CertificateInfo helper class

Added missing getter.
Comment 3 Chinmoy 2018-07-20 18:26:59 UTC
Created attachment 140739 [details] [review]
certificateinfo class

Fixed incorrect subject info
Comment 4 Albert Astals Cid 2018-08-09 15:19:08 UTC
So we are ignoring
  SECItemType type;
in SECItem ?

Is that really a good idea?
Comment 5 Albert Astals Cid 2018-08-09 15:36:14 UTC
Also shouldn't CertItem be just a GooString since it's holding a char * and length?
Comment 6 Chinmoy 2018-08-14 15:09:31 UTC
Created attachment 141082 [details] [review]
certificateinfo class

Rebased on master
Comment 7 Albert Astals Cid 2018-08-16 08:35:31 UTC
(In reply to Albert Astals Cid from comment #4)
> So we are ignoring
>   SECItemType type;
> in SECItem ?

Here i meant SECItemToCertItem

> 
> Is that really a good idea?

Hello have you seen my comments?
Comment 8 GitLab Migration User 2018-08-20 21:59:41 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/poppler/poppler/issues/147.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.