aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public_key/doc
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2013-01-23 12:11:58 +0100
committerIngela Anderton Andin <[email protected]>2013-01-23 12:11:58 +0100
commit143c3f55a913c01d78893331795331336be22d1f (patch)
tree1a31efda2a1f36ddd240a597d1f788ce93060771 /lib/public_key/doc
parent0ab216f3dc96890b50f7430895ad5d7f6251f129 (diff)
downloadotp-143c3f55a913c01d78893331795331336be22d1f.tar.gz
otp-143c3f55a913c01d78893331795331336be22d1f.tar.bz2
otp-143c3f55a913c01d78893331795331336be22d1f.zip
public_key: Include some PKCS-9 support needed by PKCS-10
Due to some limitations in the ASN-1 compiler we inline some PKCS-9 in other specs for now. Also corrected documentation.
Diffstat (limited to 'lib/public_key/doc')
-rw-r--r--lib/public_key/doc/src/cert_records.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/public_key/doc/src/cert_records.xml b/lib/public_key/doc/src/cert_records.xml
index f01f7dbaf5..ac4b4e4489 100644
--- a/lib/public_key/doc/src/cert_records.xml
+++ b/lib/public_key/doc/src/cert_records.xml
@@ -649,7 +649,7 @@ oid names see table below. Ex: ?'id-dsa-with-sha1'</p>
version atom(),
subject {rdnSequence, [#AttributeTypeAndValue'{}]} ,
subjectPKInfo #'CertificationRequestInfo_subjectPKInfo'{},
- attributes [#AttributeTypeAndValue'{}]
+ attributes [#'AttributePKCS-10' {}]
}
#'CertificationRequestInfo_subjectPKInfo'{
@@ -665,7 +665,12 @@ oid names see table below. Ex: ?'id-dsa-with-sha1'</p>
#'CertificationRequest_signatureAlgorithm'{
algorithm = oid(),
parameters = der_encoded()
- }
+ }
+
+#'AttributePKCS-10'{
+ type = oid(),
+ values = [der_encoded()]
+}
</code>
</section>