GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
page_name(3) Heimdalx509library page_name(3)

page_namePKIX/X.509 Names - There are several names in PKIX/X.509, GeneralName and Name.

A Name consists of an ordered list of Relative Distinguished Names (RDN). Each RDN consists of an unordered list of typed strings. The types are defined by OID and have long and short description. For example id-at-commonName (2.5.4.3) have the long name CommonName and short name CN. The string itself can be of several encoding, UTF8, UTF16, Teltex string, etc. The type limit what encoding should be used.

GeneralName is a broader nametype that can contains al kind of stuff like Name, IP addresses, partial Name, etc.

Name is mapped into a hx509_name object.

Parse and string name into a hx509_name object with hx509_parse_name(), make it back into string representation with hx509_name_to_string().

Name string are defined rfc2253, rfc1779 and X.501.

See the library functions here: hx509 name functions

Fri Jun 7 2019 Version 7.7.0

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.