]> git.ipfire.org Git - thirdparty/squid.git/commit - src/FwdState.cc
- Remove the ValidateCertificateResponse::ErrorItem::certId member. The
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Tue, 18 Sep 2012 09:56:08 +0000 (12:56 +0300)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Tue, 18 Sep 2012 09:56:08 +0000 (12:56 +0300)
commit77dce8a588d34f67287443ebb0f8f7a413221938
tree440f574262e71a26480e170b980c6f6b052168d6
parent5d0d1d927b83d7daf844c492680644a2d9e2b8c4
- Remove the ValidateCertificateResponse::ErrorItem::certId member. The
  user should always link with a certificate, not with an index to certificate.
- The CertValidateMessage::parseResponse takes as argument the list of peer
  Certificates. It uses this list to fill the ValidateCertificateResponse
  object.
- Return ERR_GATEWAY_FAILURE/HTTP_INTERNAL_SERVER_ERROR error if:
   * Failed to compose the  Ssl::CertValidateMessage message to sent to
     cert validator
   * The response from cert validator is wrong
   * The cert validator returns an error.
src/forward.cc
src/ssl/cert_validate_message.cc
src/ssl/cert_validate_message.h