[
https://issues.apache.org/jira/browse/TS-3216?focusedWorklogId=28830&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-28830
]
ASF GitHub Bot logged work on TS-3216:
--------------------------------------
Author: ASF GitHub Bot
Created on: 12/Sep/16 17:40
Start Date: 12/Sep/16 17:40
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_r78418739
--- Diff: iocore/net/SSLConfig.cc ---
@@ -81,6 +81,13 @@ SSLConfigParams::SSLConfigParams()
ssl_session_cache_timeout = 0;
ssl_session_cache_auto_clear = 1;
configExitOnLoadError = 0;
+
+ hpkp_enabled = 0;
+ hpkp_report_only = 0;
+ hpkp_include_subdomains = 0;
+ hpkp_max_age = 0;
+ hpkp_pins = NULL;
+ hpkp_report_uri = NULL;
--- End diff --
Do these need to be initialized to -1?
Issue Time Tracking
-------------------
Worklog Id: (was: 28830)
Time Spent: 2h 50m (was: 2h 40m)
> 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 50m
> 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)