TLSv1 - Factor Documentation (original) (raw)
TLSv1
Secure sockets (SSL, TLS) » Secure socket configuration » SSL/TLS methods
Prev: | TLS |
---|---|
Next: | TLSv1.1 |
Word description
Possible value for the method slot of a secure-config.
TLSv1 is an older protocol for secure socket communications.
Definition
Methods
USING: accessors io.sockets.secure io.sockets.secure.debug
kernel ;
M: TLSv1 *
drop
"vocab:openssl/test-1.0/server.pem"
>>key-file "vocab:openssl/test-1.0/dh2048.pem" >>dh-file
"password" >>password ;
USING: io.sockets.secure io.sockets.secure.openssl kernel
openssl.libssl ;