> [[email protected] - Fri Sep 25 18:00:41 2009]: > > We are developing Estionian Digital Signature software and there are lot > of big companies (etc. State Institutions and Banks) who are using HTTP > proxy authentication. > > I can see there is already similar request on task tracker > http://rt.openssl.org/Ticket/Display.html?id=728. > > We are looking way to pass or alter Proxy-Authorization parameter on > HTTP header >
I've just added support for custom OCSP headers in OpenSSL 1.0.0 and later. The ocsp command line utility can now support this with the -header command line option. This calls the function OCSP_REQ_CTX_add1_header(). An alternative would be to write custom responder query code that does its own HTTP operations. Steve. -- Dr Stephen N. Henson. OpenSSL project core developer. Commercial tech support now available see: http://www.openssl.org ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
