diff options
Diffstat (limited to 'doc/doxyout/hx509/man/man3/page_name.3')
-rw-r--r-- | doc/doxyout/hx509/man/man3/page_name.3 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/doxyout/hx509/man/man3/page_name.3 b/doc/doxyout/hx509/man/man3/page_name.3 index 7a8aaad92e1d..a43eeb17ffb9 100644 --- a/doc/doxyout/hx509/man/man3/page_name.3 +++ b/doc/doxyout/hx509/man/man3/page_name.3 @@ -1,18 +1,18 @@ -.TH "page_name" 3 "11 Jan 2012" "Version 1.5.2" "Heimdalx509library" \" -*- nroff -*- +.TH "page_name" 3 "Fri Dec 8 2017" "Version 7.5.0" "Heimdalx509library" \" -*- nroff -*- .ad l .nh .SH NAME -page_name \- PKIX/X.509 Names -There are several names in PKIX/X.509, GeneralName and Name. +page_namePKIX/X\&.509 Names + \- There are several names in PKIX/X\&.509, GeneralName and Name\&. .PP -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. +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\&. .PP -GeneralName is a broader nametype that can contains al kind of stuff like Name, IP addresses, partial Name, etc. +GeneralName is a broader nametype that can contains al kind of stuff like Name, IP addresses, partial Name, etc\&. .PP -Name is mapped into a hx509_name object. +Name is mapped into a hx509_name object\&. .PP -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. +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\&. .PP -Name string are defined rfc2253, rfc1779 and X.501. +Name string are defined rfc2253, rfc1779 and X\&.501\&. .PP See the library functions here: \fBhx509 name functions\fP |