Commit 67c4801
bpo-32257: Add ssl.OP_NO_RENEGOTIATION (pythonGH-5904)
The ssl module now contains OP_NO_RENEGOTIATION constant, available with
OpenSSL 1.1.0h or 1.1.1.
Note, OpenSSL 1.1.0h hasn't been released yet.
Signed-off-by: Christian Heimes <christian@python.org>1 parent 19177fb commit 67c4801
3 files changed
Lines changed: 15 additions & 0 deletions
File tree
- Doc/library
- Misc/NEWS.d/next/Library
- Modules
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
803 | 803 | | |
804 | 804 | | |
805 | 805 | | |
| 806 | + | |
| 807 | + | |
| 808 | + | |
| 809 | + | |
| 810 | + | |
| 811 | + | |
| 812 | + | |
| 813 | + | |
| 814 | + | |
806 | 815 | | |
807 | 816 | | |
808 | 817 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5845 | 5845 | | |
5846 | 5846 | | |
5847 | 5847 | | |
| 5848 | + | |
| 5849 | + | |
| 5850 | + | |
| 5851 | + | |
5848 | 5852 | | |
5849 | 5853 | | |
5850 | 5854 | | |
| |||
0 commit comments