Home
last modified time | relevance | path

Searched defs:ssl_internal_st (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/crypto/libressl/ssl/
H A Dssl_locl.h923 typedef struct ssl_internal_st { struct
924 struct tls13_ctx *tls13;
926 uint16_t min_tls_version;
927 uint16_t max_tls_version;
933 uint16_t min_proto_version;
934 uint16_t max_proto_version;
936 unsigned long options; /* protocol behaviour */
937 unsigned long mode; /* API behaviour */
940 uint8_t *alpn_client_proto_list;
941 size_t alpn_client_proto_list_len;
[all …]