Re: OCSP response signed by self-signed trusted responder validation

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Thanks for the quick response Rich!

 

Just a quick follow on.

 

Per RFC6960 for OCSP, there are 3 options:

   All definitive response messages SHALL be digitally signed.  The key
   used to sign the response MUST belong to one of the following:
 
   - the CA who issued the certificate in question
 
   - a Trusted Responder whose public key is trusted by the requestor
 
   - a CA Designated Responder (Authorized Responder, defined in
     Section 4.2.2.2) who holds a specially marked certificate issued
     directly by the CA, indicating that the responder may issue OCSP
     responses for that CA

 

I’m seeing the self-signed and/or even a separate PKI root or hierarchy that is designated to sign responses as the 2nd option above which is essentially an ‘out of band’ trust that is configured on the requestor ahead of time.  Are you saying option 2 from the RFC is not supported within OpenSSL and would require changes?  Or am I misinterpreting option 2 above.

 

Lastly, I assuming my understanding is correct, I was thinking X509_check_trust() allows for communicating this ‘out of band’ trust to OpenSSL for validation of OCSP responses, is this not what this trust setting is for?

 

Thanks,

Animesh

 

From: "Salz, Rich" <rsalz@xxxxxxxxxx>
Date: Tuesday, December 4, 2018 at 12:39 PM
To: "anipatel@xxxxxxxxx" <anipatel@xxxxxxxxx>, "openssl-users@xxxxxxxxxxx" <openssl-users@xxxxxxxxxxx>
Subject: Re: [openssl-users] OCSP response signed by self-signed trusted responder validation

 

The responder isn’t supposed to be self-signed.  It’s supposed to be signed by the CA issuing the certs.  That way you know that the CA “trusts” the responder.

 

Now, having said that, what you want to do is reasonable – think of it as “out of band” trust.  You will probably have to modify the source to support it, however.

 

-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux