]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - crypto/heimdal/doc/doxyout/hx509/man/man3/page_name.3
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / crypto / heimdal / doc / doxyout / hx509 / man / man3 / page_name.3
1 .TH "page_name" 3 "11 Jan 2012" "Version 1.5.2" "Heimdalx509library" \" -*- nroff -*-
2 .ad l
3 .nh
4 .SH NAME
5 page_name \- PKIX/X.509 Names 
6 There are several names in PKIX/X.509, GeneralName and Name.
7 .PP
8 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.
9 .PP
10 GeneralName is a broader nametype that can contains al kind of stuff like Name, IP addresses, partial Name, etc.
11 .PP
12 Name is mapped into a hx509_name object.
13 .PP
14 Parse 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
16 Name string are defined rfc2253, rfc1779 and X.501.
17 .PP
18 See the library functions here: \fBhx509 name functions\fP