Re: [squid-dev] [PATCH] Initial libsecurity API

2015-02-26 Thread Amos Jeffries
Merged as trunk rev.13952. Amos ___ squid-dev mailing list squid-dev@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-dev

Re: [squid-dev] [PATCH] Initial libsecurity API

2015-02-22 Thread Amos Jeffries
If there are no objections I would like to merge this. Amos ___ squid-dev mailing list squid-dev@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-dev

Re: [squid-dev] [PATCH] Initial libsecurity API

2015-02-08 Thread Amos Jeffries
Spam detection software, running on the system "master.squid-cache.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content p

Re: [squid-dev] [PATCH] Initial libsecurity API

2015-01-26 Thread Alex Rousskov
On 01/14/2015 08:50 AM, Amos Jeffries wrote: > This is the first step(s) towards a generic TLS/SSL security API for > Squid. > +// BUG: ssl_client.sslContext will leak on reconfigure when Config gets > memset() ... > +Config.ssl_client.sslContext = > Security::ProxyOutgoingConfig.create

Re: [squid-dev] [PATCH] Initial libsecurity API

2015-01-25 Thread Amos Jeffries
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This patch is now at the 10-day criteria for commit. If there are no objections I will apply it tomorrow. Amos -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.22 (MingW32) iQEcBAEBAgAGBQJUxdQJAAoJELJo5wb/XPRjFBYH/0eanB2ZQpcqmPMdVVorqhpZ ddAkcq8sUiy

[squid-dev] [PATCH] Initial libsecurity API

2015-01-14 Thread Amos Jeffries
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This is the first step(s) towards a generic TLS/SSL security API for Squid. Creates the basic security/libsecurity.la library and Security:: namespace infrastructure. Symbols provided by this API are always available instead of conditionally compiled