summaryrefslogtreecommitdiff
path: root/OpenSSL/test
Commit message (Expand)AuthorAgeFilesLines
* Add some Python 2.6 compatibility.Jean-Paul Calderone2014-05-011-0/+17
* Directly test that curves work well as set elements.Jean-Paul Calderone2014-05-011-0/+32
* Use that helper to define tests for equality of _EllipticCurve instances.Jean-Paul Calderone2014-04-301-1/+42
* Add a helper for testing equality.Jean-Paul Calderone2014-04-301-0/+130
* Merge branch 'master' into ecdheJean-Paul Calderone2014-04-191-0/+32
|\
| * Also accept buffer in Connection.send and .sendallMarkus Unterwaditzer2014-04-191-0/+32
* | restore even more python 3.2 compat!Jean-Paul Calderone2014-04-191-1/+1
* | restore python 3.2 compatibilityJean-Paul Calderone2014-04-191-3/+3
* | Mirror the OpenSSL API as is our idiom.Jean-Paul Calderone2014-04-191-3/+3
* | Switch to an explicit curve object.Jean-Paul Calderone2014-04-182-98/+85
* | 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-171-2/+22
* | Support for Python 2.6 - which lacks addCleanupJean-Paul Calderone2014-04-171-8/+9
* | 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-172-1/+158
|\ \ | |/
| * one more whitespace fixJean-Paul Calderone2014-03-301-0/+1
| * Docstring and whitespace fixes.Jean-Paul Calderone2014-03-301-22/+22
| * merge masterJean-Paul Calderone2014-03-302-1/+101
| |\
| | * Return unicode from these new APIs rather than the native string type.Jean-Paul Calderone2014-03-301-9/+9
| | * Use assertIdentical instead of the other thing.Jean-Paul Calderone2014-03-291-3/+3
| | * merge masterJean-Paul Calderone2014-03-291-0/+24
| | |\
| | | * 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-251-0/+35
| | * | whitespace: three blank lines between top-level suites, two blank lines betwe...Jean-Paul Calderone2014-03-291-0/+7
| | * | Replace assertIs with assertTrue,Fedor Brunner2014-03-251-3/+3
| | * | Test methods test_get_cipher_* have been split into two sets.Fedor Brunner2014-03-101-21/+33
| | * | Get the actually used cipher name,bits,version of the establishedFedor Brunner2014-03-031-0/+55
| | |/
| * | Added dependency for cryptography>=0.3.Fedor Brunner2014-03-281-5/+41
| * | Interface for the SSL_get_peer_finished, SSL_get_finished.Fedor Brunner2014-03-051-0/+20
| |/
* | ecdh: Use different exception types for different errorsAndy Lutomirski2014-04-041-3/+40
* | 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-291-0/+19
|\ \ | |/ |/|
| * Identify elliptic curves by short name, not NIDAndy Lutomirski2014-03-131-10/+17
| * Merge branch 'master' into ecdhe-supportAlex Gaynor2014-02-221-2/+2
| |\
| * \ Merge branch 'master' into ecdhe-supportAlex Gaynor2014-02-203-55/+252
| |\ \
| * | | Use the internal nameAlex Gaynor2014-01-171-2/+2
| * | | Added testsAlex Gaynor2014-01-171-0/+12
* | | | Made corrections as per suggestions inStephen Holsapple2014-03-011-4/+25
* | | | Fix test cases in test_add_extensionsStephen Holsapple2014-02-231-2/+2
* | | | Merge remote-tracking branch 'upstream/master'Stephen Holsapple2014-02-232-46/+228
|\ \ \ \ | | |_|/ | |/| |
| * | | Make sure we still write a lot of bytes, too.Jean-Paul Calderone2014-02-181-1/+1
| * | | Fill the send buffer with smaller strings in order to more completely fill it.Jean-Paul Calderone2014-02-181-1/+1
| | |/ | |/|
| * | tests and fixes for other int/long casesJean-Paul Calderone2014-02-091-0/+54
| * | Add some missing test coverage for handling values of type `long` and fix the...Jean-Paul Calderone2014-02-021-33/+150
| * | clean up messy commentJean-Paul Calderone2014-02-021-5/+5
| * | Change the info callback test to at least assert that the connection argument...Jean-Paul Calderone2014-02-021-8/+12
| * | Merge pull request #20 from kouk/longintJean-Paul Calderone2014-02-021-1/+5
| |\ \