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 |
|
Prefer interpreting an ambiguous token as a hostname. |
|
Prefer interpreting an ambiguous token as a service/port. |
Created with MrDocs