[
https://issues.apache.org/jira/browse/TS-3216?focusedWorklogId=28838&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-28838
]
ASF GitHub Bot logged work on TS-3216:
--------------------------------------
Author: ASF GitHub Bot
Created on: 12/Sep/16 18:15
Start Date: 12/Sep/16 18:15
Worklog Time Spent: 10m
Work Description: Github user SolidWallOfCode commented on a diff in the
pull request:
https://github.com/apache/trafficserver/pull/990#discussion_r78425356
--- 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 --
This could break cache compatibility because it re-orders the WKS strings.
Issue Time Tracking
-------------------
Worklog Id: (was: 28838)
Time Spent: 4h (was: 3h 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: 4h
> 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)