aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/test_pkcs12.py
Commit message (Collapse)AuthorAgeFilesLines
* add support for byteslike on password and data for pkcs12 loading (#4690)Paul Kehrer2019-01-151-0/+13
| | | | | | | | | | | | * add support for byteslike on password and data for pkcs12 loading * use a contextmanager to yield a null terminated buffer we can zero * review feedback * updated text * one last change
* PKCS12 Basic Parsing (#4553)Paul Kehrer2018-11-281-0/+110
* PKCS12 parsing support * running all the tests is so gauche * rename func * various significant fixes * dangerous idiot here * move pkcs12 * docs updates * a bit more prose