[squid-dev] [PATCH] TLS Authority Key Identifier certificate extension
Amos Jeffries
squid3 at treenet.co.nz
Fri Jun 10 11:19:08 UTC 2016
On 8/06/2016 4:06 a.m., Christos Tsantilas wrote:
>
> This patch add support for mimicking TLS Authority Key Identifier
> certificate extension in Squid generated TLS certificates: If the origin
> server certificate has that extension, the generated certificate (via
> the ssl_crtd daemon or internally) should have the same extension, with
> the same set of fields if possible.
>
in src/ssl/gadgets.cc:
* s/extrension/extension/ in mimicAuthorityKeyId() documentation.
* we have a policy of pre-incrementing variables.
s/ added++; / ++added; /
+1 with those corrections.
Amos
More information about the squid-dev
mailing list