Handbook
Glossary
set-verify-depth ( ctx -- )
Vocabulary
io
.
sockets
.
secure
.
openssl
Inputs
ctx
an
object
Outputs
None
Definition
USING:
accessors
kernel
openssl.libssl
;
IN:
io.sockets.secure.openssl
:
set-verify-depth
( ctx -- )
[
config>>
verify-depth>>
]
[
[
handle>>
]
[
config>>
verify-depth>>
]
bi
SSL_CTX_set_verify_depth
]
[
drop
]
1if
;