Feature Request: Support for TLS 1.2
Bug #1020632 reported by
Thom Nichols
This bug affects 9 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pyOpenSSL |
Fix Committed
|
Medium
|
Jean-Paul Calderone |
Bug Description
When building against OpenSSL 1.0.1, it should be possible to take advantage of TLS 1.2 support. I believe this would require the addition of a OpenSSL.
Also there is no TLS 1.1 method but it's unclear if that's covered by the OpenSSL.
Related branches
lp://staging/~exarkun/pyopenssl/tlsv1_1or2
- Jean-Paul Calderone: Pending requested
-
Diff: 275 lines (+109/-29)5 files modifiedOpenSSL/ssl/context.c (+29/-5)
OpenSSL/ssl/context.h (+2/-0)
OpenSSL/ssl/ssl.c (+8/-0)
OpenSSL/test/test_ssl.py (+24/-11)
doc/api/ssl.rst (+46/-13)
Changed in pyopenssl: | |
assignee: | nobody → Jean-Paul Calderone (exarkun) |
importance: | Undecided → Medium |
status: | New → In Progress |
Changed in pyopenssl: | |
status: | In Progress → Fix Committed |
To post a comment you must log in.
This patch will add support for TLS v1.1 and TLS v1.2 . These protocols protect against SSL/TLS new attacks /en.wikipedia. org/wiki/ Transport_ Layer_Security# RC4_attacks /en.wikipedia. org/wiki/ Transport_ Layer_Security# CRIME_and_ BREACH_ attacks
https:/
https:/