aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* use an error that's likely to be in all openssls we supportPaul Kehrer2016-03-081-12/+9
* review feedback + make the test actually test a thingPaul Kehrer2016-03-071-6/+15
* only call ERR_error_string if we're going to raise InternalErrorPaul Kehrer2016-03-071-1/+21
* require mode nonce/iv/tag data to be bytesPaul Kehrer2016-03-071-0/+30
* pass bytes to modes/algorithms like we shouldPaul Kehrer2016-03-0711-40/+40
* Merge pull request #2670 from joernheissler/x509_req_verifyPaul Kehrer2016-03-061-0/+16
|\
| * Change method to propertyJoern Heissler2016-01-181-7/+5
| * Add verify method on CertificateSigningRequestJoern Heissler2016-01-131-1/+19
* | Merge pull request #2766 from reaperhulk/fix-2665Alex Gaynor2016-03-061-0/+14
|\ \
| * | raise ValueError if > 2 byte value for NameAttribute with CN OIDPaul Kehrer2016-03-061-0/+14
* | | Merge pull request #2762 from alex/dedupe-doublesPaul Kehrer2016-03-0611-145/+85
|\ \ \
| * | | standard future importAlex Gaynor2016-03-061-0/+2
| * | | turns out you have to _commit_ the file you wrote. who knew!Alex Gaynor2016-03-051-0/+41
| * | | Un-double the test doublesAlex Gaynor2016-03-0510-145/+42
| |/ /
* | | make the test function name make senseAlex Gaynor2016-03-051-1/+1
* | | move keyAlex Gaynor2016-03-052-73/+75
* | | wrap some very long linesAlex Gaynor2016-03-051-8/+80
* | | Added a failing test case for #2760Alex Gaynor2016-03-051-0/+36
|/ /
* | Send stderr someplaceAlex Gaynor2016-02-271-1/+2
* | added another testAlex Gaynor2016-02-271-3/+15
* | better name for this testAlex Gaynor2016-02-271-1/+1
* | whitespaceAlex Gaynor2016-02-271-1/+0
* | Fixed #2732 -- added support for x.509 policy constraints extensionAlex Gaynor2016-02-271-0/+22
* | Merge pull request #2733 from reaperhulk/policy-constraintsAlex Gaynor2016-02-261-0/+35
|\ \
| * | add policy constraints classPaul Kehrer2016-02-261-0/+35
* | | Don't try to use hypothesis on Python 2.6, upstream dropped supportAlex Gaynor2016-02-191-0/+4
* | | Actually allocate a buffer that is the correct size.Tristan Seligmann2016-02-081-2/+3
|/ /
* | Refs #2578 -- implement __hash__ on InhibitAnyPolicyEeshan Garg2016-02-011-0/+7
* | Refs #2578 -- implement __hash__ on AccessDescriptionEeshan Garg2016-01-311-0/+16
* | support rsa key generation testing when key is not serializablePaul Kehrer2016-01-301-1/+10
* | fernet fix: ignore the timestamp entirely when no ttl is setPaul Kehrer2016-01-211-0/+9
* | 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
* 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
* Merge pull request #2635 from alex/rfc-hashPaul Kehrer2016-01-031-0/+8
|\
| * 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 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