[#SSL_get0_dane] = SSL_get0_dane :mrdocs: Return the internal SSL_DANE state for `ssl` (libcrypto/libssl bridge). == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:SSL_DANE.adoc[SSL_DANE]* SSL_get0_dane(xref:SSL.adoc[SSL]* ssl); ---- == Return Value Internal SSL_DANE pointer owned by `ssl;` do not free. Also used by offline DANE tests. == Parameters [cols="1,4"] |=== | Name| Description | *ssl* | SSL connection whose DANE state is queried. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#