aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* resolve the TODO, random block sizesAlex Gaynor2016-01-131-5/+6
|
* Added hypothesis tests for paddingAlex Gaynor2016-01-131-0/+20
|
* Write some tests for skip conditions in tests.Alex Gaynor2016-01-103-25/+63
| | | | Without this these branches aren't excersised without 0.9.8, but conceptually they are needed.
* give a real EVP_PKEY with an invalid default key type to the testPaul Kehrer2016-01-071-2/+0
|
* opaque EVP_PKEY since EVP_PKEY_id existsPaul Kehrer2016-01-071-1/+1
|
* refactor the init validation of AuthorityKeyIdentifierPaul Kehrer2016-01-051-0/+7
| | | | Fixes #2640
* Merge pull request #2635 from alex/rfc-hashPaul Kehrer2016-01-031-0/+8
|\ | | | | Implement __hash__ on RFC822Name
| * Implement __hash__ on RFC822NameAlex Gaynor2016-01-031-0/+8
| |
* | Implement __hash__ on UniformResourceIdentifierAlex Gaynor2016-01-031-0/+8
|/
* Merge pull request #2607 from reaperhulk/unrecognized-extension-support-reduxAlex Gaynor2015-12-312-4/+24
|\ | | | | support unrecognized extensions in x509
| * support unrecognized extensions in x509Paul Kehrer2015-12-302-4/+24
| |
* | don't allow UnrecognizedExtension with get_extension_for_classPaul Kehrer2015-12-301-0/+5
|/
* py3 repr will be differentPaul Kehrer2015-12-301-4/+10
|
* add UnrecognizedExtension classPaul Kehrer2015-12-301-0/+51
|
* move testPaul Kehrer2015-12-272-29/+38
|
* pep8 fix, rename test, add a comment to explain itPaul Kehrer2015-12-271-2/+6
|
* Move private key initialization out of pytest.raises blockChristopher Grebs2015-12-271-1/+3
|
* Fix test again and add pytest.raises statementChristopher Grebs2015-12-271-9/+8
|
* Fixed test scenario to use different key.Christopher Grebs2015-12-271-2/+2
|
* Add simple test that would fail on decryptionChristopher Grebs2015-12-271-0/+23
|
* Merge pull request #2598 from reaperhulk/index-cpAlex Gaynor2015-12-271-0/+10
|\ | | | | support indexing in CertificatePolicies
| * support indexing in CertificatePoliciesPaul Kehrer2015-12-271-0/+10
| |
* | Merge pull request #2597 from reaperhulk/index-cdpAlex Gaynor2015-12-271-0/+26
|\ \ | | | | | | support indexing in CDP
| * | support indexing in CDPPaul Kehrer2015-12-271-0/+26
| |/
* / support indexing in AIAPaul Kehrer2015-12-271-0/+26
|/
* Merge pull request #2595 from alex/crl-reason-hashPaul Kehrer2015-12-271-0/+8
|\ | | | | Refs #2578 -- implement __hash__ on CRLReason
| * Refs #2578 -- implement __hash__ on CRLReasonAlex Gaynor2015-12-271-0/+8
| |
* | Merge pull request #2594 from reaperhulk/hash-bcAlex Gaynor2015-12-271-0/+7
|\ \ | |/ |/| implement hash on basicconstraints
| * hash ne testPaul Kehrer2015-12-271-0/+2
| |
| * implement hash on basicconstraintsPaul Kehrer2015-12-271-0/+5
| |
* | Support EC and DSA signing of CRLs in the OpenSSL backendPaul Kehrer2015-12-272-5/+96
|/
* add test for invalid extension typePaul Kehrer2015-12-271-0/+6
|
* support CRL entry extension encoding in the RevokedCertificateBuilderPaul Kehrer2015-12-272-1/+83
|
* Merge pull request #2588 from reaperhulk/move-testsAlex Gaynor2015-12-262-52/+51
|\ | | | | move two tests to the openssl backend tests where they belong
| * move two tests to the openssl backend tests where they belongPaul Kehrer2015-12-262-52/+51
| |
* | make CertificateIssuer and IssuerAlternativeName indexablePaul Kehrer2015-12-261-0/+22
|/
* A handful of small cleanups and simplificationsAlex Gaynor2015-12-261-9/+3
|
* Merge pull request #2585 from reaperhulk/san-iterableAlex Gaynor2015-12-261-0/+26
|\ | | | | support indexing on GeneralNames and SubjectAlternativeName
| * support indexing on GeneralNames and SubjectAlternativeNamePaul Kehrer2015-12-261-0/+26
| |
* | Merge pull request #2583 from alex/ski-hashPaul Kehrer2015-12-261-0/+14
|\ \ | |/ |/| Refs #2578 -- implement __hash__ on SubjectKeyIdentifier
| * Refs #2578 -- implement __hash__ on SubjectKeyIdentifierAlex Gaynor2015-12-261-0/+14
| |
* | Merge pull request #2581 from reaperhulk/crlentry-invaliditydateAlex Gaynor2015-12-262-3/+34
|\ \ | |/ |/| add invaliditydate class for crl entry extensions
| * ...pep8Paul Kehrer2015-12-261-0/+1
| |
| * add __hash__ to InvalidityDatePaul Kehrer2015-12-261-0/+6
| |
| * add invaliditydate class for crl entry extensionsPaul Kehrer2015-12-262-3/+27
| |
* | Refs #2578 -- implement __hash__ on CRLNumberAlex Gaynor2015-12-261-0/+7
|/
* switch CRLReason to use a classPaul Kehrer2015-12-262-5/+28
|
* Merge pull request #2575 from reaperhulk/crlentry-extensions-classesAlex Gaynor2015-12-262-7/+44
|\ | | | | start switching the CRL entry extensions to be full-fledged classes
| * start switching the CRL entry extensions to be full-fledged classesPaul Kehrer2015-12-252-7/+44
| | | | | | | | first up: CertificateIssuer
* | make the Extensions class support indexingPaul Kehrer2015-12-261-0/+12
|/