aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_certutils.py
Commit message (Collapse)AuthorAgeFilesLines
* Domain checks for persistent cert store is now irrelevant.Aldo Cortesi2013-12-081-9/+0
| | | | | We no longer store these on disk, so we don't care about path components.
* Revamp dummy cert generation.Aldo Cortesi2013-08-121-11/+3
| | | | We no longer use on-disk storage - we just keep the certs in memory.
* Merge pull request #15 from mhils/fix_binary_rwAldo Cortesi2013-06-151-6/+6
|\ | | | | always read files in binary mode
| * always read files in binary modeMaximilian Hils2013-06-161-6/+6
| |
* | add test case for invalid characters in cert commonnamesMaximilian Hils2013-06-141-0/+1
|/
* Extract TCP test utilities into netlib.testAldo Cortesi2013-01-251-0/+1
|
* Sanity-check certstore common names.Aldo Cortesi2013-01-061-0/+9
|
* Basic certificate store implementation and cert utils API cleanup.Aldo Cortesi2013-01-061-21/+25
|
* Ignore SAN entries that we don't understand.Aldo Cortesi2012-07-241-0/+5
|
* Add utility function for converstion to PEM.Aldo Cortesi2012-06-281-0/+1
|
* Refactor certutils.SSLCert API.Aldo Cortesi2012-06-271-2/+2
|
* Add certutils to netlib.Aldo Cortesi2012-06-271-0/+72