[#SSL_get0_peer_rpk] = SSL_get0_peer_rpk :mrdocs: Return the peer's negotiated raw public key (RFC 7250), if any. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:EVP_PKEY.adoc[EVP_PKEY]* SSL_get0_peer_rpk(xref:SSL.adoc[SSL] const* s); ---- == Return Value Peer EVP_PKEY for the raw public key, or NULL if none; do not free (owned by `s).` == Parameters [cols="1,4"] |=== | Name| Description | *s* | SSL connection after the peer authentication material is available. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#