| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | all the way | Jean-Paul Calderone | 2014-04-19 | 1 | -2/+2 |
| | | |||||
| * | Mirror the OpenSSL API as is our idiom. | Jean-Paul Calderone | 2014-04-19 | 1 | -1/+1 |
| | | |||||
| * | Some doc fixups | Jean-Paul Calderone | 2014-04-19 | 1 | -1/+1 |
| | | |||||
| * | Switch to an explicit curve object. | Jean-Paul Calderone | 2014-04-18 | 2 | -22/+27 |
| | | | | | Happily, this eliminates just about all of the error cases. | ||||
| * | Merge remote-tracking branch 'pyca/master' into ecdhe | Jean-Paul Calderone | 2014-04-17 | 1 | -1/+38 |
| |\ | |||||
| | * | Merge pull request #84 from exarkun/finished_messages | Jean-Paul Calderone | 2014-04-01 | 1 | -0/+20 |
| | |\ | | | | | | | Introduce Connection.get_finished and Connection.get_peer_finished. | ||||
| | | * | merge master | Jean-Paul Calderone | 2014-03-30 | 1 | -6/+24 |
| | | |\ | |||||
| | | * | | Added dependency for cryptography>=0.3. | Fedor Brunner | 2014-03-28 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test split into multiple methods. Added changelog entry. If you use these methods to implement TLS channel binding (RFC 5929) disable session resumption because triple handshake attacks against TLS. https://www.ietf.org/mail-archive/web/tls/current/msg11337.html https://secure-resumption.com/tlsauth.pdf | ||||
| | * | | | Removed a stray period | Alex Gaynor | 2014-03-31 | 1 | -1/+1 |
| | | |/ | |/| | |||||
| | * | | merge master | Jean-Paul Calderone | 2014-03-29 | 1 | -6/+0 |
| | |\ \ | |||||
| | * | | | Test methods test_get_cipher_* have been split into two sets. | Fedor Brunner | 2014-03-10 | 1 | -0/+17 |
| | | |/ | |/| | | | | | | | | | | | | | assertTrue(isinstance was replaced with assertIsInstance. assertEqual for None was replaced with assertIs. Added entries to doc/api/ssl.rst. | ||||
| * | | | ecdh: Use different exception types for different errors | Andy Lutomirski | 2014-04-04 | 1 | -2/+4 |
| | | | | | | | | | | | | | This sneakily fixes some test cases typos, too. | ||||
| * | | | Merge branch 'ecdhe' of git://github.com/amluto/pyopenssl into ecdhe | Laurens Van Houtven | 2014-03-29 | 1 | -0/+24 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | Identify elliptic curves by short name, not NID | Andy Lutomirski | 2014-03-13 | 1 | -16/+18 |
| | | | | | | | | | | | | | | | | | | | | | | Using NIDs is awkward and requires updating pyOpenSSL every time a new curve is added. This approach avoids needing to update pyOpenSSL each time a new curve is added, and it results in more readable code and a more readable dict ELLIPTIC_CURVE_DESCRIPTIONS. | ||||
| | * | | Merge branch 'master' into ecdhe-support | Alex Gaynor | 2014-02-20 | 3 | -102/+4 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore OpenSSL/test/test_ssl.py | ||||
| | * | | | Added documentation | Alex Gaynor | 2014-01-19 | 1 | -0/+22 |
| | | | | | |||||
| * | | | | Remove references to MODE_NO_COMPRESSION | Laurens Van Houtven | 2014-03-11 | 1 | -6/+0 |
| | |_|/ |/| | | | | | | | | | | | MODE_NO_COMPRESSION doesn't exist, but the documentation claimed it did. The real spelling is OP_NO_COMPRESSION, but that is already documented. Closes #60. | ||||
| * | | | rst api docs | Jean-Paul Calderone | 2014-03-02 | 1 | -0/+7 |
| | | | | |||||
| * | | | Bump version to 0.14 final0.14release-0.14 | Jean-Paul Calderone | 2014-02-23 | 1 | -2/+2 |
| | | | | |||||
| * | | | Bump to 0.14a40.14a4 | Jean-Paul Calderone | 2014-02-12 | 1 | -2/+2 |
| | | | | |||||
| * | | | Merge commit '2691849' into release-0.14 (Remove obsolete, incorrect ↵ | Jean-Paul Calderone | 2014-02-12 | 3 | -102/+4 |
| |\ \ \ | | |/ | |/| | | | | documentation) | ||||
| | * | | There is a top-level INSTALL document now. Let's not be redundant. | Jean-Paul Calderone | 2014-02-02 | 2 | -70/+0 |
| | | | | |||||
| | * | | cffi callbacks are easy | Jean-Paul Calderone | 2014-02-02 | 1 | -32/+4 |
| | |/ | |||||
| * | | Bump to alpha 30.14a3 | Jean-Paul Calderone | 2014-01-20 | 1 | -2/+2 |
| | | | |||||
| * | | Bump to alpha 20.14a2 | Jean-Paul Calderone | 2014-01-11 | 1 | -2/+2 |
| | | | |||||
| * | | Hmm maybe start off with a non-final version.v0.14a1 | Jean-Paul Calderone | 2014-01-09 | 1 | -2/+2 |
| | | | |||||
| * | | version bump | Jean-Paul Calderone | 2014-01-09 | 1 | -2/+2 |
| |/ | |||||
| * | Try exposing TLSv1.1 and TLSv1.2. | Jean-Paul Calderone | 2013-10-03 | 1 | -13/+46 |
| | | |||||
| * | Add versionadded tag for get_signature_algorithm documentation. | Jean-Paul Calderone | 2012-09-12 | 1 | -0/+2 |
| | | |||||
| * | Add more API documentation for Session objects | Jean-Paul Calderone | 2012-02-16 | 1 | -0/+33 |
| | | |||||
| * | Add documentation for the new session cache related constants and methods | Jean-Paul Calderone | 2012-02-08 | 1 | -0/+30 |
| | | |||||
| * | Tell people how to build the docs | Jean-Paul Calderone | 2011-09-11 | 1 | -0/+4 |
| | | |||||
| * | Drop no longer needed old stuff | Jean-Paul Calderone | 2011-09-11 | 5 | -0/+154 |
| | | |||||
| * | Bump *two* version numbers, fantastic. | Jean-Paul Calderone | 2011-09-11 | 1 | -2/+2 |
| | | |||||
| * | merge trunk | Jean-Paul Calderone | 2011-09-11 | 1 | -0/+14 |
| |\ | |||||
| | * | Catch up to trunk | Jean-Paul Calderone | 2011-09-08 | 33 | -1199/+1381 |
| | |\ | |||||
| | | * | Regenerate the documentation for the new version | Jean-Paul Calderone | 2011-09-02 | 31 | -90/+90 |
| | | | | |||||
| | | * | Bump the third instance of the version number | Jean-Paul Calderone | 2011-08-14 | 1 | -1/+1 |
| | | | | |||||
| | | * | Generate documentation for new version | Jean-Paul Calderone | 2011-08-14 | 26 | -1113/+1295 |
| | | | | |||||
| | * | | Some documentation on new constants | Jean-Paul Calderone | 2011-09-08 | 1 | -0/+7 |
| | | | | |||||
| | * | | - Add Context.set_mode method | Guillermo Gonzalez | 2011-08-29 | 1 | -0/+5 |
| | |/ | | | | | | | - Add MODE_RELEASE_BUFFERS and OP_NO_COMPRESSION constants, only if are defined (openssl >= 1.0.0) | ||||
| * | | Replace crazy middle dot with a full stop. | Jean-Paul Calderone | 2011-09-11 | 1 | -4/+1 |
| | | | |||||
| * | | Remove unused extensions and associated configuration | Jonathan Ballet | 2011-07-24 | 1 | -5/+1 |
| | | | |||||
| * | | Require at least Sphinx 1.0 to build the documentation | Jonathan Ballet | 2011-07-24 | 1 | -1/+1 |
| | | | |||||
| * | | Various multiples fixes after comparing with the Python's Latex-to-Sphinx ↵ | Jonathan Ballet | 2011-07-20 | 7 | -78/+79 |
| | | | | | | | | | converter's output | ||||
| * | | Translate the Latex doc to Sphinx doc | Jonathan Ballet | 2011-07-17 | 6 | -46/+1487 |
| | | | | | | | | | | | Don't rely on the docstrings anymor, which aren't sufficient anyway to generate this kind of documentation. | ||||
| * | | Migrated the rest of the narrative documentation from Latex to Sphinx | Jonathan Ballet | 2011-07-16 | 4 | -0/+103 |
| | | | |||||
| * | | Convert introduction and installation doc from Latex to Sphinx | Jonathan Ballet | 2011-07-16 | 3 | -0/+93 |
| | | | |||||
| * | | Fix markup to be compatible with Sphinx and add rough API doc | Jonathan Ballet | 2011-07-16 | 6 | -1/+70 |
| | | | |||||
| * | | Bootstrapping Sphinx documentation | Jonathan Ballet | 2011-07-16 | 4 | -0/+540 |
| | | | |||||
