commit | eb49820cd0750319eabb79a582f8a98419b819c5 | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Mon Jul 23 09:14:48 2018 +0200 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Mon Jul 23 15:14:48 2018 +0800 |
tree | 1142d12e3242ee70f5e1842d2bed83aea077d7f9 | |
parent | fcf431a7764fdb93a012466f449a06dc15e53258 [diff] |
Add more SSL_CIPHER_* functions, necessary to implement ctx.get_ciphers() in PyPy (#4364) * Add more SSL_CIPHER_* functions, necessary to implement ctx.get_ciphers() added by Python 3.6.1. * Add placeholders for other versions * Remove parameter names * LibreSSL 2.7 has the new functions * Add entries in _conditional.py * SSL_CIPHER_get_id returns int, not char*