Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Refs #2578 -- implement __hash__ on AccessDescription | Eeshan Garg | 2016-01-31 | 1 | -0/+16 | |
| | | ||||||
* | | support rsa key generation testing when key is not serializable | Paul Kehrer | 2016-01-30 | 1 | -1/+10 | |
| | | ||||||
* | | fernet fix: ignore the timestamp entirely when no ttl is set | Paul Kehrer | 2016-01-21 | 1 | -0/+9 | |
| | | | | | | | | | | | | Previously if the token claimed to have been generated more than 60 seconds in the future we would raise InvalidToken even if ttl was set to None. | |||||
* | | resolve the TODO, random block sizes | Alex Gaynor | 2016-01-13 | 1 | -5/+6 | |
| | | ||||||
* | | Added hypothesis tests for padding | Alex Gaynor | 2016-01-13 | 1 | -0/+20 | |
|/ | ||||||
* | Write some tests for skip conditions in tests. | Alex Gaynor | 2016-01-10 | 3 | -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 test | Paul Kehrer | 2016-01-07 | 1 | -2/+0 | |
| | ||||||
* | opaque EVP_PKEY since EVP_PKEY_id exists | Paul Kehrer | 2016-01-07 | 1 | -1/+1 | |
| | ||||||
* | refactor the init validation of AuthorityKeyIdentifier | Paul Kehrer | 2016-01-05 | 1 | -0/+7 | |
| | | | | Fixes #2640 | |||||
* | Merge pull request #2635 from alex/rfc-hash | Paul Kehrer | 2016-01-03 | 1 | -0/+8 | |
|\ | | | | | Implement __hash__ on RFC822Name | |||||
| * | Implement __hash__ on RFC822Name | Alex Gaynor | 2016-01-03 | 1 | -0/+8 | |
| | | ||||||
* | | Implement __hash__ on UniformResourceIdentifier | Alex Gaynor | 2016-01-03 | 1 | -0/+8 | |
|/ | ||||||
* | Merge pull request #2607 from reaperhulk/unrecognized-extension-support-redux | Alex Gaynor | 2015-12-31 | 2 | -4/+24 | |
|\ | | | | | support unrecognized extensions in x509 | |||||
| * | support unrecognized extensions in x509 | Paul Kehrer | 2015-12-30 | 2 | -4/+24 | |
| | | ||||||
* | | don't allow UnrecognizedExtension with get_extension_for_class | Paul Kehrer | 2015-12-30 | 1 | -0/+5 | |
|/ | ||||||
* | py3 repr will be different | Paul Kehrer | 2015-12-30 | 1 | -4/+10 | |
| | ||||||
* | add UnrecognizedExtension class | Paul Kehrer | 2015-12-30 | 1 | -0/+51 | |
| | ||||||
* | move test | Paul Kehrer | 2015-12-27 | 2 | -29/+38 | |
| | ||||||
* | pep8 fix, rename test, add a comment to explain it | Paul Kehrer | 2015-12-27 | 1 | -2/+6 | |
| | ||||||
* | Move private key initialization out of pytest.raises block | Christopher Grebs | 2015-12-27 | 1 | -1/+3 | |
| | ||||||
* | Fix test again and add pytest.raises statement | Christopher Grebs | 2015-12-27 | 1 | -9/+8 | |
| | ||||||
* | Fixed test scenario to use different key. | Christopher Grebs | 2015-12-27 | 1 | -2/+2 | |
| | ||||||
* | Add simple test that would fail on decryption | Christopher Grebs | 2015-12-27 | 1 | -0/+23 | |
| | ||||||
* | Merge pull request #2598 from reaperhulk/index-cp | Alex Gaynor | 2015-12-27 | 1 | -0/+10 | |
|\ | | | | | support indexing in CertificatePolicies | |||||
| * | support indexing in CertificatePolicies | Paul Kehrer | 2015-12-27 | 1 | -0/+10 | |
| | | ||||||
* | | Merge pull request #2597 from reaperhulk/index-cdp | Alex Gaynor | 2015-12-27 | 1 | -0/+26 | |
|\ \ | | | | | | | support indexing in CDP | |||||
| * | | support indexing in CDP | Paul Kehrer | 2015-12-27 | 1 | -0/+26 | |
| |/ | ||||||
* / | support indexing in AIA | Paul Kehrer | 2015-12-27 | 1 | -0/+26 | |
|/ | ||||||
* | Merge pull request #2595 from alex/crl-reason-hash | Paul Kehrer | 2015-12-27 | 1 | -0/+8 | |
|\ | | | | | Refs #2578 -- implement __hash__ on CRLReason | |||||
| * | Refs #2578 -- implement __hash__ on CRLReason | Alex Gaynor | 2015-12-27 | 1 | -0/+8 | |
| | | ||||||
* | | Merge pull request #2594 from reaperhulk/hash-bc | Alex Gaynor | 2015-12-27 | 1 | -0/+7 | |
|\ \ | |/ |/| | implement hash on basicconstraints | |||||
| * | hash ne test | Paul Kehrer | 2015-12-27 | 1 | -0/+2 | |
| | | ||||||
| * | implement hash on basicconstraints | Paul Kehrer | 2015-12-27 | 1 | -0/+5 | |
| | | ||||||
* | | Support EC and DSA signing of CRLs in the OpenSSL backend | Paul Kehrer | 2015-12-27 | 2 | -5/+96 | |
|/ | ||||||
* | add test for invalid extension type | Paul Kehrer | 2015-12-27 | 1 | -0/+6 | |
| | ||||||
* | support CRL entry extension encoding in the RevokedCertificateBuilder | Paul Kehrer | 2015-12-27 | 2 | -1/+83 | |
| | ||||||
* | Merge pull request #2588 from reaperhulk/move-tests | Alex Gaynor | 2015-12-26 | 2 | -52/+51 | |
|\ | | | | | move two tests to the openssl backend tests where they belong | |||||
| * | move two tests to the openssl backend tests where they belong | Paul Kehrer | 2015-12-26 | 2 | -52/+51 | |
| | | ||||||
* | | make CertificateIssuer and IssuerAlternativeName indexable | Paul Kehrer | 2015-12-26 | 1 | -0/+22 | |
|/ | ||||||
* | A handful of small cleanups and simplifications | Alex Gaynor | 2015-12-26 | 1 | -9/+3 | |
| | ||||||
* | Merge pull request #2585 from reaperhulk/san-iterable | Alex Gaynor | 2015-12-26 | 1 | -0/+26 | |
|\ | | | | | support indexing on GeneralNames and SubjectAlternativeName | |||||
| * | support indexing on GeneralNames and SubjectAlternativeName | Paul Kehrer | 2015-12-26 | 1 | -0/+26 | |
| | | ||||||
* | | Merge pull request #2583 from alex/ski-hash | Paul Kehrer | 2015-12-26 | 1 | -0/+14 | |
|\ \ | |/ |/| | Refs #2578 -- implement __hash__ on SubjectKeyIdentifier | |||||
| * | Refs #2578 -- implement __hash__ on SubjectKeyIdentifier | Alex Gaynor | 2015-12-26 | 1 | -0/+14 | |
| | | ||||||
* | | Merge pull request #2581 from reaperhulk/crlentry-invaliditydate | Alex Gaynor | 2015-12-26 | 2 | -3/+34 | |
|\ \ | |/ |/| | add invaliditydate class for crl entry extensions | |||||
| * | ...pep8 | Paul Kehrer | 2015-12-26 | 1 | -0/+1 | |
| | | ||||||
| * | add __hash__ to InvalidityDate | Paul Kehrer | 2015-12-26 | 1 | -0/+6 | |
| | | ||||||
| * | add invaliditydate class for crl entry extensions | Paul Kehrer | 2015-12-26 | 2 | -3/+27 | |
| | | ||||||
* | | Refs #2578 -- implement __hash__ on CRLNumber | Alex Gaynor | 2015-12-26 | 1 | -0/+7 | |
|/ | ||||||
* | switch CRLReason to use a class | Paul Kehrer | 2015-12-26 | 2 | -5/+28 | |
| |