Deleted Added
full compact
page_name.3 (226031) page_name.3 (226128)
1.TH "page_name" 3 "30 Jul 2011" "Version 1.5" "Heimdalx509library" \" -*- nroff -*-
1.TH "page_name" 3 "30 Sep 2011" "Version 1.5.1" "Heimdalx509library" \" -*- nroff -*-
2.ad l
3.nh
4.SH NAME
5page_name \- PKIX/X.509 Names
6There are several names in PKIX/X.509, GeneralName and Name.
7.PP
8A 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.
9.PP
10GeneralName is a broader nametype that can contains al kind of stuff like Name, IP addresses, partial Name, etc.
11.PP
12Name is mapped into a hx509_name object.
13.PP
14Parse and string name into a hx509_name object with \fBhx509_parse_name()\fP, make it back into string representation with \fBhx509_name_to_string()\fP.
15.PP
16Name string are defined rfc2253, rfc1779 and X.501.
17.PP
18See the library functions here: \fBhx509 name functions\fP
2.ad l
3.nh
4.SH NAME
5page_name \- PKIX/X.509 Names
6There are several names in PKIX/X.509, GeneralName and Name.
7.PP
8A 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.
9.PP
10GeneralName is a broader nametype that can contains al kind of stuff like Name, IP addresses, partial Name, etc.
11.PP
12Name is mapped into a hx509_name object.
13.PP
14Parse and string name into a hx509_name object with \fBhx509_parse_name()\fP, make it back into string representation with \fBhx509_name_to_string()\fP.
15.PP
16Name string are defined rfc2253, rfc1779 and X.501.
17.PP
18See the library functions here: \fBhx509 name functions\fP