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 Dr. Stephen Henson wrote: > > On Wed, Feb 08, 2006, baliw_na_sa_ssl (sent by Nabble.com) wrote: > >> >> Does anyone knows how the ocsp functions in 0.9.7b of openssl works? >> Or even the steps in OCSP send request and response. >> >> Ur help is needed asap...thanks :-) > > Well I wouldn't use OpenSSL 0.9.7b for a start. Its ancient. > > If you want to use OCSP from the command line then the ocsp manual page > gives > detailed info. There are a *lot* of command line options so you might want > to > look at the EXAMPLES section first. > > If you want to write an OCSP client then the API isn't documented much at > present. The ocsp command source code in apps/ocsp.c is an example though. > > Steve. > -- > Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage > OpenSSL project core developer and freelance consultant. > Funding needed! Details on homepage. > Homepage: http://www.drh-consultancy.demon.co.uk > ______________________________________________________________________ > OpenSSL Project http://www.openssl.org > Development Mailing List [email protected] > Automated List Manager [email protected] > > -- View this message in context: http://www.nabble.com/OCSP-tp2817174p22736822.html Sent from the OpenSSL - Dev mailing list archive at Nabble.com. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
