David Stutzman wrote:
> Here's some certutil -L output for the cert I am playing with here:
> Signed Extensions:
> Name: Certificate Key Usage
> Critical: True
> Usages: Digital Signature
> Non-Repudiation
>
> Name:
David Stutzman wrote:
Julien Pierre wrote:
What purpose are you using the digital signatures for in your
application ? That may help determine the right usage to check .
A blob of data will be signed and sent out over a network to another
system running the same application and the signature
Julien Pierre wrote:
What purpose are you using the digital signatures for in your
application ? That may help determine the right usage to check .
A blob of data will be signed and sent out over a network to another
system running the same application and the signature will need to be
verifi
David,
David Stutzman wrote:
I'm looking at the functions CERT_VerifyCertificate and
CERT_VerifyCertificateNow and see it has 2 parameters of type
SECCertificateUsage, one required and one returned. What is the purpose
of the returned one?
SECCertificateUsage is a bit-field. If you requeste
David,
David Stutzman wrote:
I'm looking at the functions CERT_VerifyCertificate and
CERT_VerifyCertificateNow and see it has 2 parameters of type
SECCertificateUsage, one required and one returned. What is the purpose
of the returned one?
SECCertificateUsage is a bit-field. If you requeste
I'm looking at the functions CERT_VerifyCertificate and
CERT_VerifyCertificateNow and see it has 2 parameters of type
SECCertificateUsage, one required and one returned. What is the purpose
of the returned one? I checked the certutil code and the same variable
is being passed into the verify f
6 matches
Mail list logo