]> git.ipfire.org Git - thirdparty/squid.git/commit - src/ssl/support.cc
Fix functions names and documentantation
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Thu, 26 May 2016 13:47:19 +0000 (16:47 +0300)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Thu, 26 May 2016 13:47:19 +0000 (16:47 +0300)
commit6c4905efcb1dce2dd1a7c1ada30302bd3779a39b
treef81e17d4eb92c73fcbcf8e4f7db86ad6b8fe914c
parenta34d1d2dd92eb1761eea27de5770ce77bd9557ce
Fix functions names and documentantation

The findCertByIssuerFast, findCertIssuer and sk_x509_findCertByIssuer functions
does not search for a certificate with the given issuer. Actually they are
searching the certificate of the issuer of the given certificate.
This patch fixes documentation of this function and adjust the functions names:
 - findCertByIssuerFast to findCertIssuerFast
 - sk_x509_findCertByIssuer to sk_x509_findIssuer
src/ssl/support.cc