summaryrefslogtreecommitdiff
path: root/OpenSSL/test/test_ssl.py
Commit message (Expand)AuthorAgeFilesLines
* merge masterJean-Paul Calderone2015-01-181-0/+14
|\
| * Add test for Connection.shutdown on closed socketPaul Aurich2015-01-081-0/+14
* | Add tests for Context.check_privatekey.Jean-Paul Calderone2014-12-111-0/+37
|/
* verisign.org turned off SSLv3 (Happy Days!)Alex Gaynor2014-11-151-2/+2
* the minimal documentation requirementsJean-Paul Calderone2014-05-061-0/+4
* merge masterJean-Paul Calderone2014-05-051-3/+53
|\
| * Merge pull request #101 from pyca/ecdheJean-Paul Calderone2014-05-011-0/+14
| |\
| | * Merge branch 'master' into ecdheJean-Paul Calderone2014-04-191-0/+32
| | |\
| | * | 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-181-96/+6
| | * | 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-171-1/+134
| | |\ \
| | * | | 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
| | * | | 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-201-53/+246
| | |\ \ \ \
| | * | | | | Use the internal nameAlex Gaynor2014-01-171-2/+2
| | * | | | | Added testsAlex Gaynor2014-01-171-0/+12
| * | | | | | Merge remote-tracking branch 'pyca/master' into wantwritetest-37+67Jean-Paul Calderone2014-04-211-1/+166
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | Also accept buffer in Connection.send and .sendallMarkus Unterwaditzer2014-04-191-0/+32
| | | |_|_|/ | | |/| | |
| * | | | | 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-021-0/+41
| |/ / / |/| | |
* | | | 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-301-1/+77
|\ \ \ \
| * | | | 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
| * | | | 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
|/ / /
* | | 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
* | make test_closed pass on windowsKonstantinos Koukopoulos2014-01-311-2/+5
* | Accommodate Python 3.2Jean-Paul Calderone2014-01-181-1/+3
* | make use_certificate_chain_file can accept unicode tooJean-Paul Calderone2014-01-181-4/+4
* | Simple docstring reformattingJean-Paul Calderone2014-01-181-3/+3
* | Accept bytes or text in set_cipher_listJean-Paul Calderone2014-01-181-4/+17
|/