]> git.ipfire.org Git - thirdparty/squid.git/commit
Peek and Splice: %ssl::<cert_subject and %ssl::<cert_issuer formating codes to e
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Tue, 5 Aug 2014 14:27:34 +0000 (17:27 +0300)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Tue, 5 Aug 2014 14:27:34 +0000 (17:27 +0300)
commit789dda8dc92f285fbcf6b19a2d719bb927397a26
treeed7a81229219df5ac2389d6a3295d9e2e93484bc
parent35178e02c054eff272e6eb172f33dc4cdb907c5a
Peek and Splice: %ssl::<cert_subject and %ssl::<cert_issuer formating codes to e
xternal_acl

This patch investigates the %ssl::<cert_subject and %ssl::<cert_issuer
formating codes to external_acl helpers.
 * The %ssl::<cert_subject formating code prints the server certificate DN
 * The %ssl::<cert_issuer formating code prints the server certificate issuer DN

Both formating codes are available after the ssl bumped connection is
established.
When Peek and Splice mode is selected these formating codes are available on
peek or stare mode, after the step2 is comleted and server certificate is
received.
src/cf.data.pre
src/external_acl.cc
src/format/ByteCode.h
src/format/Format.cc
src/ssl/PeerConnector.cc