We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 636de7c + dda2c91 commit 74314d8Copy full SHA for 74314d8
ffi.lisp
@@ -89,6 +89,18 @@
89
ssl-method)
90
(cffi:defcfun ("TLSv1_method" ssl-TLSv1-method)
91
92
+(cffi:defcfun ("TLSv1_1_client_method" ssl-TLSv1-1-client-method)
93
+ ssl-method)
94
+(cffi:defcfun ("TLSv1_1_server_method" ssl-TLSv1-1-server-method)
95
96
+(cffi:defcfun ("TLSv1_1_method" ssl-TLSv1-1-method)
97
98
+(cffi:defcfun ("TLSv1_2_client_method" ssl-TLSv1-2-client-method)
99
100
+(cffi:defcfun ("TLSv1_2_server_method" ssl-TLSv1-2-server-method)
101
102
+(cffi:defcfun ("TLSv1_2_method" ssl-TLSv1-2-method)
103
104
105
(cffi:defcfun ("SSL_CTX_new" ssl-ctx-new)
106
ssl-ctx
0 commit comments