]> Repositorios git - scryer-prolog.git/commit
ADDED: Encrypted client connections in library(sockets) via new option tls/1.
authorMarkus Triska <[email protected]>
Sun, 7 Jun 2020 16:12:29 +0000 (18:12 +0200)
committerMarkus Triska <[email protected]>
Tue, 9 Jun 2020 05:43:29 +0000 (07:43 +0200)
commit7b30daf88d9ab80e43e154aff3a591a77a19774d
tree0ea7cf23e5ae80268ef06ae76d96afb3aabcdd7b
parentd5e76da475b92fa1afd0549526fe6cbff9643e1b
ADDED: Encrypted client connections in library(sockets) via new option tls/1.

Use tls(true) to negotiate an encrypted network connection via TLS.
Cargo.toml
README.md
src/prolog/clause_types.rs
src/prolog/lib/sockets.pl
src/prolog/machine/streams.rs
src/prolog/machine/system_calls.rs