|
OpenVAS Libraries
9.0.1
|
Connection. More...
#include <openvas_server.h>
Data Fields | |
| int | tls |
| Whether uses TCP-TLS (vs UNIX socket). More... | |
| int | socket |
| Socket. More... | |
| gnutls_session_t | session |
| Session. More... | |
| gnutls_certificate_credentials_t | credentials |
| Credentials. More... | |
| gchar * | username |
| Username with which to connect. More... | |
| gchar * | password |
| Password for user with which to connect. More... | |
| gchar * | host_string |
| Server host string. More... | |
| gchar * | port_string |
| Server port string. More... | |
| gint | port |
| Port of server. More... | |
| gboolean | use_certs |
| Whether to use certs. More... | |
| gchar * | ca_cert |
| CA certificate. More... | |
| gchar * | pub_key |
| The public key. More... | |
| gchar * | priv_key |
| The private key. More... | |
Connection.
| gchar* openvas_connection_t::ca_cert |
CA certificate.
| gnutls_certificate_credentials_t openvas_connection_t::credentials |
Credentials.
| gchar* openvas_connection_t::host_string |
Server host string.
| gchar* openvas_connection_t::password |
Password for user with which to connect.
| gint openvas_connection_t::port |
Port of server.
| gchar* openvas_connection_t::port_string |
Server port string.
| gchar* openvas_connection_t::priv_key |
The private key.
| gchar* openvas_connection_t::pub_key |
The public key.
| gnutls_session_t openvas_connection_t::session |
Session.
| int openvas_connection_t::socket |
Socket.
| int openvas_connection_t::tls |
Whether uses TCP-TLS (vs UNIX socket).
| gboolean openvas_connection_t::use_certs |
Whether to use certs.
| gchar* openvas_connection_t::username |
Username with which to connect.
1.8.13