Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove CB_ISSUER_CHECK (#982) | Rosen Penev | 2021-02-20 | 1 | -1/+0 |
| | | | | | Deprecated under OpenSSL 1.1 Signed-off-by: Rosen Penev <rosenp@gmail.com> | ||||
* | Tox.ini; Test on Python 3.9 and make flake8 stricter (#966) | Christian Clauss | 2020-11-29 | 1 | -8/+7 |
| | | | | | | | | | | | | | * Tox.ini; Test on Python 3.9 and make flake8 stricter * max-line-length = 88 * Remove unused import * Update tox.ini * Use PEP8 line length * Use PEP8 line length | ||||
* | fixes #934 -- kill dead link (#936) | Alex Gaynor | 2020-08-14 | 1 | -1/+0 |
| | |||||
* | Paint it Black by the Rolling Stones (#920) | Alex Gaynor | 2020-07-23 | 1 | -56/+54 |
| | |||||
* | ALPN: complete handshake without accepting a client's protocols. (#876) | Mark Williams | 2019-11-18 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * ALPN: complete handshake without accepting a client's protocols. The callback passed to `SSL_CTX_set_alpn_select_cb` can return `SSL_TLSEXT_ERR_NOACK` to allow the handshake to continue without accepting any of the client's offered protocols. This commit introduces `NO_OVERLAPPING_PROTOCOLS`, which the Python callback passed to `Context.set_alpn_select_callback` can return to achieve the same thing. It does not change the previous meaning of an empty string, which still terminates the handshake. * Update src/OpenSSL/SSL.py Co-Authored-By: Alex Gaynor <alex.gaynor@gmail.com> * Address @alex's review. * Use recorded value in test, fix lint error. * Cover TypeError branch in _ALPNHelper.callback | ||||
* | Expose OP_NO_TLSv1_3 (#861) | Nathaniel J. Smith | 2019-08-02 | 1 | -0/+1 |
| | | | | | | * Expose OP_NO_TLSv1_3 * Support openssl <1.1.1 | ||||
* | Fixed a handful of typos (#755) | Alex Gaynor | 2018-05-14 | 1 | -1/+1 |
| | |||||
* | Raise minimum cryptography version to 2.2.1, drop python 2.6 (#742) | Jeremy Lainé | 2018-03-21 | 1 | -1/+1 |
| | |||||
* | Use autofocus for all module documentation/docstrings (#737) | Alex Chan | 2018-02-15 | 2 | -759/+21 |
| | | | | | | | | * Use autodoc for OpenSSL.crypto * Use autodoc for the SSL.Context class * Use autodoc for SSL.Connection | ||||
* | Improve documentation for passphrase callback (#703) | Diego Fernandez | 2017-10-12 | 1 | -2/+3 |
| | | | Address issue #701 | ||||
* | Bend some recent changes to standards (#669) | Hynek Schlawack | 2017-07-20 | 2 | -14/+10 |
| | |||||
* | document set_default_verify_paths caveats (#667) | Paul Kehrer | 2017-07-19 | 1 | -2/+9 |
| | | | | | | | | | | * document set_default_verify_paths caveats fixes #642 * add a bit more detail * weasel words | ||||
* | add note about cryptography to crypto module (#666) | Paul Kehrer | 2017-07-19 | 1 | -0/+10 |
| | | | fixes #663 | ||||
* | Fixed #631 -- deprecate all of OpenSSL.rand (#658) | Alex Gaynor | 2017-07-06 | 2 | -42/+0 |
| | | | | | | | | * Fixed #631 -- deprecate all of OpenSSL.rand * syntax fix * flake8 | ||||
* | Fixed #486 -- deprecate the backwards compat names (#643) | Alex Gaynor | 2017-06-29 | 1 | -30/+0 |
| | | | | | | | | * Fixed #486 -- deprecate the backwards compat names * remove the docs for these, pretend they don't exist * CHANGELOG | ||||
* | Drop the deprecated rand.egd function (#630) | Alex Gaynor | 2017-05-31 | 1 | -2/+0 |
| | | | | | | | | | | | | | | * Drop the deprecated rand.egd function * Removed egd tests * Removed egd docs * Document the removal * unused imports * Update CHANGELOG.rst | ||||
* | Fix broken links in the documentation (#611) | Alex Chan | 2017-03-21 | 1 | -1/+1 |
| | | | | | | * Fix broken link described in #610 * Fix two other broken links | ||||
* | Activate intersphinx (#583) | Hynek Schlawack | 2016-12-11 | 1 | -4/+12 |
| | | | | | | | | | | | * Activate intersphinx That adds links to CPython docs and cryptography. Also let the copyright at 2001 which seems to be just fine and gives us reproducible builds. * Appease docs builder | ||||
* | Prepare 16.2.0 (#555)16.2.0 | Hynek Schlawack | 2016-10-15 | 2 | -2/+2 |
| | | | | | | | | * Add empty line to CHANGELOG so extraction works * Fix a bunch of links * Prepare 16.2.0 | ||||
* | Nudge people towards better hashes in a few places (#538) | Alex Gaynor | 2016-09-11 | 1 | -2/+2 |
| | |||||
* | Use our docs to point people towards modern hashes (#537) | Alex Gaynor | 2016-09-11 | 1 | -1/+1 |
| | |||||
* | Fix memory leak in OpenSSL.crypto.dump_privatekey (#496) | Hynek Schlawack | 2016-07-03 | 1 | -8/+1 |
| | | | | | | | | * Fix memory leak in OpenSSL.crypto.dump_privatekey * Add PR# * Address feedback | ||||
* | Enable use of CRL (and more) in verify context. (#483) | Dan Sully | 2016-06-04 | 1 | -0/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Enable use of CRL (and more) in verify context. * flake8 fixes. * Comments from Hynek & Paul. * More updates from Paul & Hynek. * Fix closing backtick. * Remove commented out constants. * More doc updates. Changelog update. * Getting closer? * Sphinx fix. * Indent docstring. * More Sphinx updates. * Type updates for docstrings. * Remove Enum subclassing. * Docstring update. * Docstrings updates. * Round and round it goes. Where it ends, nobody knows. * Remove TODO comment. Need @sholsapp to follow up. * Time for lots of alcohol. | ||||
* | Fix RTD links | Hynek Schlawack | 2016-04-28 | 1 | -1/+1 |
| | |||||
* | Braaaaand | Hynek Schlawack | 2016-03-19 | 1 | -1/+1 |
| | |||||
* | Fix some links and markup | Hynek Schlawack | 2016-03-19 | 1 | -35/+31 |
| | |||||
* | Implement Context.set_session_id | Hynek Schlawack | 2016-03-16 | 1 | -13/+5 |
| | |||||
* | Rename state_name to get_state_name | Hynek Schlawack | 2016-03-14 | 1 | -4/+1 |
| | | | | | A bit more consistent naming. Rename is possible because the method hasn't been part of a release yet. | ||||
* | Polish up examples (somewhat) | Hynek Schlawack | 2016-03-13 | 1 | -0/+2 |
| | | | | | | | | | - Mention them in the docs (arguably a bit hamfistedly). - Make the README an RST. - Make them pass flake8 and add flake8 to tox.ini They should all be rewritten and made Python 3-friendly but that's out of scope here. | ||||
* | Fix set_cipher_list on modern OpenSSL | Hynek Schlawack | 2016-03-11 | 1 | -11/+3 |
| | | | | Also port forward a few changes from #422. | ||||
* | Code review feedback (belatedly!) | Cory Benfield | 2016-02-07 | 1 | -6/+3 |
| | |||||
* | Reformat. | Cory Benfield | 2016-01-22 | 1 | -5/+7 |
| | |||||
* | Explain that FILETYPE_ASN1 is DER. | Cory Benfield | 2016-01-22 | 1 | -1/+6 |
| | |||||
* | Document new publickey methods. | Cory Benfield | 2015-10-28 | 1 | -0/+7 |
| | |||||
* | Switch to a nicer changelog format | Hynek Schlawack | 2015-10-25 | 4 | -0/+856 |
| | |||||
* | factor out function to dump crl | Dominic Chen | 2015-10-21 | 1 | -0/+2 |
| | |||||
* | Fix wording | Hynek Schlawack | 2015-10-21 | 1 | -1/+1 |
| | |||||
* | Replace the only EGD call by urandom | Hynek Schlawack | 2015-10-20 | 1 | -55/+19 |
| | | | | Also harmonize documentation. #boyScout | ||||
* | Fix travis | Hynek Schlawack | 2015-10-17 | 1 | -1/+1 |
| | |||||
* | Add Python 3.5 | Hynek Schlawack | 2015-09-22 | 1 | -1/+1 |
| | |||||
* | fix doc string | Akihiro Yamazaki | 2015-09-06 | 1 | -2/+2 |
| | |||||
* | add OP_SINGLE_ECDH_USE | Akihiro Yamazaki | 2015-09-05 | 1 | -1/+2 |
| | |||||
* | a random set of flake8 and typo fixes | Alex Gaynor | 2015-09-04 | 1 | -1/+1 |
| | |||||
* | Use correct syntax for a parameter. | Alex Gaynor | 2015-09-04 | 1 | -1/+1 |
| | |||||
* | get_elliptic_curve require 'name' parameter | Akihiro Yamazaki | 2015-09-04 | 1 | -1/+1 |
| | |||||
* | Fixed typo | kjav | 2015-08-25 | 1 | -1/+1 |
| | |||||
* | add ssl_peek functionality | Maximilian Hils | 2015-08-17 | 1 | -4/+4 |
| | |||||
* | Clean up X509StoreContext documentation | Stephen Holsapple | 2015-06-10 | 1 | -20/+7 |
| | | | | | | | This change cleans up the X509StoreContext and X509StoreContextError documentation to be more aligned with the other documentation. Tested using ``tox -e docs``. | ||||
* | Update contributing & policy information | Hynek Schlawack | 2015-06-07 | 3 | -17/+40 |
| | |||||
* | Merge pull request #272 from hynek/use-rtd-theme | Alex Gaynor | 2015-06-07 | 3 | -3/+7 |
|\ | | | | | Use RTD theme |