summaryrefslogtreecommitdiff
path: root/OpenSSL
Commit message (Expand)AuthorAgeFilesLines
...
| | * | all the wayJean-Paul Calderone2014-04-191-2/+2
| | * | Mirror the OpenSSL API as is our idiom.Jean-Paul Calderone2014-04-192-4/+4
| | * | strings are hard, be explicitJean-Paul Calderone2014-04-191-0/+4
| | * | Some doc fixupsJean-Paul Calderone2014-04-191-9/+50
| | * | These three exceptions are no longer used.Jean-Paul Calderone2014-04-191-31/+0
| | * | Switch to an explicit curve object.Jean-Paul Calderone2014-04-184-159/+159
| | * | Get rid of some top-level code, remove the code that reflects a weird edge ca...Jean-Paul Calderone2014-04-171-12/+23
| | * | Some versions of Python do not support the unicode literal syntax.Jean-Paul Calderone2014-04-171-1/+1
| | * | Add a test for the failure condition of EC_KEY_new_by_curve_nameJean-Paul Calderone2014-04-172-5/+28
| | * | Support for Python 2.6 - which lacks addCleanupJean-Paul Calderone2014-04-171-8/+9
| | * | Fix some rST markup.Jean-Paul Calderone2014-04-171-1/+1
| | * | Factor the guts out so they can be unit tested separately.Jean-Paul Calderone2014-04-171-7/+19
| | * | explicitly fail with a useful messageJean-Paul Calderone2014-04-171-2/+6
| | * | Some docstring cleanups.Jean-Paul Calderone2014-04-171-8/+7
| | * | Add a test for the False case of Cryptography_HAS_EC.Jean-Paul Calderone2014-04-171-0/+18
| | * | Merge remote-tracking branch 'pyca/master' into ecdheJean-Paul Calderone2014-04-175-2/+267
| | |\ \
| | * | | ecdh: Use different exception types for different errorsAndy Lutomirski2014-04-042-10/+78
| | * | | ecdh: curve names are strings, not bytesAndy Lutomirski2014-04-041-4/+5
| | * | | Move test that checks for curve descriptions to a separate testLaurens Van Houtven2014-04-031-5/+11
| | * | | Merge branch 'ecdhe' of git://github.com/amluto/pyopenssl into ecdheLaurens Van Houtven2014-03-292-0/+60
| | |\ \ \
| | | * | | Stop exposing all the NID and SN objects for elliptic curves, nowAndy Lutomirski2014-03-131-144/+0
| | | * | | Identify elliptic curves by short name, not NIDAndy Lutomirski2014-03-132-15/+32
| | | * | | Fix docstring and Python 2.6 issues in ECDHE supportAndy Lutomirski2014-03-121-4/+4
| | | * | | Add SSL.ELLIPTIC_CURVE_DESCRIPTIONS to expose the actual supported curvesAndy Lutomirski2014-03-051-0/+9
| | | * | | Expose all of the EC curve name constantsAndy Lutomirski2014-03-051-0/+135
| | | * | | Merge branch 'master' into ecdhe-supportAlex Gaynor2014-02-221-2/+2
| | | |\ \ \
| | | * \ \ \ Merge branch 'master' into ecdhe-supportAlex Gaynor2014-02-207-87/+325
| | | |\ \ \ \
| | | * | | | | Use the internal nameAlex Gaynor2014-01-172-3/+3
| | | * | | | | Added testsAlex Gaynor2014-01-172-0/+14
| | | * | | | | Corrected a typoAlex Gaynor2014-01-171-1/+1
| | | * | | | | Expose support for using ecdhe with SSL connectionsAlex Gaynor2014-01-171-0/+29
| * | | | | | | Merge remote-tracking branch 'pyca/master' into wantwritetest-37+67Jean-Paul Calderone2014-04-215-6/+313
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | Also accept buffer in Connection.send and .sendallMarkus Unterwaditzer2014-04-192-4/+46
| | | |_|_|_|/ | | |/| | | |
| | * | | | | Merge pull request #74 from jgiannuzzi/fix_crl_memory_leakJean-Paul Calderone2014-04-011-0/+2
| | |\ \ \ \ \
| | | * | | | | Fix memory leak in _X509_REVOKED_dupJonathan Giannuzzi2014-03-301-0/+2
| * | | | | | | Only write one byte at a time and try to write many more bytes overall.Jean-Paul Calderone2014-03-221-3/+7
| | |_|/ / / / | |/| | | | |
* | | | | | | Add a test that verifies the first argument passed to the verify callback. A...Jean-Paul Calderone2014-04-022-2/+47
| |/ / / / / |/| | | | |
* | | | | | one more whitespace fixJean-Paul Calderone2014-03-301-0/+1
* | | | | | ... avoid undefined behavior.Jean-Paul Calderone2014-03-301-1/+14
* | | | | | Docstring and whitespace fixes.Jean-Paul Calderone2014-03-301-22/+22
* | | | | | Refactor the implementation to avoid duplication; use the result of the API t...Jean-Paul Calderone2014-03-301-28/+33
* | | | | | merge masterJean-Paul Calderone2014-03-304-3/+156
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Return unicode from these new APIs rather than the native string type.Jean-Paul Calderone2014-03-302-13/+15
| * | | | | Use assertIdentical instead of the other thing.Jean-Paul Calderone2014-03-291-3/+3
| * | | | | merge masterJean-Paul Calderone2014-03-293-2/+29
| |\ \ \ \ \
| | * | | | | Further simplifications.Jean-Paul Calderone2014-03-251-10/+1
| | * | | | | pyflakes and documentation cleanupsJean-Paul Calderone2014-03-251-14/+12
| | * | | | | Apply the changeset from https://code.launchpad.net/~redtoad/pyopenssl/pyopen...Jean-Paul Calderone2014-03-252-1/+36
| | |/ / / /
| | * | | | Make setting of OP_NO_TICKET conditional (for <= 0.9.8f compatibility)Arturo Filastò2014-03-091-1/+4
| * | | | | Add return type API documentation.Jean-Paul Calderone2014-03-291-1/+7