On 8/06/2013 4:20 a.m., Tsantilas Christos wrote:
This patch modify squid cert validation subsystem to sent to cert
validator helper the complete certificates chain, not only the
certificates sent by web server. This is may not be possible in all
cases, for example in cases where the root certificate is not stored
locally.
This is a Measurement Factory project
in globals.h:
* please do not add any new entries in globals.h - we are trying to
remove things from there.
* can you please also use the wrapper types provided in
src/ssl/gadgets.h. ie X509_STACK_Pointer for things like STACK_OF(X509)
and avoiding use of raw pointers to OpenSSL internal types?
Amos