Inclusive IP address range encoded as bit strings (RFC 3779).

Synopsis

Declared in <openssl/x509v3.h>

struct IPAddressRange_st;

Data Members

Name

Description

max

Highest address in the range (inclusive), as an ASN.1 BIT STRING.

min

Lowest address in the range (inclusive), as an ASN.1 BIT STRING.

Created with MrDocs