From 8ac319031230b354dcea105d94ef2a232a9d7afe Mon Sep 17 00:00:00 2001 From: Dan Gudmundsson Date: Thu, 10 Dec 2009 10:09:12 +0000 Subject: Cleaned up docs --- lib/public_key/doc/src/cert_records.xml | 34 +++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) (limited to 'lib/public_key/doc/src/cert_records.xml') diff --git a/lib/public_key/doc/src/cert_records.xml b/lib/public_key/doc/src/cert_records.xml index 8fb4ea5fd0..8cfe57f670 100644 --- a/lib/public_key/doc/src/cert_records.xml +++ b/lib/public_key/doc/src/cert_records.xml @@ -41,10 +41,18 @@

Use the following include directive to get access to the - records and constant macros described in the following sections.

+ records and constant macros (OIDs) described in the following sections.

-include_lib("public_key/include/public_key.hrl"). +

The used specification is available in OTP-PKIX.asn1, + which is an amelioration of + the PKIX1Explicit88.asn1, PKIX1Implicit88.asn1 + and PKIX1Algorithms88.asn1 modules. + You find all these modules in the asn1 subdirectory + of the application public_key. +

+
Common Data Types @@ -148,8 +156,7 @@ oid names see table below. Ex: ?'id-dsa-with-sha1'

}. -

id_attributes() = ?oid_name_as_erlang_atom -for available oid names see table below. Ex: ?'id-at-name'

+

id_attributes()

OID name @@ -231,8 +238,7 @@ for available oid names see table below. Ex: ?'id-at-name'

}. -

id_public_key_algorithm() = ?oid_name_as_erlang_atom for available -oid names see table below. Ex: ?'id-dsa'

+

id_public_key_algorithm()

OID name @@ -264,14 +270,11 @@ oid names see table below. Ex: ?'id-dsa'

}. -

id_extensions() = ?oid_name_as_erlang_atom for -available oid names see tables. Ex: ?'id-ce-authorityKeyIdentifier'Standard Certificate Extensions, - Private Internet Extensions, CRL Extensions and - CRL Entry Extensions. +

id_extensions() + Standard Certificate Extensions, + Private Internet Extensions, + CRL Extensions and + CRL Entry Extensions.

@@ -368,9 +371,8 @@ marker="#StdCertExt">Standard Certificate Extensions, decipherOnly

-

id_key_purpose() = ?oid_name_as_erlang_atom for available -oid names see table below. Ex: ?'id-kp-serverAuth'

- +

id_key_purpose()

+
OID name -- cgit v1.2.3