[
https://issues.apache.org/jira/browse/TS-3216?focusedWorklogId=28599&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-28599
]
ASF GitHub Bot logged work on TS-3216:
--------------------------------------
Author: ASF GitHub Bot
Created on: 09/Sep/16 15:36
Start Date: 09/Sep/16 15:36
Worklog Time Spent: 10m
Work Description: Github user jpeach commented on a diff in the pull
request:
https://github.com/apache/trafficserver/pull/990#discussion_r78201056
--- Diff: proxy/hdrs/HdrToken.cc ---
@@ -70,7 +70,8 @@ static const char *_hdrtoken_strs[] = {
"Newsgroups", // NNTP
"Organization", // NNTP
"Path", // NNTP
- "Pragma", "Proxy-Authenticate", "Proxy-Authorization",
"Proxy-Connection", "Public", "Range",
+ "Pragma", "Proxy-Authenticate", "Proxy-Authorization",
"Proxy-Connection", "Public-Key-Pins-Report-Only", "Public-Key-Pins",
+ "Public", "Range",
--- End diff --
Can you please use clang no-format so that this array is consistently
formatted with on entry per line?
Issue Time Tracking
-------------------
Worklog Id: (was: 28599)
Time Spent: 1h 20m (was: 1h 10m)
> 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: 1h 20m
> 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)