aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_x509.py
Commit message (Collapse)AuthorAgeFilesLines
* add support for equality testing to x509.CertificatePaul Kehrer2015-04-301-0/+30
|
* Replace the remaining occurrences of six.u with the u prefixEeshan Garg2015-04-291-4/+2
|
* let's make that repr actually goodPaul Kehrer2015-04-111-3/+4
|
* add repr for x509 namesPaul Kehrer2015-04-111-0/+12
|
* add load_der_x509_csr to support loading DER encoded CSRsPaul Kehrer2015-03-301-20/+51
|
* add test for invalid PEM CSRPaul Kehrer2015-03-291-0/+4
|
* rename request to CSRPaul Kehrer2015-03-291-4/+4
|
* basic support for parsing x509 requestsPaul Kehrer2015-03-291-0/+67
|
* Fixed the deprecation warnings being triggered by the testsAlex Gaynor2015-03-101-2/+2
|
* This module has been renamed.Alex Gaynor2015-02-231-9/+7
|
* implement signature_hash_algorithm insteadPaul Kehrer2015-02-141-4/+14
|
* add support for signature_algorithm in x509.CertificatePaul Kehrer2015-02-141-0/+4
|
* simplify things based on review feedbackPaul Kehrer2015-02-141-16/+4
|
* make x509.Name iterable and address other review feedbackPaul Kehrer2015-02-131-6/+20
|
* refactor x509.Name to use get_attributes_by_oidPaul Kehrer2015-02-121-146/+4
|
* X509 distinguished name parsing support in the OpenSSL backendPaul Kehrer2015-02-121-0/+332
|
* add repr for x509.NameAttributePaul Kehrer2015-02-121-0/+7
|
* Added test coverage for missing branch.Alex Gaynor2015-02-101-0/+4
|
* rename Attribute to NameAttribute and remove name from OIDPaul Kehrer2015-02-021-28/+23
|
* add attribute and objectidentifier classes for x509 namePaul Kehrer2015-01-291-0/+47
|
* add parsed_version attribute to InvalidVersionPaul Kehrer2014-12-151-1/+3
|
* rename X509 classes to remove X509 and improve some testsPaul Kehrer2014-12-151-10/+67
|
* update test with proper filenamePaul Kehrer2014-12-151-1/+1
|
* raise error on unnamed EC curve certificates when calling public_keyPaul Kehrer2014-12-151-0/+10
| | | | ...for now
* reorganize a bunch of things related to the x509certificate interfacePaul Kehrer2014-12-151-2/+2
|
* change it to not_valid_* why notPaul Kehrer2014-12-151-14/+18
|
* refactor a test function to avoid string typingPaul Kehrer2014-12-151-18/+13
|
* learn to bytesPaul Kehrer2014-12-151-1/+1
|
* test x509 fingerprintPaul Kehrer2014-12-151-1/+4
|
* py3 fixesPaul Kehrer2014-12-151-48/+61
|
* address review feedbackPaul Kehrer2014-12-151-4/+3
|
* clean up x509 tests & add DSA/ECDSA testsPaul Kehrer2014-12-151-15/+57
|
* improve tests, remove some outdated commentsPaul Kehrer2014-12-151-7/+19
|
* improve x509 load error handlingPaul Kehrer2014-12-151-0/+8
|
* add x509v1 testPaul Kehrer2014-12-151-0/+9
|
* update docs, test invalid x509 versionPaul Kehrer2014-12-151-1/+12
|
* move x509 to top level, add more docsPaul Kehrer2014-12-151-0/+85