Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | compare against bytes values, not the U-label decoded ones (#3906) | Paul Kehrer | 2017-09-12 | 1 | -0/+5 | |
| | | | | We need to add one small test to cover a case that is no longer covered with this switch. | |||||
* | [WIP] add support for the TLSFeature extension in x509 (#3899) | Paul Kehrer | 2017-09-10 | 2 | -0/+115 | |
| | | | | | | | | | | | | | | | | | | * 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 | |||||
* | move x509 tests into a module (#3889) | Paul Kehrer | 2017-09-06 | 5 | -0/+8621 | |
* move x509 tests into a module This is just to make grouping things like test_ocsp, etc a bit simpler in the future * fix path * pep8 |