Retro Rocket OS
Loading...
Searching...
No Matches
TLSCIPHER$ Function
V$ = TLSCIPHER$(ssl-socket-handle)

If the provided ssl-socket-handle is associated with a connected TLS/SSL connection, the TLS cipher description will be returned from this function.

For any other socket type, including invalid sockets, the string "unknown" is returned.

Example

SSLCONNECT ssl, "secure.server.example.com", 443
PRINT TLSCIPHER$(ssl)
CLOSE ssl

See also: TLSVERSION$ · SSLCONNECT · SSLACCEPT