Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update wheel builder script for static linking on linux (#3811) | Paul Kehrer | 2017-07-25 | 1 | -2/+1 |
| | | | | We don't need to do an LD_LIBRARY_PATH when calling auditwheel because we're now statically linking OpenSSL. | ||||
* | Fixed #3520 -- added a github issue template for bugs (#3807) | Alex Gaynor | 2017-07-24 | 1 | -0/+14 |
| | | | | | | | | * Fixed #3520 -- added a github issue template for bugs * grammar * empty commit to retrigger jenkins | ||||
* | Refs #3646 -- Don't use shell globbing in our release script (#3809) | Alex Gaynor | 2017-07-24 | 1 | -3/+5 |
| | |||||
* | fix wheel building with parameters (#3808) | Paul Kehrer | 2017-07-23 | 1 | -1/+1 |
| | |||||
* | simplify setup.py branches (#3806) | Alex Gaynor | 2017-07-22 | 1 | -3/+1 |
| | |||||
* | simplify pyenchant requirement (#3805) | Alex Gaynor | 2017-07-21 | 1 | -1/+1 |
| | |||||
* | Fixed #3798 -- use the correct stacklevel on this warning (#3803) | Alex Gaynor | 2017-07-21 | 1 | -1/+1 |
| | |||||
* | Fixed #3801 -- don't create py33 wheels (#3802) | Alex Gaynor | 2017-07-20 | 1 | -3/+2 |
| | |||||
* | remove deprecated items (#3794) | Paul Kehrer | 2017-07-20 | 11 | -208/+9 |
| | | | | | | | | | | * remove deprecated items whirlpool, ripemd160, unsupportedextension, and the old interfaces * flake8 and remove a test generator we no longe use * make it clear we warned you about these things | ||||
* | Blacklist some pyenchant versions (#3799) | Alex Gaynor | 2017-07-20 | 1 | -1/+1 |
| | |||||
* | Updating doing a release to have a correct path (#3790) | Alex Gaynor | 2017-07-17 | 1 | -1/+1 |
| | |||||
* | Refs #3646 -- invoke twine correctly (#3789) | Alex Gaynor | 2017-07-17 | 1 | -1/+1 |
| | |||||
* | Open master for 2.1 (#3788) | Alex Gaynor | 2017-07-17 | 3 | -2/+7 |
| | |||||
* | 2.0 version bump and changelog (#3787) | Paul Kehrer | 2017-07-17 | 3 | -6/+4 |
| | | | | | | * 2.0 version bump and changelog * dates are just an illusion | ||||
* | update docs to reflect #3364 (#3786) | Paul Kehrer | 2017-07-17 | 1 | -1/+1 |
| | |||||
* | Remove DH generator size constraint (#3364) | mtury | 2017-07-17 | 2 | -3/+3 |
| | | | | | | * Remove DH generator size constraint * Check that g > 1 | ||||
* | add AESGCM AEAD support (#3785) | Paul Kehrer | 2017-07-17 | 6 | -4/+207 |
| | | | | | | | | * add AESGCM AEAD support * remove stray newline * move AESGCM docs above CCM | ||||
* | move tag_length to the AESCCM constructor (#3783) | Paul Kehrer | 2017-07-16 | 3 | -45/+41 |
| | | | | | | * move tag_length to the AESCCM constructor * review feedback | ||||
* | AESCCM support (#3700) | Paul Kehrer | 2017-07-16 | 5 | -15/+351 |
| | |||||
* | Fixed #3777 -- document an additional dependency (#3779) | Alex Gaynor | 2017-07-14 | 1 | -1/+2 |
| | |||||
* | fedora comes with a py36 now (#3781) | Alex Gaynor | 2017-07-13 | 1 | -1/+1 |
| | |||||
* | allow p % 24 == 23 when generator == 2 in DH_check (#3768) | Paul Kehrer | 2017-07-09 | 3 | -3/+42 |
| | | | | | | | | | | * allow p % 24 == 23 when generator == 2 in DH_check * short url * update and expand comments * even better language! | ||||
* | use an instance in aead_cipher_supported (#3772) | Paul Kehrer | 2017-07-09 | 4 | -25/+28 |
| | | | | | | | | * use an instance in aead_cipher_supported * test for chacha20poly1305 compatibility via init exception * pep8 | ||||
* | Fixed #3747 -- cache extensions on x.509 objects (#3769) | Alex Gaynor | 2017-07-08 | 4 | -4/+72 |
| | | | | | | | | | | * Fixed #3747 -- cache extensions on x.509 objects * be kind to cpython, save a dict lookup * flake8 * changelog | ||||
* | remove egd (#3771) | Paul Kehrer | 2017-07-08 | 2 | -20/+0 |
| | | | | | | | | | | | * remove egd * oops * keep Cryptography_HAS_EGD for compat just in case This shouldn't really be necessary but maybe we can fully remove it in 2018 or 2019... | ||||
* | remove cryptodev (#3770) | Paul Kehrer | 2017-07-08 | 2 | -17/+0 |
| | | | | | | * remove cryptodev * oops | ||||
* | Attempt to use coverage to quantify how many of the CONDITIONAL_NAMES we ↵ | Alex Gaynor | 2017-07-08 | 3 | -69/+196 |
| | | | | | | | | | | | | | | | | | | really use (#3763) * Attempt to use coverage to quantify how many of the CONDITIONAL_NAMES we really use * rewrite file to improve coverage * Write it this way so we can use line coverage * lost this one :-( * fix comment and flake8 * update the docs as well * flake8 | ||||
* | add rfc 3526 DH groups (#3767) | Paul Kehrer | 2017-07-08 | 2 | -0/+34 |
| | |||||
* | Remove conditionals we never use. (#3766) | Alex Gaynor | 2017-07-08 | 2 | -10/+0 |
| | | | | | | | | * Remove conditionals we never use. Refs #3763 * put this back | ||||
* | stop using backend methods for chacha (#3765) | Paul Kehrer | 2017-07-08 | 3 | -22/+20 |
| | |||||
* | remove pep8/py3pep8 from jenkins, we run them in travis already (#3764) | Paul Kehrer | 2017-07-08 | 1 | -1/+1 |
| | |||||
* | change chacha20poly1305_supported to aead_cipher_supported (#3762) | Paul Kehrer | 2017-07-08 | 3 | -4/+8 |
| | |||||
* | Run tests on buster (#3735) | Alex Gaynor | 2017-07-08 | 1 | -2/+7 |
| | |||||
* | make the aead work a bit more generic (#3761) | Paul Kehrer | 2017-07-08 | 2 | -17/+27 |
| | |||||
* | explicitly pull the latest docker image in jenkins (#3760) | Paul Kehrer | 2017-07-07 | 2 | -2/+6 |
| | | | | | | | | | | | | | * explicitly pull the latest docker image in jenkins Right now we don't need to do this since the same jenkins instance that builds the images and tags them also pushes them, so it is guaranteed to always have the latest. However, if we want to add another docker builder that is no longer true, so let's always pull * mos(t) def * also this one | ||||
* | we added flaky to the pyopenssl test deps... (#3759) | Paul Kehrer | 2017-07-07 | 1 | -2/+1 |
| | | | | | | * we added flaky to the pyopenssl test deps... * we can just use the test extra now | ||||
* | we forgot to document these DH methods (#3757) | Paul Kehrer | 2017-07-06 | 1 | -0/+27 |
| | |||||
* | write some words about encrypt/decrypt in fernet (#3756) | Paul Kehrer | 2017-07-06 | 1 | -0/+8 |
| | |||||
* | update static wheel install docs (#3754) | Paul Kehrer | 2017-07-04 | 1 | -4/+5 |
| | | | | | | * update static wheel install docs * parentheses | ||||
* | don't parse SCTs on older openssl (#3749) | Paul Kehrer | 2017-07-04 | 3 | -13/+51 |
| | | | | | | | | * don't parse SCTs on older openssl * use two diff extension parsers because why not * review feedback | ||||
* | Order our supported OpenSSL versions reasonably (#3752) | Alex Gaynor | 2017-07-03 | 1 | -1/+1 |
| | |||||
* | Fixes #3745 -- add the any EKU EKU (#3750) | Alex Gaynor | 2017-07-03 | 2 | -0/+8 |
| | | | | | | | | | | * Fixes #3745 -- add the any EKU EKU * docs * whitespace * versionadded | ||||
* | sphinx 1.6.3 is also no good (#3748) | Alex Gaynor | 2017-07-02 | 1 | -1/+1 |
| | |||||
* | update linux install docs and release instructions (#3746) | Paul Kehrer | 2017-07-01 | 2 | -15/+52 |
| | | | | | | * update linux install docs and release instructions * rhel/centos is so bad they don't even have python3 | ||||
* | add manylinux1 wheel building to the wheel builder (#3736) | Paul Kehrer | 2017-07-01 | 2 | -6/+64 |
| | | | | | | * add manylinux1 wheel building to the wheel builder * add changelog | ||||
* | require a version of twine that uses pypi.org (#3743) | Alex Gaynor | 2017-07-01 | 1 | -1/+1 |
| | | | | | | * require a version of twine that uses pypi.org * computer | ||||
* | disallow MD5 in CertificateBuilder and CertificateSigningRequestBuilder (#3738) | Paul Kehrer | 2017-06-30 | 3 | -1/+157 |
| | | | | | | | | | | | | * disallow MD5 in CertificateBuilder and CertificateSigningRequestBuilder * only error on ECDSA and DSA lots of duplication in tests here, bleh * remove changelog entry, also handle this for CRLBuilder * pep8 | ||||
* | Fixed a memory leak in EC private numbers (#3741) | Alex Gaynor | 2017-06-30 | 2 | -12/+20 |
| | |||||
* | pyopenssl needs pretend for its tests now (#3739) | Paul Kehrer | 2017-06-29 | 1 | -1/+1 |
| | |||||
* | don't use long keys because they can be confusing wrt bits/bytes (#3734) | Paul Kehrer | 2017-06-28 | 1 | -17/+17 |
| | | | | | | | | * don't use long keys because they can be confusing wrt bits/bytes * make sure we say bytes everywhere * shorten the scrypt output to 32 bytes as well |