summaryrefslogtreecommitdiff
path: root/M2Crypto/SSL
Commit message (Expand)AuthorAgeFilesLines
* wrap SocketIO in io.Buffered* for makefilelethliel2020-07-131-1/+1
* SSL.Connection.close accepts an argument to force the socket closingChristophe Haen2020-07-131-11/+27
* SSL.Connection: make the clientPostConnectionCheck an instance attributeChristophe Haen2020-07-131-1/+4
* CleanupMatěj Cepl2020-03-091-8/+8
* wrap SocketIO in io.Buffered* for makefilelethliel2020-03-091-2/+6
* Expose X509_V_FLAG_ALLOW_PROXY_CERTS verification flag and X509_STORE_SET_FLA...Christophe Haen2020-01-151-0/+2
* Expose CRLs verification flagsChristophe Haen2019-06-081-0/+2
* Enabled timeout case with microsecs and fixed for WindowsAndreas Maier2018-06-083-7/+22
* Fixed socket timeout on WindowsAndreas Maier2018-06-041-4/+18
* Replace util.py3{bytes,str} with six.ensure_{binary,text}Matěj Cepl2018-03-193-12/+12
* Replace all old-style classes with the new onesMatěj Cepl2018-03-138-11/+11
* Fix SSL.Connection.__del__Marcus Huewe2018-03-041-4/+2
* Two tiny typos to make mypy happy.Matěj Cepl2018-02-281-1/+1
* ForkingMixIn is only availiable on posix like OSesDaniel A. Wozniak2018-02-222-8/+13
* Add comment to SSL.Connection.__del__ about need to close connection first.Matěj Cepl2018-02-221-0/+3
* SSL package: Port to python3Matěj Cepl2018-02-085-20/+67
* Prefer Err module over m2.err* functions.Matěj Cepl2018-02-081-1/+1
* Fix syntax of docstring for SSL.TwistedProtocolWrapper.Matěj Cepl2018-02-081-3/+3
* Whitespace problems.Matěj Cepl2018-02-051-1/+0
* Add set1_host() function to explicitly specify name to check inShumon Huque2017-12-181-3/+7
* Do name checking correctly when SNI extension is used.Shumon Huque2017-12-181-1/+5
* Add exceptions generating for ssl_session_read_pemMatěj Cepl2017-10-301-2/+1
* Fix PEP-484 type signatures.Matěj Cepl2017-10-092-7/+7
* SSL.TwistedProtocolWrapper: some effort to PEP484-ize and port to py3k.Matěj Cepl2017-10-051-42/+111
* Fix type comments of dynamic arguments.Matěj Cepl2017-09-271-1/+1
* Change JavaDoc parameters to the Sphinx convention.Matěj Cepl2017-09-205-78/+96
* Fix wrong imports of modules changed between py2k and py3k.Matěj Cepl2017-07-171-1/+3
* Add M2Crypto.SSL.Context().set_default_verify_paths() method.Matěj Cepl2017-05-171-0/+22
* Remove superfluous logging and clean up comments.Matěj Cepl2017-03-241-1/+0
* SSL.Context: better set of default SSL options.Matěj Cepl2016-12-151-4/+3
* Clean up imports and PEP8izationMatěj Cepl2016-12-158-14/+15
* Twisted doesn't work well with python 2.6Matěj Cepl2016-07-221-2/+1
* Use better defaults for SSL_CTX_new().Matěj Cepl2016-07-191-5/+9
* SSL and SMIME modules: Add PEP-484 type hints in comments.Matěj Cepl2016-06-3011-185/+631
* Replace util.py3k with six.PY3Matěj Cepl2016-05-121-4/+13
* Fix broken imports (and PEP8ization).Matěj Cepl2016-03-206-82/+104
* Use the new absolute import syntax to fix Python 3. [PEP 328]Craig Rodrigues2016-03-206-15/+25
* Leading zeroes from X.509 certificate fingerprints are not strippedKonstantin Shemyak2016-01-161-10/+6
* Make logging of the failed certificate verification more verbose.Matěj Cepl2015-11-251-6/+24
* Strip trailinig spaces and expand tabs.Matěj Cepl2015-11-196-44/+44
* Use print as a function for Python 3. [PEP 3105]Craig Rodrigues2015-11-161-2/+4
* Remove trailing L from integer literals. [PEP 237]Craig Rodrigues2015-11-161-1/+8
* Merge branch 'PEP3110' into 'master' Matěj Cepl2015-11-141-3/+3
|\
| * Fix exception handling syntax for Python 3. [PEP-3110]Craig Rodrigues2015-11-131-3/+3
* | Fix syntax for raising exceptions for Python 3. [PEP 3109] [PEP 0352]Craig Rodrigues2015-11-142-6/+6
|/
* PEP8ization of M2Crypto/SSL/Context.pyMatěj Cepl2015-10-171-30/+33
* Add support for IP addresses in subjectAltNameMiloslav Trmač2015-10-131-0/+33
* Clean up whitespace etc.Matěj Cepl2015-10-131-18/+22
* Add a minimal SNI supportOleg Girko2015-10-131-0/+4
* Support IPv6 in M2Crypto.httpslibMiloslav Trmač2015-10-131-3/+3