Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | oops, flake8 | Alex Gaynor | 2016-03-19 | 1 | -0/+1 | |
| | | ||||||
* | | Instead of running a python -c, use pytest_report_header to indicate OpenSSL ↵ | Alex Gaynor | 2016-03-19 | 1 | -0/+4 | |
|/ | | | | version | |||||
* | Merge pull request #2736 from cedk/ANSI_X.923 | Paul Kehrer | 2016-03-16 | 2 | -1/+104 | |
|\ | | | | | Added support for padding ANSI X.923 | |||||
| * | Add more tests since there is no more sub-classing | Cédric Krier | 2016-03-16 | 1 | -0/+29 | |
| | | ||||||
| * | Add padding check for ANSI X.923 | Cédric Krier | 2016-02-27 | 1 | -0/+15 | |
| | | | | | | | | All padding bytes must be 0. | |||||
| * | Added support for padding ANSI X.923 | Cédric Krier | 2016-02-27 | 2 | -1/+60 | |
| | | ||||||
* | | Fixed #2747 -- allow creating x509 exts with unknown extensions | Alex Gaynor | 2016-03-14 | 1 | -0/+33 | |
| | | ||||||
* | | support PolicyConstraints in the CertificateBuilder | Paul Kehrer | 2016-03-13 | 1 | -0/+48 | |
| | | ||||||
* | | Merge pull request #2815 from reaperhulk/error-on-unusual-encodings | Alex Gaynor | 2016-03-12 | 1 | -0/+21 | |
|\ \ | | | | | | | Error on unusual encodings | |||||
| * | | py3 is a thing | Paul Kehrer | 2016-03-12 | 1 | -1/+1 | |
| | | | ||||||
| * | | move NUMERICSTRING certificate test to test_openssl & make it more specific | Paul Kehrer | 2016-03-12 | 2 | -12/+21 | |
| | | | ||||||
| * | | raise type error rather than internalerror w/ unsupported asn1 in subject | Paul Kehrer | 2016-03-12 | 1 | -0/+12 | |
| | | | ||||||
* | | | Merge pull request #2813 from reaperhulk/fix-2758 | Alex Gaynor | 2016-03-12 | 1 | -0/+22 | |
|\ \ \ | | | | | | | | | Add AuthorityKeyIdentifier.from_issuer_subject_key_identifier | |||||
| * | | | Add AuthorityKeyIdentifier.from_issuer_subject_key_identifier | Paul Kehrer | 2016-03-11 | 1 | -0/+22 | |
| |/ / | ||||||
* / / | make multibackend error with an empty list. fixes #2717 | Paul Kehrer | 2016-03-11 | 1 | -5/+15 | |
|/ / | ||||||
* | | use an error that's likely to be in all openssls we support | Paul Kehrer | 2016-03-08 | 1 | -12/+9 | |
| | | ||||||
* | | review feedback + make the test actually test a thing | Paul Kehrer | 2016-03-07 | 1 | -6/+15 | |
| | | ||||||
* | | only call ERR_error_string if we're going to raise InternalError | Paul Kehrer | 2016-03-07 | 1 | -1/+21 | |
| | | ||||||
* | | require mode nonce/iv/tag data to be bytes | Paul Kehrer | 2016-03-07 | 1 | -0/+30 | |
| | | ||||||
* | | pass bytes to modes/algorithms like we should | Paul Kehrer | 2016-03-07 | 11 | -40/+40 | |
| | | ||||||
* | | Merge pull request #2670 from joernheissler/x509_req_verify | Paul Kehrer | 2016-03-06 | 1 | -0/+16 | |
|\ \ | | | | | | | Add verify method on CertificateSigningRequest | |||||
| * | | Change method to property | Joern Heissler | 2016-01-18 | 1 | -7/+5 | |
| | | | ||||||
| * | | Add verify method on CertificateSigningRequest | Joern Heissler | 2016-01-13 | 1 | -1/+19 | |
| | | | ||||||
* | | | Merge pull request #2766 from reaperhulk/fix-2665 | Alex Gaynor | 2016-03-06 | 1 | -0/+14 | |
|\ \ \ | | | | | | | | | raise ValueError if > 2 byte value for NameAttribute with CN OID | |||||
| * | | | raise ValueError if > 2 byte value for NameAttribute with CN OID | Paul Kehrer | 2016-03-06 | 1 | -0/+14 | |
| | | | | ||||||
* | | | | Merge pull request #2762 from alex/dedupe-doubles | Paul Kehrer | 2016-03-06 | 11 | -145/+85 | |
|\ \ \ \ | | | | | | | | | | | Un-double the test doubles | |||||
| * | | | | standard future import | Alex Gaynor | 2016-03-06 | 1 | -0/+2 | |
| | | | | | ||||||
| * | | | | turns out you have to _commit_ the file you wrote. who knew! | Alex Gaynor | 2016-03-05 | 1 | -0/+41 | |
| | | | | | ||||||
| * | | | | Un-double the test doubles | Alex Gaynor | 2016-03-05 | 10 | -145/+42 | |
| |/ / / | ||||||
* | | | | make the test function name make sense | Alex Gaynor | 2016-03-05 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | move key | Alex Gaynor | 2016-03-05 | 2 | -73/+75 | |
| | | | | ||||||
* | | | | wrap some very long lines | Alex Gaynor | 2016-03-05 | 1 | -8/+80 | |
| | | | | ||||||
* | | | | Added a failing test case for #2760 | Alex Gaynor | 2016-03-05 | 1 | -0/+36 | |
|/ / / | ||||||
* | | | Send stderr someplace | Alex Gaynor | 2016-02-27 | 1 | -1/+2 | |
| | | | | | | | | | | | | Otherwise there's noise in the test output on python 2.6 | |||||
* | | | added another test | Alex Gaynor | 2016-02-27 | 1 | -3/+15 | |
| | | | ||||||
* | | | better name for this test | Alex Gaynor | 2016-02-27 | 1 | -1/+1 | |
| | | | ||||||
* | | | whitespace | Alex Gaynor | 2016-02-27 | 1 | -1/+0 | |
| | | | ||||||
* | | | Fixed #2732 -- added support for x.509 policy constraints extension | Alex Gaynor | 2016-02-27 | 1 | -0/+22 | |
| |/ |/| | ||||||
* | | Merge pull request #2733 from reaperhulk/policy-constraints | Alex Gaynor | 2016-02-26 | 1 | -0/+35 | |
|\ \ | | | | | | | add policy constraints class | |||||
| * | | add policy constraints class | Paul Kehrer | 2016-02-26 | 1 | -0/+35 | |
| | | | ||||||
* | | | Don't try to use hypothesis on Python 2.6, upstream dropped support | Alex Gaynor | 2016-02-19 | 1 | -0/+4 | |
| | | | ||||||
* | | | Actually allocate a buffer that is the correct size. | Tristan Seligmann | 2016-02-08 | 1 | -2/+3 | |
|/ / | ||||||
* | | Refs #2578 -- implement __hash__ on InhibitAnyPolicy | Eeshan Garg | 2016-02-01 | 1 | -0/+7 | |
| | | ||||||
* | | 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 | |
| |