aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* address review commentsPaul Kehrer2015-12-231-8/+3
* add test that fails if CRL references aren't properly retainedPaul Kehrer2015-12-231-0/+19
* missed a test for CRLNumber not being an integer, oopsPaul Kehrer2015-12-221-0/+4
* CRLNumber needs to be a class for reasons.Paul Kehrer2015-12-222-1/+16
* add support for parsing AuthorityInfoAccess and IssuerAltName CRL extsPaul Kehrer2015-12-221-3/+18
* support parsing CRL extensions in the OpenSSL backendPaul Kehrer2015-12-211-5/+17
* add test for byte matchingPaul Kehrer2015-12-211-0/+24
* add a CRL public_bytes methodPaul Kehrer2015-12-201-0/+42
* Merge pull request #2538 from reaperhulk/empty-crls-are-beautiful-tooAlex Gaynor2015-12-201-0/+8
|\
| * support CRLs with no revoked certificatesPaul Kehrer2015-12-201-0/+8
* | Merge pull request #2525 from nbastin/20151112-access-methodPaul Kehrer2015-12-202-3/+40
|\ \ | |/ |/|
| * Dealing with the pedantry of pep8Nick Bastin2015-12-201-2/+0
| * Test for non-standard AIA support in CertificateBuilderNick Bastin2015-12-201-0/+32
| * Dangling pep8 fixNick Bastin2015-12-201-1/+1
| * PEP8 fixesNick Bastin2015-12-201-1/+0
| * Style cleanup, missing importNick Bastin2015-12-201-3/+6
| * Add test for arbitrary access_methodNick Bastin2015-12-201-0/+4
| * Allow any OID for access_method, validate OIDs at creation time, fix tests.Nick Bastin2015-12-201-1/+2
* | Change password callback to use userdata pointerChristian Heimes2015-12-201-2/+15
|/
* Merge pull request #2535 from alex/encode-dssPaul Kehrer2015-12-191-3/+3
|\
| * use the non-deprecated name for this functionAlex Gaynor2015-12-191-3/+3
* | Merge pull request #2530 from nbastin/20151214-oid-valPaul Kehrer2015-12-182-36/+72
|\ \ | |/ |/|
| * Avoid IndexError on too-short OIDs, add test for regressionNick Bastin2015-12-171-0/+4
| * OID validationNick Bastin2015-12-142-36/+68
* | require not_valid_after >= not_valid_beforePaul Kehrer2015-12-131-0/+22
|/
* add some missing skipsPaul Kehrer2015-12-031-0/+2
* expose tbs_certrequest_bytes and signature on CertificateSigningRequestPaul Kehrer2015-12-031-0/+132
* implement support for encoding name constraintsPaul Kehrer2015-12-021-0/+35
* Add support for 160 bit ARC4 keysEhren Kret2015-11-281-0/+1
* test name fixErik Trauschke2015-11-191-1/+1
* add tbsCertList and signature interfaces to CRLsErik Trauschke2015-11-191-0/+38
* rename tbs_certificate to tbs_certificate_bytes, add a commentPaul Kehrer2015-11-031-9/+9
* skip checkPaul Kehrer2015-11-031-0/+1
* add support for Certificate signature and tbs_certificatePaul Kehrer2015-11-031-1/+184
* Swapping modified x509 test with modified ec testPeter Hamilton2015-10-302-14/+4
* Fixing fixture import orderPeter Hamilton2015-10-301-1/+1
* Adding test usage for elliptic curve fixturesPeter Hamilton2015-10-301-2/+3
* Adding elliptic curve test fixturesPeter Hamilton2015-10-291-0/+296
* Error cleanly if the public and private keys to an ECDH key exchange are on d...Alex Gaynor2015-10-281-1/+27
* add ellipticcurvepublicnumbers reprPaul Kehrer2015-10-281-0/+5
* Merge pull request #2447 from reaperhulk/encode-decode-pointAlex Gaynor2015-10-271-0/+67
|\
| * address review feedbackPaul Kehrer2015-10-281-7/+0
| * modify approach to use EllipticCurvePublicNumbers methodsPaul Kehrer2015-10-272-73/+76
| * remove support for null points, improve docsPaul Kehrer2015-10-271-2/+4
| * add support for encoding/decoding elliptic curve pointsPaul Kehrer2015-10-261-2/+71
* | Merge pull request #2435 from reaperhulk/fix-2407Alex Gaynor2015-10-271-0/+41
|\ \ | |/ |/|
| * work on py3Paul Kehrer2015-10-271-2/+2
| * remove unneeded strPaul Kehrer2015-10-271-2/+2
| * switch to using pyasn1_modules for the testPaul Kehrer2015-10-271-12/+14
| * encode countryName with PrintableStringPaul Kehrer2015-10-201-0/+39