Handbook Glossary
factorcode.org
set-secure-cipher-list-only ( ssl -- ssl )


Vocabulary
io.sockets.secure.openssl

Inputs
sslan object


Outputs
sslan 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
;