Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | BIO_ptr_ctrl's ret type changed from char to void...but we don't use it | Paul Kehrer | 2016-03-08 | 1 | -1/+0 | |
| |/ / / | | | | | | | | | | | | | So let's reduce our exposure to this sort of thing and remove it. | |||||
* | | | | Merge pull request #2779 from reaperhulk/110-patch-3 | Alex Gaynor | 2016-03-08 | 1 | -3/+1 | |
|\ \ \ \ | |/ / / |/| | | | ASN1_TIME is actually an ASN1_STRING so typedef it | |||||
| * | | | ASN1_TIME is actually an ASN1_STRING so typedef it | Paul Kehrer | 2016-03-08 | 1 | -3/+1 | |
|/ / / | | | | | | | | | | | | | This will be useful in OpenSSL 1.1.0 since you sometimes need to duplicate a time. | |||||
* | | | Merge pull request #2775 from alex/dont-silence | Paul Kehrer | 2016-03-08 | 1 | -16/+0 | |
|\ \ \ | |/ / |/| | | Removed code to silence OpenSSL deprecation warnings on OS X | |||||
| * | | Removed code to silence OpenSSL deprecation warnings on OS X | Alex Gaynor | 2016-03-07 | 1 | -16/+0 | |
|/ / | | | | | | | We dont' officially support compiling against platform OpenSSL on OS X | |||||
* | | Merge pull request #2769 from reaperhulk/enforce-more-bytes | Alex Gaynor | 2016-03-07 | 2 | -0/+51 | |
|\ \ | | | | | | | require mode nonce/iv/tag data to be bytes | |||||
| * | | improved language | Paul Kehrer | 2016-03-07 | 1 | -1/+1 | |
| | | | ||||||
| * | | require mode nonce/iv/tag data to be bytes | Paul Kehrer | 2016-03-07 | 2 | -0/+51 | |
|/ / | ||||||
* | | Merge pull request #2771 from reaperhulk/use-bytes | Alex Gaynor | 2016-03-07 | 11 | -40/+40 | |
|\ \ | | | | | | | pass bytes to modes/algorithms like we should | |||||
| * | | pass bytes to modes/algorithms like we should | Paul Kehrer | 2016-03-07 | 11 | -40/+40 | |
| | | | ||||||
* | | | Merge pull request #2770 from alex/protect-our-users | Paul Kehrer | 2016-03-07 | 5 | -5/+5 | |
|\ \ \ | | | | | | | | | HTTPS some links, in the odd event users of a cryptographic library w… | |||||
| * | | | HTTPS some links, in the odd event users of a cryptographic library would ↵ | Alex Gaynor | 2016-03-06 | 5 | -5/+5 | |
|/ / / | | | | | | | | | | care about authentication, integrity, or confidentiality | |||||
* | | | Merge pull request #2768 from reaperhulk/changelog-is-signature-valid | Alex Gaynor | 2016-03-06 | 1 | -0/+2 | |
|\ \ \ | | | | | | | | | add changelog entry for is_signature_valid | |||||
| * | | | add changelog entry for is_signature_valid | Paul Kehrer | 2016-03-06 | 1 | -0/+2 | |
| |/ / | ||||||
* | | | Merge pull request #2767 from alex/delete-software | Paul Kehrer | 2016-03-06 | 1 | -12/+2 | |
|\ \ \ | |/ / |/| | | We wrote a function, now use it | |||||
| * | | We wrote a function, now use it | Alex Gaynor | 2016-03-06 | 1 | -12/+2 | |
| | | | ||||||
* | | | Merge pull request #2670 from joernheissler/x509_req_verify | Paul Kehrer | 2016-03-06 | 6 | -2/+55 | |
|\ \ \ | |/ / |/| | | Add verify method on CertificateSigningRequest | |||||
| * | | Change method to property | Joern Heissler | 2016-01-18 | 4 | -17/+15 | |
| | | | ||||||
| * | | Add verify method on CertificateSigningRequest | Joern Heissler | 2016-01-13 | 6 | -4/+59 | |
| | | | ||||||
* | | | Merge pull request #2766 from reaperhulk/fix-2665 | Alex Gaynor | 2016-03-06 | 2 | -1/+20 | |
|\ \ \ | | | | | | | | | raise ValueError if > 2 byte value for NameAttribute with CN OID | |||||
| * | | | test passed because UnicodeEncodeError is a subclass of ValueError | Paul Kehrer | 2016-03-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | That's obviously not right. Hooray subclasses. | |||||
| * | | | raise ValueError if > 2 byte value for NameAttribute with CN OID | Paul Kehrer | 2016-03-06 | 2 | -1/+20 | |
| | | | | ||||||
* | | | | 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 | |
| |/ / / | ||||||
* | | | | Merge pull request #2763 from alex/travis-install-cleanup | Paul Kehrer | 2016-03-06 | 1 | -12/+10 | |
|\ \ \ \ | | | | | | | | | | | Several updates to the travis install script: | |||||
| * | | | | how does grammar! | Alex Gaynor | 2016-03-05 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Several updates to the travis install script: | Alex Gaynor | 2016-03-05 | 1 | -12/+10 | |
| |/ / / | | | | | | | | | | | | | | | | | | | | | * Remove unused py26 on OSX support * Updated the accuracy of a comment * Word-wrapped some other comments | |||||
* | | | | Merge pull request #2761 from alex/oaep-decrypt-payload-too-large | Paul Kehrer | 2016-03-06 | 5 | -2/+119 | |
|\ \ \ \ | |/ / / |/| | | | Fixed #2760 -- handle more types of bad RSA decrypts | |||||
| * | | | added a changelog entry | Alex Gaynor | 2016-03-05 | 1 | -0/+2 | |
| | | | | ||||||
| * | | | make the test function name make sense | Alex Gaynor | 2016-03-05 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | move key | Alex Gaynor | 2016-03-05 | 3 | -74/+76 | |
| | | | | ||||||
| * | | | wrap some very long lines | Alex Gaynor | 2016-03-05 | 1 | -8/+80 | |
| | | | | ||||||
| * | | | added the correct error handling for the failing test | Alex Gaynor | 2016-03-05 | 2 | -0/+5 | |
| | | | | ||||||
| * | | | Added a failing test case for #2760 | Alex Gaynor | 2016-03-05 | 1 | -0/+36 | |
|/ / / | ||||||
* | | | Merge pull request #2757 from reaperhulk/py26-mac-gone | Alex Gaynor | 2016-03-02 | 1 | -8/+0 | |
|\ \ \ | | | | | | | | | Remove Python 2.6 on OS X from the Travis build matrix | |||||
| * | | | Remove Python 2.6 on OS X from the Travis build matrix | Paul Kehrer | 2016-03-02 | 1 | -8/+0 | |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | Build times on these jobs have somehow crept up to nearly (and occasionally surpassing) the Travis timeout (50 minutes). Additionally, a look at the PyPI bigquery data indicates that 2.6 represents approximately 0.4% of OS X downloads. Since this CI overhead is causing the project significant pain for almost no gain, it's time to eliminate it. | |||||
* | | | Merge pull request #2755 from alex/forward-port | Paul Kehrer | 2016-03-02 | 2 | -1/+7 | |
|\ \ \ | | | | | | | | | Forward port the 1.2.3 changes | |||||
| * | | | empty commit | Alex Gaynor | 2016-03-02 | 0 | -0/+0 | |
| | | | | ||||||
| * | | | Bring the changelog as well | Alex Gaynor | 2016-03-01 | 1 | -0/+5 | |
| | | | | ||||||
| * | | | move BIO_new_mem_buf to macros to handle 1.0.2g signature change | Paul Kehrer | 2016-03-01 | 1 | -1/+2 | |
|/ / / | ||||||
* | | | Merge pull request #2745 from alex/changelog-entry | Paul Kehrer | 2016-02-28 | 1 | -0/+2 | |
|\ \ \ | | | | | | | | | Added a changelog entry for policy constraints | |||||
| * | | | Added a changelog entry for policy constraints | Alex Gaynor | 2016-02-28 | 1 | -0/+2 | |
| | | | | ||||||
* | | | | Merge pull request #2725 from alex/security-docs | Paul Kehrer | 2016-02-28 | 2 | -2/+36 | |
|\ \ \ \ | |/ / / |/| | | | Several updates to our security docs: | |||||
| * | | | Added a word | Alex Gaynor | 2016-02-19 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Merge branch 'master' into security-docs | Alex Gaynor | 2016-02-19 | 2 | -1/+7 | |
| |\ \ \ | ||||||
| * | | | | Good clarification from @dstufft | Alex Gaynor | 2016-02-19 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | spelling | Alex Gaynor | 2016-02-19 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Several updates to our security docs: | Alex Gaynor | 2016-02-19 | 1 | -2/+35 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Document what we consider a vulnerability - Update my prefered PGP key identifier - Clarify that we only provide security support for the most recent release (this has empirically been true for all of our releases |