How BIO_parse_hostserv() disambiguates host vs service in a combined string.

Synopsis

Declared in <openssl/bio.h>

enum BIO_hostserv_priorities;

Members

Name

Description

BIO_PARSE_PRIO_HOST

Prefer interpreting an ambiguous token as a hostname.

BIO_PARSE_PRIO_SERV

Prefer interpreting an ambiguous token as a service/port.

Created with MrDocs