Tor  0.4.7.0-alpha-dev
Data Fields
hs_client_service_authorization_t Struct Reference

#include <hs_client.h>

Data Fields

curve25519_secret_key_t enc_seckey
 
char onion_address [HS_SERVICE_ADDR_LEN_BASE32+1]
 
char * client_name
 
int flags
 

Detailed Description

Client-side configuration of client authorization

Definition at line 66 of file hs_client.h.

Field Documentation

◆ client_name

char* client_name

An client name used to connect to the onion service.

Definition at line 75 of file hs_client.h.

Referenced by encode_client_auth_cred_for_control_port().

◆ enc_seckey

An curve25519 secret key used to compute decryption keys that allow the client to decrypt the hidden service descriptor.

Definition at line 69 of file hs_client.h.

Referenced by encode_client_auth_cred_for_control_port(), and hs_client_decode_descriptor().

◆ onion_address

char onion_address[HS_SERVICE_ADDR_LEN_BASE32+1]

An onion address that is used to connect to the onion service.

Definition at line 72 of file hs_client.h.

Referenced by encode_client_auth_cred_for_control_port().


The documentation for this struct was generated from the following file: