Commit 2e7a8b4
authored
Implement more SSL methods (RustPython#6210)
* openssl-sys version
* selected_alpn_protocol
* get_ciphers
* get_channel_binding
* Add Tls1_1 and Tls1_2
* consts
* fix ssl truncate bug
* verify_flags
* shared ciphers
* verify_client_post_handshake
* shutdown
* get_verified_chain
* fix lints
* fix _wrap_socket
* Fix convert_openssl_error
* clean up ssl
* X509_check_ca
* set default verify flag
* Fix version
* fix import
* consts
* fix httplib1 parent c6c931a commit 2e7a8b4
3 files changed
+472
-61
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1780 | 1780 | | |
1781 | 1781 | | |
1782 | 1782 | | |
1783 | | - | |
1784 | | - | |
1785 | 1783 | | |
1786 | 1784 | | |
1787 | 1785 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
0 commit comments