MODIFIED: Remove TLS-related predicates from library(sockets).

They will become available in a new library, library(tls).
This commit is contained in:
Markus Triska
2021-12-05 16:33:44 +01:00
parent 8065889862
commit 74e76b6f97
3 changed files with 5 additions and 86 deletions

View File

@@ -537,10 +537,6 @@ The modules that ship with Scryer Prolog are also called
is often used together with [`library(sgml)`](src/lib/sgml.pl).
* [`sockets`](src/lib/sockets.pl)
Predicates for opening and accepting TCP connections as streams.
TLS negotiation is performed via the option `tls(true)` in
`socket_client_open/3`, yielding secure encrypted connections.
TLS *servers* can be created with `tls_server_context/2` and
`tls_server_negotiate/3`.
* [`os`](src/lib/os.pl)
Predicates for reasoning about environment variables.
* [`iso_ext`](src/lib/iso_ext.pl)