summaryrefslogtreecommitdiff
path: root/OpenSSL/SSL.py
Commit message (Expand)AuthorAgeFilesLines
...
* | | | ... avoid undefined behavior.Jean-Paul Calderone2014-03-301-1/+14
* | | | 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-301-1/+54
|\ \ \ \
| * | | | Return unicode from these new APIs rather than the native string type.Jean-Paul Calderone2014-03-301-4/+6
| * | | | merge masterJean-Paul Calderone2014-03-291-1/+4
| |\ \ \ \ | | |/ / /
| | * | | 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
| * | | | whitespace: three blank lines between top-level suites, two blank lines betwe...Jean-Paul Calderone2014-03-291-0/+3
| * | | | Get the actually used cipher name,bits,version of the establishedFedor Brunner2014-03-031-0/+38
| |/ / /
* | | | Added dependency for cryptography>=0.3.Fedor Brunner2014-03-281-2/+8
* | | | Interface for the SSL_get_peer_finished, SSL_get_finished.Fedor Brunner2014-03-051-0/+32
|/ / /
* | | Allow creating a Context with SSLv2_METHODAndrew Dunham2014-02-241-0/+1
| |/ |/|
* | tests and fixes for other int/long casesJean-Paul Calderone2014-02-091-4/+4
* | Add some missing test coverage for handling values of type `long` and fix the...Jean-Paul Calderone2014-02-021-11/+7
* | Change the info callback test to at least assert that the connection argument...Jean-Paul Calderone2014-02-021-1/+1
* | Merge pull request #20 from kouk/longintJean-Paul Calderone2014-02-021-5/+4
|\ \
| * | use six's integer_types instead of py3 incompatible type 'long'Konstantinos Koukopoulos2014-01-281-4/+4
| * | support 64 bit fd'sKonstantinos Koukopoulos2014-01-271-4/+3
* | | make test_closed pass on windowsKonstantinos Koukopoulos2014-01-311-3/+6
|/ /
* | Use the initialization functions that cryptography 0.1 exposesJean-Paul Calderone2014-01-181-12/+2
* | And use_privatekey_fileJean-Paul Calderone2014-01-181-0/+4
* | And use_certificate_fileJean-Paul Calderone2014-01-181-1/+4
* | make use_certificate_chain_file can accept unicode tooJean-Paul Calderone2014-01-181-1/+5
* | Do the other initialization that is probably required.Jean-Paul Calderone2014-01-181-0/+14
* | Accept bytes or text in set_cipher_listJean-Paul Calderone2014-01-181-1/+7
|/
* Lots of Python 3.2 porting workJean-Paul Calderone2014-01-111-5/+5
* This is another one that is missing on OSXJean-Paul Calderone2014-01-081-1/+4
* Make some optional things optional by mirroring their absenseJean-Paul Calderone2014-01-081-2/+8
* Python 2.6 compatibilityJean-Paul Calderone2013-12-301-2/+9
* Replace all of the ZeroDivisionErrors in SSL with proper (yet untested) excep...Jean-Paul Calderone2013-12-291-31/+29
* This is never used.Jean-Paul Calderone2013-12-291-1/+0
* add some missing docstringsJean-Paul Calderone2013-12-291-1/+3
* Put some shared code into a shared module and start using it from all three o...Jean-Paul Calderone2013-12-291-54/+59
* Re-enable TLSv1_1 and TLSv1_2 if the backend supports themJean-Paul Calderone2013-12-291-9/+12
* Switch from opentls to cryptographyJean-Paul Calderone2013-12-281-219/+223
* Guess at how this might look on the cffi bindingsJean-Paul Calderone2013-11-031-0/+6
* Use the new optional-sslv2 features of opentlsJean-Paul Calderone2013-03-201-2/+6
* A few more tests, still incompleteJean-Paul Calderone2013-03-191-6/+38
* Add a test for and proper handling of exceptions out of verify callbacksJean-Paul Calderone2013-03-061-20/+41
* Fixes and more tests for Context.use_certificate_file and Context.use_certifi...Jean-Paul Calderone2013-03-061-9/+24
* Remove obsolete TODO: I added the free for name_stack a while ago. Also fix ...Jean-Paul Calderone2013-03-051-2/+1
* "Support" memoryview and partial writesJean-Paul Calderone2013-03-051-4/+9
* Fix some memory leaks and memory corruptionJean-Paul Calderone2013-03-051-7/+10
* The rest of ContextTests passing and almost all of Connection-related tests p...Jean-Paul Calderone2013-03-051-38/+342
* All of ContextTests passesJean-Paul Calderone2013-03-051-5/+502
* A big chunk of ContextTests passingJean-Paul Calderone2013-03-051-0/+445
* SSLeay_versionJean-Paul Calderone2013-03-041-0/+8
* Some basic constantsJean-Paul Calderone2013-03-041-0/+38