Re: [squid-dev] [PATCH] initial GnuTLS support for encrypted server connections

2017-01-14 Thread Alex Rousskov
On 01/14/2017 10:16 AM, Amos Jeffries wrote: > The Security::SessionPointer is converted to std::shared_ptr. This is > required because GnuTLS does not expose the locking like OpenSSL. Since > we store the SessionPointer to fd_table[].ssl we can always access it > from there one way or another

[squid-dev] [PATCH] initial GnuTLS support for encrypted server connections

2017-01-14 Thread Amos Jeffries
This completes the next milestone in the long journey toward GnuTLS support: operational server connections for https:// URLs and cache_peer. I have had to make significant changes to how the options=FOO config settings are handled internally since GnuTLS does not expose the priority_t