Handbook
Glossary
get-ssl-peer-certificate ( ssl -- x509 )
Vocabulary
openssl
.
libssl
Inputs
ssl
an
object
Outputs
x509
an
object
Definition
USING:
alien.libraries
kernel
;
IN:
openssl.libssl
:
get-ssl-peer-certificate
( ssl -- x509 )
"SSL_get1_peer_certificate"
"libssl"
library-dll
dlsym
[
SSL_get1_peer_certificate
]
[
SSL_get_peer_certificate
]
if
;
inline