[
https://issues.apache.org/jira/browse/TS-3216?focusedWorklogId=28764&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-28764
]
ASF GitHub Bot logged work on TS-3216:
--------------------------------------
Author: ASF GitHub Bot
Created on: 12/Sep/16 02:56
Start Date: 12/Sep/16 02:56
Worklog Time Spent: 10m
Work Description: Github user masaori335 commented on a diff in the pull
request:
https://github.com/apache/trafficserver/pull/990#discussion_r78310812
--- Diff: iocore/net/SSLUtils.cc ---
@@ -344,6 +361,11 @@ set_context_cert(SSL *ssl)
ctx = cc->ctx;
}
+ if (cc && cc->hpkp) {
+ netvc->hpkp = cc->hpkp;
--- End diff --
SSLCertContext still owns that.
Hmm, copying the values of hpkp is only one choice?
Issue Time Tracking
-------------------
Worklog Id: (was: 28764)
Time Spent: 2h (was: 1h 50m)
> 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
> Assignee: Masaori Koshiba
> Labels: review
> Fix For: 7.0.0
>
> Attachments: hpkp-001.patch, hpkp-002.patch, hpkp-003.patch
>
> Time Spent: 2h
> Remaining Estimate: 0h
>
> 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)