Apache HTTPD
Public Attributes | List of all members
tls_cipher_t Struct Reference

#include <tls_proto.h>

Public Attributes

apr_uint16_t id
 
const charname
 
const charalias
 

Detailed Description

Specification of a TLS cipher by name, possible alias and its 16 bit value as assigned by IANA.

Definition at line 29 of file tls_proto.h.

Member Data Documentation

◆ alias

const char* tls_cipher_t::alias

Definition at line 32 of file tls_proto.h.

◆ id

apr_uint16_t tls_cipher_t::id

Definition at line 30 of file tls_proto.h.

◆ name

const char* tls_cipher_t::name

Definition at line 31 of file tls_proto.h.


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