aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public_key/doc/src/using_public_key.xml
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2015-05-07 13:59:44 +0200
committerIngela Anderton Andin <[email protected]>2015-05-07 15:50:57 +0200
commitfafd888770d16d2a3962210c04a0b341311a13c8 (patch)
treef2790342e4ee7920974650255163b150f70e033f /lib/public_key/doc/src/using_public_key.xml
parent9a6b0809ceae80bfb542ee8bab2e8fcd12087467 (diff)
downloadotp-fafd888770d16d2a3962210c04a0b341311a13c8.tar.gz
otp-fafd888770d16d2a3962210c04a0b341311a13c8.tar.bz2
otp-fafd888770d16d2a3962210c04a0b341311a13c8.zip
public_key: Align types with removal of legacy ASN.1 flags
Diffstat (limited to 'lib/public_key/doc/src/using_public_key.xml')
-rw-r--r--lib/public_key/doc/src/using_public_key.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/public_key/doc/src/using_public_key.xml b/lib/public_key/doc/src/using_public_key.xml
index aaf802cd34..41a81b6dea 100644
--- a/lib/public_key/doc/src/using_public_key.xml
+++ b/lib/public_key/doc/src/using_public_key.xml
@@ -212,9 +212,8 @@
algorithm = {1,2,840,113549,1,1,5},
parameters = &lt;&lt;5,0&gt;&gt;},
signature =
- {0,
- &lt;&lt;163,186,7,163,216,152,63,47,154,234,139,73,154,96,120,
- 165,2,52,196,195,109,167,192,...&gt;&gt;}}</code>
+ &lt;&lt;163,186,7,163,216,152,63,47,154,234,139,73,154,96,120,
+ 165,2,52,196,195,109,167,192,...&gt;&gt;}</code>
<p>Parts of certificates can be decoded with
<c>public_key:der_decode/2</c>, using the ASN.1 type of that part.
@@ -317,9 +316,8 @@
algorithm = {1,2,840,113549,1,1,5},
parameters = 'NULL'},
signature =
- {0,
&lt;&lt;163,186,7,163,216,152,63,47,154,234,139,73,154,96,120,
- 165,2,52,196,195,109,167,192,...&gt;&gt;}}</code>
+ 165,2,52,196,195,109,167,192,...&gt;&gt;}</code>
<p>This call is equivalent to <c>public_key:pem_entry_decode(CertEntry1)</c>:</p>
<code>5> public_key:pkix_decode_cert(DerCert, plain).