Re: [squid-dev] Squid 3.5 with nonblocking ecap adapter

2017-11-02 Thread Alex Rousskov
On 11/02/2017 03:49 AM, Christof Gerber wrote: > One thing I still don't fully understand is if the asynchronous way to > program and operate Squid with an eCAP adapter necessarily relies on > threads? No, threads are just one popular way to achieve asynchrony. One may also use multiple processes

Re: [squid-dev] Perl script help needed

2017-11-02 Thread Alex Rousskov
On 11/02/2017 03:01 AM, Amos Jeffries wrote: > I am running into a tricky issue with the maintainer scripts that I'm > not sure how to solve. > > Anyone able to assist? I can try. Alex. ___ squid-dev mailing list squid-dev@lists.squid-cache.org http://

Re: [squid-dev] how does Squid 3.5 parse https responce

2017-11-02 Thread Alex Rousskov
On 02/11/17 15:14, G~D~Lunatic wrote: > I want to know how the squid parse the body of certificate > The operation of this part is in which class or function. If you are asking about modern Squid code doing SslBump, then Security::HandshakeParser::ParseCertificate() calls OpenSSL d2i_X509() to par

[squid-dev] Perl script help needed

2017-11-02 Thread Amos Jeffries
Hi all, I am running into a tricky issue with the maintainer scripts that I'm not sure how to solve. Anyone able to assist? Amos ___ squid-dev mailing list squid-dev@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-dev

Re: [squid-dev] how does Squid 3.5 parse https responce

2017-11-02 Thread Amos Jeffries
On 02/11/17 15:14, G~D~Lunatic wrote: I want to know how the squid parse the body of certificate when they send HTTPS requests and get the server's certificate. HTTPS messages and TLS certificates are very different things. The operation of this part is in which class or function. This mai