[
https://issues.apache.org/jira/browse/TS-3216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14618348#comment-14618348
]
Masaori Koshiba commented on TS-3216:
-------------------------------------
I could not reproduce the SEGV. But I'm thinking add null check around
dynamic_cast in {{HttpTransactHeaders::insert_hpkp_header_in_response}}
{noformat}
819 void
820 HttpTransactHeaders::insert_hpkp_header_in_response(HttpTransact::State *s,
HTTPHdr *header)
821 {
822 SSLNetVConnection *ssl_vc = dynamic_cast<SSLNetVConnection
*>(s->state_machine->ua_session->get_netvc());
823 const SSLCertContext *cc = ssl_vc->sslCertContext;
{noformat}
> Add HPKP (Public Key Pinning Extension for HTTP) support
> --------------------------------------------------------
>
> Key: TS-3216
> URL: https://issues.apache.org/jira/browse/TS-3216
> Project: Traffic Server
> Issue Type: New Feature
> Components: SSL
> Reporter: Masaori Koshiba
> Labels: review
> Fix For: 6.1.0
>
> Attachments: hpkp-001.patch, hpkp-002.patch, hpkp-003.patch
>
>
> Add "Public Key Pinning Extension for HTTP" Support in Traffic Server.
> RFC 7469 Public Key Pinning Extension for HTTP
> - https://tools.ietf.org/html/rfc7469
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)