aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Added better parsing for RFC 4251 string and mpint values.Mark Adams2014-12-141-0/+45
* Removed redundant tests for _load_ssh_rsa_public_key since it is now a non-pu...Mark Adams2014-12-131-67/+24
* Standardized the assignment statement for str_key in TestSSHSerialization.Mark Adams2014-12-131-16/+16
* Privatized the load_ssh_rsa_public_key function and fixed some coverage issue...Mark Adams2014-12-131-43/+39
* Added load_ssh_rsa_public_key to hazmat.primitives.serialization to allow for...Mark Adams2014-12-131-3/+100
* add NotImplemented handlingPaul Kehrer2014-12-103-0/+7
* add __ne__ and __eq__ methods to RSA, DSA, and EC numbers classesPaul Kehrer2014-12-103-1/+146
* Stupid mistake number one billion.Paul Kehrer2014-12-071-0/+8
* directly test r, s for integer-nessPaul Kehrer2014-12-071-0/+1
* catch PyAsn1Error for encoding signature as wellPaul Kehrer2014-12-071-0/+8
* add comment describing how the ASN.1 sequence in a test is invalidPaul Kehrer2014-12-071-0/+2
* catch PyAsn1Error when decoding rfc6979 signaturePaul Kehrer2014-12-061-0/+5
* error if signature has trailing bytesPaul Kehrer2014-11-301-0/+7
* add encode_rfc6979_signature and refactor tests to use itPaul Kehrer2014-11-275-52/+48
* alter vector file loader to support passing read modePaul Kehrer2014-11-272-3/+6
* add X509Backend support to multibackendPaul Kehrer2014-11-261-1/+22
* Update the license header for every source file, as well as the documentation.Alex Gaynor2014-11-1646-558/+138
* Monkeypatch the CFFI Verifier to prevent the implicit compileDonald Stufft2014-11-141-0/+14
* We can test this, we have the power! Fixes #874Alex Gaynor2014-11-071-1/+5
* Merge branch 'master' into verify-interfacesAlex Gaynor2014-10-311-0/+3
|\
| * added a test for verify-after-finalizeAlex Gaynor2014-10-301-0/+3
| * Don't mark this test class as implementing the interface.Alex Gaynor2014-10-301-1/+0
| * Make sure algorithm classes fully implement their interfaceAlex Gaynor2014-10-302-4/+3
| * When using a test double for backends, always use one which really implements...Alex Gaynor2014-10-283-30/+16
* | fixAlex Gaynor2014-10-281-2/+1
* | fixAlex Gaynor2014-10-281-2/+2
* | Fix testsAlex Gaynor2014-10-281-6/+1
* | sanitize the testsAlex Gaynor2014-10-283-17/+11
* | Merge branch 'master' into verify-interfacesAlex Gaynor2014-10-287-21/+16
|\|
| * Added attributes that are part of hte interface to several test fakesAlex Gaynor2014-10-277-1/+12
| * fix coverage for backend parametrizationPaul Kehrer2014-10-251-10/+5
* | satisfy the cmac tests as wellAlex Gaynor2014-10-251-9/+5
* | make this test happyAlex Gaynor2014-10-251-8/+4
* | make things happyAlex Gaynor2014-10-251-10/+0
* | Merge branch 'master' into verify-interfacesAlex Gaynor2014-10-253-16/+37
|\|
| * Merge pull request #1437 from reaperhulk/conftest-changesAlex Gaynor2014-10-253-16/+37
| |\
| | * move skip_if_empty to separate function for test coveragePaul Kehrer2014-10-253-12/+23
| | * add comment explaining some weirdnessPaul Kehrer2014-10-241-0/+2
| | * reorganize try block for test generationPaul Kehrer2014-10-241-3/+4
| | * filter backends during initial generation to elide tests entirelyPaul Kehrer2014-10-242-14/+21
* | | Merge branch 'master' into verify-interfacesAlex Gaynor2014-10-252-4/+7
|\| |
| * | Merge pull request #1438 from alex/multifernet-testsPaul Kehrer2014-10-251-1/+4
| |\ \
| | * | Fixed #1436 -- mark the multifernet tests as requiring the backends they needAlex Gaynor2014-10-241-1/+4
| | |/
| * / Update test for new APIAlex Gaynor2014-10-241-3/+3
| |/
* | Merge branch 'master' into verify-interfacesAlex Gaynor2014-10-2428-143/+139
|\|
| * Merge pull request #1434 from alex/requires-backend-interfacePaul Kehrer2014-10-2428-143/+139
| |\
| | * public API onlyAlex Gaynor2014-10-231-1/+1
| | * flatten lineAlex Gaynor2014-10-231-4/+1
| | * Fix to handle multiple instances of @pytest.mark_requires_backend_interfaceAlex Gaynor2014-10-231-6/+9
| | * Change how we represented that a test requires a backend.Alex Gaynor2014-10-2328-143/+139