Places
Home
Graphs
Prefixes
Admin
Users
Settings
Plugins
Statistics
Repository
Load local file
Load from HTTP
Load from library
Remove triples
Clear repository
Query
YASGUI SPARQL Editor
Simple Form
SWISH Prolog shell
Help
Documentation
Tutorial
Roadmap
HTTP Services
Login
2 library(ssl): Secure Socket Layer (SSL) library
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Packages
SWI-Prolog SSL Interface
library(ssl): Secure Socket Layer (SSL) library
ssl_context/3
ssl_add_certificate_key/4
ssl_set_options/3
ssl_negotiate/5
ssl_peer_certificate/2
ssl_peer_certificate_chain/2
ssl_session/2
load_certificate/2
load_crl/2
system_root_certificates/1
load_private_key/3
load_public_key/2
cert_accept_any/5
ssl_secure_ciphers/1
Availability:
:- use_module(
library(ssl)
).
(can be autoloaded)
[det]
ssl_peer_certificate_chain
(
+Stream, -Certificates
)
Certificates
is the certificate chain provided by the peer, represented as a list of certificates.
ClioPatria
(version
V3.1.1-21-gb8003bb
)