aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public_key/doc/src/using_public_key.xml
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2018-06-07 14:52:59 +0200
committerHans Nilsson <[email protected]>2018-06-12 16:15:08 +0200
commit58f7f2046ec48927c9f41d8e82510959c4c4ae3b (patch)
treef5b59181844d72bef50d5f6abe7f0976bd6e3137 /lib/public_key/doc/src/using_public_key.xml
parent86022d6e975aff0254f4800cf2f15260517849ea (diff)
downloadotp-58f7f2046ec48927c9f41d8e82510959c4c4ae3b.tar.gz
otp-58f7f2046ec48927c9f41d8e82510959c4c4ae3b.tar.bz2
otp-58f7f2046ec48927c9f41d8e82510959c4c4ae3b.zip
public_key: Clearify pkix_verify_hostname documentation
Diffstat (limited to 'lib/public_key/doc/src/using_public_key.xml')
-rw-r--r--lib/public_key/doc/src/using_public_key.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/public_key/doc/src/using_public_key.xml b/lib/public_key/doc/src/using_public_key.xml
index 417d479da3..b936b7fcb5 100644
--- a/lib/public_key/doc/src/using_public_key.xml
+++ b/lib/public_key/doc/src/using_public_key.xml
@@ -570,6 +570,7 @@ true = public_key:verify(Digest, none, Signature, PublicKey),</code>
<c>fqdn_fun</c> and <c>match_fun</c>.
</p>
<section>
+ <marker id="hostname_extraction"></marker>
<title>Hostname extraction</title>
<p>The <c>fqdn_fun</c> extracts hostnames (Fully Qualified Domain Names) from uri_id
or other ReferenceIDs that are not pre-defined in the public_key function.
@@ -595,7 +596,8 @@ true = public_key:verify(Digest, none, Signature, PublicKey),</code>
</code>
</section>
<section>
- <title>Re-defining the match operations</title>
+ <marker id="redefining_match_op"></marker>
+ <title>Re-defining the match operation</title>
<p>The default matching handles dns_id and uri_id. In an uri_id the value is tested for
equality with a value from the <c>Subject Alternate Name</c>. If som other kind of matching
is needed, use the <c>match_fun</c> option.