aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #3747 -- cache extensions on x.509 objects (#3769)Alex Gaynor2017-07-084-4/+72
* remove egd (#3771)Paul Kehrer2017-07-082-20/+0
* remove cryptodev (#3770)Paul Kehrer2017-07-082-17/+0
* Attempt to use coverage to quantify how many of the CONDITIONAL_NAMES we real...Alex Gaynor2017-07-083-69/+196
* add rfc 3526 DH groups (#3767)Paul Kehrer2017-07-082-0/+34
* Remove conditionals we never use. (#3766)Alex Gaynor2017-07-082-10/+0
* stop using backend methods for chacha (#3765)Paul Kehrer2017-07-083-22/+20
* remove pep8/py3pep8 from jenkins, we run them in travis already (#3764)Paul Kehrer2017-07-081-1/+1
* change chacha20poly1305_supported to aead_cipher_supported (#3762)Paul Kehrer2017-07-083-4/+8
* Run tests on buster (#3735)Alex Gaynor2017-07-081-2/+7
* make the aead work a bit more generic (#3761)Paul Kehrer2017-07-082-17/+27
* explicitly pull the latest docker image in jenkins (#3760)Paul Kehrer2017-07-072-2/+6
* we added flaky to the pyopenssl test deps... (#3759)Paul Kehrer2017-07-071-2/+1
* we forgot to document these DH methods (#3757)Paul Kehrer2017-07-061-0/+27
* write some words about encrypt/decrypt in fernet (#3756)Paul Kehrer2017-07-061-0/+8
* update static wheel install docs (#3754)Paul Kehrer2017-07-041-4/+5
* don't parse SCTs on older openssl (#3749)Paul Kehrer2017-07-043-13/+51
* Order our supported OpenSSL versions reasonably (#3752)Alex Gaynor2017-07-031-1/+1
* Fixes #3745 -- add the any EKU EKU (#3750)Alex Gaynor2017-07-032-0/+8
* sphinx 1.6.3 is also no good (#3748)Alex Gaynor2017-07-021-1/+1
* update linux install docs and release instructions (#3746)Paul Kehrer2017-07-012-15/+52
* add manylinux1 wheel building to the wheel builder (#3736)Paul Kehrer2017-07-012-6/+64
* require a version of twine that uses pypi.org (#3743)Alex Gaynor2017-07-011-1/+1
* disallow MD5 in CertificateBuilder and CertificateSigningRequestBuilder (#3738)Paul Kehrer2017-06-303-1/+157
* Fixed a memory leak in EC private numbers (#3741)Alex Gaynor2017-06-302-12/+20
* pyopenssl needs pretend for its tests now (#3739)Paul Kehrer2017-06-291-1/+1
* don't use long keys because they can be confusing wrt bits/bytes (#3734)Paul Kehrer2017-06-281-17/+17
* Fix for leaking memory in EllipticCurvePublicNumbers.public_key() (#3732)Alex Gaynor2017-06-282-3/+22
* Funcs macros gone (#3695)Paul Kehrer2017-06-2737-121/+3
* parametrize the wheel builder to support out of order releases (#3731)Paul Kehrer2017-06-262-2/+10
* remove python 3.3 from CI (#3729)Paul Kehrer2017-06-267-20/+5
* enable wconversion and finish fixes (#3728)Paul Kehrer2017-06-264-5/+29
* bind DTLS 1.2 methods (#3725)Paul Kehrer2017-06-262-0/+20
* some wconversion fixes (#3727)Paul Kehrer2017-06-263-7/+8
* our build function was shadowing the build builtin. whoops. (#3726)Paul Kehrer2017-06-261-5/+3
* start testing against alpine (#3724)Paul Kehrer2017-06-251-5/+5
* Remove entry_points from setup.py (#3723)Alex Gaynor2017-06-251-8/+0
* doc the relationship between PrivateKey and PrivateKeyWithSerialization (#3721)Paul Kehrer2017-06-245-8/+34
* Reorganize DHParameters and DHPublicKey *WithSerialization (#3722)Paul Kehrer2017-06-243-24/+22
* pypy3 compilation fix for locking callback (#3716)Paul Kehrer2017-06-241-20/+60
* add missing methods to DH interfaces (#3719)Paul Kehrer2017-06-241-0/+18
* changelog entry and a few updates to the new DH params docs (#3718)Paul Kehrer2017-06-245-7/+16
* Dh parameters serialization (#3504)Aviv Palivoda2017-06-2411-2/+395
* Add DERSerializationBackend to test_dh serialization tests (#3717)Aviv Palivoda2017-06-241-1/+3
* be clearer that 65537 is the right answer (#3714)Paul Kehrer2017-06-231-1/+2
* implement CCM vector parser (#3699)Paul Kehrer2017-06-212-3/+260
* ed25519 vector loader (#3707)Paul Kehrer2017-06-202-1/+110
* Removed executable bit from vectors (#3708)Alex Gaynor2017-06-1919-0/+0
* disallow empty string for NameAttribute (#3711)Paul Kehrer2017-06-192-0/+7
* add pypy3.5 to our test matrix (#3709)Paul Kehrer2017-06-192-1/+10