| Commit message (Expand) | 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 | 2 | -4/+4 | |
| | | * | | strings are hard, be explicit | Jean-Paul Calderone | 2014-04-19 | 1 | -0/+4 | |
| | | * | | Some doc fixups | Jean-Paul Calderone | 2014-04-19 | 1 | -9/+50 | |
| | | * | | These three exceptions are no longer used. | Jean-Paul Calderone | 2014-04-19 | 1 | -31/+0 | |
| | | * | | Switch to an explicit curve object. | Jean-Paul Calderone | 2014-04-18 | 4 | -159/+159 | |
| | | * | | Get rid of some top-level code, remove the code that reflects a weird edge ca... | Jean-Paul Calderone | 2014-04-17 | 1 | -12/+23 | |
| | | * | | Some versions of Python do not support the unicode literal syntax. | Jean-Paul Calderone | 2014-04-17 | 1 | -1/+1 | |
| | | * | | Add a test for the failure condition of EC_KEY_new_by_curve_name | Jean-Paul Calderone | 2014-04-17 | 2 | -5/+28 | |
| | | * | | Support for Python 2.6 - which lacks addCleanup | Jean-Paul Calderone | 2014-04-17 | 1 | -8/+9 | |
| | | * | | Fix some rST markup. | Jean-Paul Calderone | 2014-04-17 | 1 | -1/+1 | |
| | | * | | Factor the guts out so they can be unit tested separately. | Jean-Paul Calderone | 2014-04-17 | 1 | -7/+19 | |
| | | * | | explicitly fail with a useful message | Jean-Paul Calderone | 2014-04-17 | 1 | -2/+6 | |
| | | * | | Some docstring cleanups. | Jean-Paul Calderone | 2014-04-17 | 1 | -8/+7 | |
| | | * | | Add a test for the False case of Cryptography_HAS_EC. | Jean-Paul Calderone | 2014-04-17 | 1 | -0/+18 | |
| | | * | | Merge remote-tracking branch 'pyca/master' into ecdhe | Jean-Paul Calderone | 2014-04-17 | 5 | -2/+267 | |
| | | |\ \ | ||||||
| | | * | | | ecdh: Use different exception types for different errors | Andy Lutomirski | 2014-04-04 | 2 | -10/+78 | |
| | | * | | | ecdh: curve names are strings, not bytes | Andy Lutomirski | 2014-04-04 | 1 | -4/+5 | |
| | | * | | | Move test that checks for curve descriptions to a separate test | Laurens Van Houtven | 2014-04-03 | 1 | -5/+11 | |
| | | * | | | Merge branch 'ecdhe' of git://github.com/amluto/pyopenssl into ecdhe | Laurens Van Houtven | 2014-03-29 | 2 | -0/+60 | |
| | | |\ \ \ | ||||||
| | | | * | | | Stop exposing all the NID and SN objects for elliptic curves, now | Andy Lutomirski | 2014-03-13 | 1 | -144/+0 | |
| | | | * | | | Identify elliptic curves by short name, not NID | Andy Lutomirski | 2014-03-13 | 2 | -15/+32 | |
| | | | * | | | Fix docstring and Python 2.6 issues in ECDHE support | Andy Lutomirski | 2014-03-12 | 1 | -4/+4 | |
| | | | * | | | Add SSL.ELLIPTIC_CURVE_DESCRIPTIONS to expose the actual supported curves | Andy Lutomirski | 2014-03-05 | 1 | -0/+9 | |
| | | | * | | | Expose all of the EC curve name constants | Andy Lutomirski | 2014-03-05 | 1 | -0/+135 | |
| | | | * | | | Merge branch 'master' into ecdhe-support | Alex Gaynor | 2014-02-22 | 1 | -2/+2 | |
| | | | |\ \ \ | ||||||
| | | | * \ \ \ | Merge branch 'master' into ecdhe-support | Alex Gaynor | 2014-02-20 | 7 | -87/+325 | |
| | | | |\ \ \ \ | ||||||
| | | | * | | | | | Use the internal name | Alex Gaynor | 2014-01-17 | 2 | -3/+3 | |
| | | | * | | | | | Added tests | Alex Gaynor | 2014-01-17 | 2 | -0/+14 | |
| | | | * | | | | | Corrected a typo | Alex Gaynor | 2014-01-17 | 1 | -1/+1 | |
| | | | * | | | | | Expose support for using ecdhe with SSL connections | Alex Gaynor | 2014-01-17 | 1 | -0/+29 | |
| | * | | | | | | | Merge remote-tracking branch 'pyca/master' into wantwritetest-37+67 | Jean-Paul Calderone | 2014-04-21 | 5 | -6/+313 | |
| | |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | | | ||||||
| | | * | | | | | | Also accept buffer in Connection.send and .sendall | Markus Unterwaditzer | 2014-04-19 | 2 | -4/+46 | |
| | | | |_|_|_|/ | | |/| | | | | ||||||
| | | * | | | | | Merge pull request #74 from jgiannuzzi/fix_crl_memory_leak | Jean-Paul Calderone | 2014-04-01 | 1 | -0/+2 | |
| | | |\ \ \ \ \ | ||||||
| | | | * | | | | | Fix memory leak in _X509_REVOKED_dup | Jonathan Giannuzzi | 2014-03-30 | 1 | -0/+2 | |
| | * | | | | | | | Only write one byte at a time and try to write many more bytes overall. | Jean-Paul Calderone | 2014-03-22 | 1 | -3/+7 | |
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | Add a test that verifies the first argument passed to the verify callback. A... | Jean-Paul Calderone | 2014-04-02 | 2 | -2/+47 | |
| | |/ / / / / |/| | | | | | ||||||
| * | | | | | | one more whitespace fix | Jean-Paul Calderone | 2014-03-30 | 1 | -0/+1 | |
| * | | | | | | ... avoid undefined behavior. | Jean-Paul Calderone | 2014-03-30 | 1 | -1/+14 | |
| * | | | | | | Docstring and whitespace fixes. | Jean-Paul Calderone | 2014-03-30 | 1 | -22/+22 | |
| * | | | | | | Refactor the implementation to avoid duplication; use the result of the API t... | Jean-Paul Calderone | 2014-03-30 | 1 | -28/+33 | |
| * | | | | | | merge master | Jean-Paul Calderone | 2014-03-30 | 4 | -3/+156 | |
| |\ \ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| | * | | | | | Return unicode from these new APIs rather than the native string type. | Jean-Paul Calderone | 2014-03-30 | 2 | -13/+15 | |
| | * | | | | | Use assertIdentical instead of the other thing. | Jean-Paul Calderone | 2014-03-29 | 1 | -3/+3 | |
| | * | | | | | merge master | Jean-Paul Calderone | 2014-03-29 | 3 | -2/+29 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Further simplifications. | Jean-Paul Calderone | 2014-03-25 | 1 | -10/+1 | |
| | | * | | | | | pyflakes and documentation cleanups | Jean-Paul Calderone | 2014-03-25 | 1 | -14/+12 | |
| | | * | | | | | Apply the changeset from https://code.launchpad.net/~redtoad/pyopenssl/pyopen... | Jean-Paul Calderone | 2014-03-25 | 2 | -1/+36 | |
| | | |/ / / / | ||||||
| | | * | | | | Make setting of OP_NO_TICKET conditional (for <= 0.9.8f compatibility) | Arturo Filastò | 2014-03-09 | 1 | -1/+4 | |
| | * | | | | | Add return type API documentation. | Jean-Paul Calderone | 2014-03-29 | 1 | -1/+7 | |
