OCSP is not part of the SSL handshake (except, as you mention, for
OCSP stapling).

You can look at apps/ocsp.c for information on how to use the OCSP
API.  The best place to use it would be in the callback called by
SSL[_CTX]_set_verify().

-Kyle H

On Sun, Mar 29, 2009 at 11:02 PM, Yaweh <anujgupta...@gmail.com> wrote:
>
> Hi,
>
> Is OCSp implemented as a part of SSL handshake or do i need to implement the
> functionality myself i.e. calling the api to send the request and check the
> response like the way it has been done in the apps??
>
> i see some ocsp related code while ssl handshake is being done. it looks
> like its for OCSP stapling.
>
> Could you provide a breif idea abt how to add OCSP support to the
> application (client). Currently we use OpenSSl for ssl support
>
> thanks,
> anuj
> --
> View this message in context: 
> http://www.nabble.com/OCSP-help-required-tp22776849p22776849.html
> Sent from the OpenSSL - Dev mailing list archive at Nabble.com.
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> Development Mailing List                       openssl-dev@openssl.org
> Automated List Manager                           majord...@openssl.org
>
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to