aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add blake2b/blake2s support for hmac (#3873)Paul Kehrer2017-08-223-5/+35
* Remove branches for 1.0.2 betas. (#3870)Alex Gaynor2017-08-203-8/+6
* Fix `load_rsa_public_numbers` documentation (#3871)David Sanders2017-08-201-1/+1
* Fix mistake in `RSAPublicKey.verify` documentation (#3872)David Sanders2017-08-201-1/+1
* add test vector with invalid basicconstraints (#3866)Paul Kehrer2017-08-153-0/+38
* Get our travis from pypy (#3865)Alex Gaynor2017-08-143-15/+14
* add changelog and a warning for is_signature_valid on crl (#3861)Paul Kehrer2017-08-122-0/+8
* Add is_signature_valid method on CertificateRevocationList (#3849)Vincent Pelletier2017-08-127-0/+130
* bump pytest version (#3860)Alex Gaynor2017-08-101-1/+1
* Fixes #3821 -- improve output during release.py (#3848)Alex Gaynor2017-08-041-7/+2
* fixed a typo (#3847)Alex Gaynor2017-08-031-1/+1
* (mostly) revert wheel builder config change (#3846)Paul Kehrer2017-08-031-4/+1
* port 2.0.3 changelog (#3845)Paul Kehrer2017-08-031-0/+9
* Fix weak linking of getentropy when compiling on older macOS (#3841)Paul Kehrer2017-08-031-0/+3
* Make changelog anchors stable ids (#3840)Christian Heimes2017-08-031-0/+165
* Remve outdated comment and linewrap (#3838)Alex Gaynor2017-08-031-2/+4
* deprecate unicode input for RFC822Name (#3836)Paul Kehrer2017-08-015-41/+108
* deprecate auto-idna on UniformResourceIdentifier (#3832)Paul Kehrer2017-08-016-162/+273
* Blacklist pytest 3.2.0 because it breaks us (#3835)Alex Gaynor2017-08-011-1/+1
* note version added and deprecated for bytes_value/value on DNSName (#3833)Paul Kehrer2017-08-011-0/+4
* Begin the deprecation of auto-idna for x509.DNSName (#3830)Alex Gaynor2017-07-3011-164/+281
* fix for latest flake8 (#3829)Alex Gaynor2017-07-271-1/+1
* port 2.0.2 changelog (#3828)Paul Kehrer2017-07-271-0/+6
* don't re-export the openssl symbols from our shared object (#3825)Paul Kehrer2017-07-261-1/+1
* port 2.0.1 changelog (#3823)Paul Kehrer2017-07-261-0/+10
* fix compilation on openbsd (#3814)Paul Kehrer2017-07-261-0/+2
* fixed #3780 -- test on the latest libressl (#3813)Alex Gaynor2017-07-261-0/+5
* update wheel builder script for static linking on linux (#3811)Paul Kehrer2017-07-251-2/+1
* Fixed #3520 -- added a github issue template for bugs (#3807)Alex Gaynor2017-07-241-0/+14
* Refs #3646 -- Don't use shell globbing in our release script (#3809)Alex Gaynor2017-07-241-3/+5
* fix wheel building with parameters (#3808)Paul Kehrer2017-07-231-1/+1
* simplify setup.py branches (#3806)Alex Gaynor2017-07-221-3/+1
* simplify pyenchant requirement (#3805)Alex Gaynor2017-07-211-1/+1
* Fixed #3798 -- use the correct stacklevel on this warning (#3803)Alex Gaynor2017-07-211-1/+1
* Fixed #3801 -- don't create py33 wheels (#3802)Alex Gaynor2017-07-201-3/+2
* remove deprecated items (#3794)Paul Kehrer2017-07-2011-208/+9
* Blacklist some pyenchant versions (#3799)Alex Gaynor2017-07-201-1/+1
* Updating doing a release to have a correct path (#3790)Alex Gaynor2017-07-171-1/+1
* Refs #3646 -- invoke twine correctly (#3789)Alex Gaynor2017-07-171-1/+1
* Open master for 2.1 (#3788)Alex Gaynor2017-07-173-2/+7
* 2.0 version bump and changelog (#3787)Paul Kehrer2017-07-173-6/+4
* update docs to reflect #3364 (#3786)Paul Kehrer2017-07-171-1/+1
* Remove DH generator size constraint (#3364)mtury2017-07-172-3/+3
* add AESGCM AEAD support (#3785)Paul Kehrer2017-07-176-4/+207
* move tag_length to the AESCCM constructor (#3783)Paul Kehrer2017-07-163-45/+41
* AESCCM support (#3700)Paul Kehrer2017-07-165-15/+351
* Fixed #3777 -- document an additional dependency (#3779)Alex Gaynor2017-07-141-1/+2
* fedora comes with a py36 now (#3781)Alex Gaynor2017-07-131-1/+1
* allow p % 24 == 23 when generator == 2 in DH_check (#3768)Paul Kehrer2017-07-093-3/+42
* use an instance in aead_cipher_supported (#3772)Paul Kehrer2017-07-094-25/+28