[
https://issues.apache.org/jira/browse/TS-3216?focusedWorklogId=29875&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-29875
]
ASF GitHub Bot logged work on TS-3216:
--------------------------------------
Author: ASF GitHub Bot
Created on: 28/Sep/16 01:34
Start Date: 28/Sep/16 01:34
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_r80829654
--- Diff: proxy/hdrs/HdrToken.cc ---
@@ -209,6 +210,8 @@ static HdrTokenFieldInfo
_hdrtoken_strs_field_initializers[] = {
{"Proxy-Authorization", MIME_SLOTID_NONE,
MIME_PRESENCE_PROXY_AUTHORIZATION, (HTIF_HOPBYHOP | HTIF_PROXYAUTH)},
{"Proxy-Connection", MIME_SLOTID_PROXY_CONNECTION,
MIME_PRESENCE_PROXY_CONNECTION, (HTIF_COMMAS | HTIF_MULTVALS | HTIF_HOPBYHOP)},
{"Public", MIME_SLOTID_NONE, MIME_PRESENCE_PUBLIC, (HTIF_COMMAS |
HTIF_MULTVALS)},
+ {"Public-Key-Pins", MIME_SLOTID_NONE, MIME_PRESENCE_NONE, HTIF_NONE},
--- End diff --
@SolidWallOfCode Should I add those line end of this array? or just remove?
Actually I'm not strongly want to add WKS strings, I just followed
Strict-Transport-Security header for HSTS.
Issue Time Tracking
-------------------
Worklog Id: (was: 29875)
Time Spent: 4.5h (was: 4h 20m)
> 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.1.0
>
> Attachments: hpkp-001.patch, hpkp-002.patch, hpkp-003.patch
>
> Time Spent: 4.5h
> 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)