Handbook
Glossary
set-secure-cipher-list-only ( ssl -- ssl )
Vocabulary
io
.
sockets
.
secure
.
openssl
Inputs
ssl
an
object
Outputs
ssl
an
object
Definition
USING:
accessors
kernel
openssl
openssl.libssl
;
IN:
io.sockets.secure.openssl
:
set-secure-cipher-list-only
( ssl -- ssl )
dup
handle>>
make-cipher-list
SSL_set_cipher_list
ssl-error
;