commit | 5d66966032a1efbcbf093804a19951f399c2a6eb | [log] [tgz] |
---|---|---|
author | Paul Kehrer <[email protected]> | Mon Sep 11 09:16:34 2017 +0800 |
committer | Alex Gaynor <[email protected]> | Sun Sep 10 21:16:34 2017 -0400 |
tree | d769399c9c7f3e3a81fb199e89af8167bd28339f | |
parent | d4bde9ce6668bb019f9c9db4cd26280e6cf7fa21 [diff] |
[WIP] add support for the TLSFeature extension in x509 (#3899) * add support for the TLSFeature extension in x509 This extension is used for OCSP Must-Staple. * fix changelog link * pep8 * refactor to support the sequence properly and add status_request_v2 * update some language * add test vector, implement eq/ne/hash on TLSFeature * address review comments