diff options
author | Hans Nilsson <[email protected]> | 2017-10-16 12:06:28 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2017-10-16 12:06:28 +0200 |
commit | b02cd40775cbc9ad8981845f83a7fc45cb61d909 (patch) | |
tree | 010d429e764f6f0de5459be6611a3a390484c43c | |
parent | 21fd1710a483fd6f0438feb89c6790b0fcf800bd (diff) | |
parent | 25aae346f1f74105268cb616d2b56a00c869a923 (diff) | |
download | otp-b02cd40775cbc9ad8981845f83a7fc45cb61d909.tar.gz otp-b02cd40775cbc9ad8981845f83a7fc45cb61d909.tar.bz2 otp-b02cd40775cbc9ad8981845f83a7fc45cb61d909.zip |
Merge branch 'hans/public_key/cuddle_docs' into maint
-rw-r--r-- | lib/public_key/doc/src/public_key.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/public_key/doc/src/public_key.xml b/lib/public_key/doc/src/public_key.xml index 3040f2db0d..5230cef496 100644 --- a/lib/public_key/doc/src/public_key.xml +++ b/lib/public_key/doc/src/public_key.xml @@ -883,8 +883,8 @@ fun(#'DistributionPoint'{}, #'CertificateList'{}, </type> <desc> <p>This function checks that the <i>Presented Identifier</i> (e.g hostname) in a peer certificate - conforms with the Expected Identifier that the client wants to connect to. - This functions is intended to be added as an extra client check to the peer certificate when performing + is in agreement with the <i>Reference Identifier</i> that the client expects to be connected to. + The function is intended to be added as an extra client check of the peer certificate when performing <seealso marker="public_key:public_key#pkix_path_validation-3">public_key:pkix_path_validation/3</seealso> </p> <p>See <url href="https://tools.ietf.org/html/rfc6125">RFC 6125</url> @@ -897,7 +897,8 @@ fun(#'DistributionPoint'{}, #'CertificateList'{}, <p>The <c>{OtherRefId,term()}</c> is defined by the user and is passed to the <c>match_fun</c>, if defined. If that term is a binary, it will be converted to a string. </p> - <p>The <c>ip</c> takes a 4-tuple or a + <p>The <c>ip</c> Reference ID takes an <seealso marker="inet:inet#type-ip_address">inet:ip_address()</seealso> + or an ip address in string format (E.g "10.0.1.1" or "1234::5678:9012") as second element. </p> </desc> </func> |