[squid-dev] [PATCH] TLS Authority Key Identifier certificate extension

Christos Tsantilas christos at chtsanti.net
Tue Jun 14 15:57:13 UTC 2016


Applied to trunk with the requested fixes as r14709.


On 06/10/2016 02:19 PM, Amos Jeffries wrote:
> 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