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
ASIdentifiers_new, ASIdentifiers_free, d2i_ASIdentifiers, i2d_ASIdentifiers — RFC 3779 autonomous system identifier delegation extensionsSYNOPSIS
#include <openssl/x509v3.h>ASIdentifiers_new(void);
ASIdentifiers_free(ASIdentifiers *asid);
d2i_ASIdentifiers(ASIdentifiers **asid, const unsigned char **in, long len);
i2d_ASIdentifiers(ASIdentifiers *asid, unsigned char **out);
DESCRIPTION
RFC 3779 defines two X.509v3 certificate extensions that allow the delegation of IP addresses and autonomous system (AS) identifiers from the issuer to the subject of the certificate. An ASIdentifiers object contains collections of individual AS numbers and ranges of AS numbers to be delegated.RETURN VALUES
ASIdentifiers_new() returns a new ASIdentifiers object or NULL if an error occurs.SEE ALSO
ASRange_new(3), crypto(3), IPAddressRange_new(3), X509_new(3), X509v3_addr_add_inherit(3), X509v3_addr_get_range(3), X509v3_addr_inherits(3), X509v3_addr_subset(3), X509v3_addr_validate_path(3), X509v3_asid_add_id_or_range(3)STANDARDS
RFC 3779: X.509 Extensions for IP Addresses and AS Identifiers:- section 3: Autonomous System Identifier Delegation Extension