Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
X509v3_addr_inherits, X509v3_asid_inherits — RFC 3779 inheritanceSYNOPSIS
#include <openssl/x509v3.h>X509v3_addr_inherits(IPAddrBlocks *addrblocks);
X509v3_asid_inherits(ASIdentifiers *asids);
DESCRIPTION
X509v3_addr_inherits() determines if there is at least one address family in addrblocks that uses inheritance.RETURN VALUES
X509v3_addr_inherits() returns 1 if and only if addrblocks contains at least one IPAddressFamily object that is correctly marked “inherit”: its IPAddressChoice is of type IPAddressChoice_inherit and its inherit element is present. Otherwise it returns 0.SEE ALSO
ASIdentifiers_new(3), ASRange_new(3), crypto(3), IPAddressRange_new(3), X509_new(3), X509v3_addr_add_inherit(3), X509v3_asid_add_inherit(3)STANDARDS
RFC 3779: X.509 Extensions for IP Addresses and AS Identifiers:- section 2: IP Address delegation extension
- section 2.2.3.5: Element inherit
- section 3: AS identifiers delegation extension
- section 3.2.3.3: Element inherit