summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | 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-2013-190/+340
| | |\ \ \ \ \ \
| | * | | | | | | Added documentationAlex Gaynor2014-01-191-0/+22
| | * | | | | | | Use the internal nameAlex Gaynor2014-01-172-3/+3
| | * | | | | | | Added a gitignoreAlex Gaynor2014-01-171-0/+1
| | * | | | | | | 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
| * | | | | | | | Require cryptography>=0.3Laurens Van Houtven2014-03-281-1/+1
* | | | | | | | | Merge pull request #76 from pyca/wantwritetest-37+67Jean-Paul Calderone2014-04-211-3/+7
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | Merge remote-tracking branch 'pyca/master' into wantwritetest-37+67Jean-Paul Calderone2014-04-2112-18/+483
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #100 from untitaker/gitignore-additionsJean-Paul Calderone2014-04-191-1/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add more files to .gitignoreMarkus Unterwaditzer2014-04-191-1/+5
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge pull request #99 from untitaker/python26-buffersJean-Paul Calderone2014-04-193-4/+51
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Also accept buffer in Connection.send and .sendallMarkus Unterwaditzer2014-04-193-4/+51
|/ / / / / / / /
* | | | | | | | Merge pull request #98 from pyca/version-reportingJean-Paul Calderone2014-04-171-0/+4
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Change the version reporter to work on Python 3.Jean-Paul Calderone2014-04-171-1/+1
| * | | | | | | Try reporting the version of OpenSSL that was used at the end of each build.Jean-Paul Calderone2014-04-171-0/+2
| * | | | | | | Try explicitly installing the Python dependencies since "setup.py test" does ...Jean-Paul Calderone2014-04-171-0/+2
|/ / / / / / /
* | | | | | | Merge pull request #97 from pyca/more-openssl-testingJean-Paul Calderone2014-04-171-9/+33
|\ \ \ \ \ \ \
| * | | | | | | That seemed to work but not all of the tests are passing on 0.9.8 so until th...Jean-Paul Calderone2014-04-171-0/+2
| * | | | | | | take a stab at running tests against openssl 0.9.8 as wellJean-Paul Calderone2014-04-171-9/+31
|/ / / / / / /
* | | | | | | Merge pull request #94 from pyca/coverallsJean-Paul Calderone2014-04-162-1/+15
|\ \ \ \ \ \ \
| * | | | | | | This is a rST file now.Jean-Paul Calderone2014-04-161-0/+0
| * | | | | | | Make the travis configuration read linearly.Jean-Paul Calderone2014-04-161-3/+6
| * | | | | | | Fix the rST markup for coveralls.Jean-Paul Calderone2014-04-161-1/+2
| * | | | | | | where is my emacs yaml modeJean-Paul Calderone2014-04-141-1/+1
| * | | | | | | Also stick a quick summary at the end of every buildJean-Paul Calderone2014-04-141-0/+1
| * | | | | | | Maybe some more travis intergraterations for stuffJean-Paul Calderone2014-04-141-1/+5
| * | | | | | | advertise how awesome everything isJean-Paul Calderone2014-04-141-0/+2
| * | | | | | | coveralls the thing;Jean-Paul Calderone2014-04-141-0/+3
* | | | | | | | Merge pull request #74 from jgiannuzzi/fix_crl_memory_leakJean-Paul Calderone2014-04-013-1/+54
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Changelog entriesJonathan Giannuzzi2014-03-301-1/+5
| * | | | | | | Require cryptography 0.3Jonathan Giannuzzi2014-03-301-1/+1
| * | | | | | | Add a leakcheck test for _X509_REVOKED_dupJonathan Giannuzzi2014-03-301-1/+19
| * | | | | | | Add a leakcheck test for CRL.add_revokedJonathan Giannuzzi2014-03-301-2/+10
| * | | | | | | Remove unneeded callsJonathan Giannuzzi2014-03-301-7/+3
| * | | | | | | Make sure that lines are not longer than 80 charactersJonathan Giannuzzi2014-03-301-2/+2
| * | | | | | | Add a leakcheck test for CRL.get_revokedJonathan Giannuzzi2014-03-301-1/+23
| * | | | | | | Changelog entryJonathan Giannuzzi2014-03-301-0/+3
| * | | | | | | 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
| | | | | | | * ChangeLogJean-Paul Calderone2014-04-021-0/+8
| | | | | | | * Add a test that verifies the first argument passed to the verify callback. A...Jean-Paul Calderone2014-04-022-2/+47
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge pull request #84 from exarkun/finished_messagesJean-Paul Calderone2014-04-015-10/+155
|\ \ \ \ \ \ \
| * | | | | | | 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
| * | | | | | | Correct filename.Jean-Paul Calderone2014-03-301-1/+1