Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
How to find all certificates by subject name?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Sean Leonard  
View profile  
 More options Jun 4 2012, 2:47 am
Newsgroups: mozilla.dev.tech.crypto
From: Sean Leonard <dev+mozi...@seantek.com>
Date: Sun, 03 Jun 2012 23:47:00 -0700
Subject: How to find all certificates by subject name?
Hi all,

What is the best way with NSS to find all certificates that have the
same subject name?

The function CERT_FindCertByName expresses the right general idea, but
it only returns one certificate at maximum. Internally, it calls
NSSCryptoContext_FindBestCertificateBySubject, which calls
nssCertificateStore_FindCertificatesBySubject (which is supposed to be
fast, since nssCertificateStore has an nssHash *subject member, which is
a list). Unfortunately this list is filtered with
nssCertificateArray_FindBestCertificate. Of course,
nssCertificateStore_FindCertificatesBySubject is not a public function.

Thanks.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »