diff options
author | Magnus Henoch <[email protected]> | 2016-03-21 14:57:10 +0000 |
---|---|---|
committer | Magnus Henoch <[email protected]> | 2016-04-01 15:45:15 +0100 |
commit | e5776f33e6aa8ea99b14d3fd0525e9117bbe698a (patch) | |
tree | b696dddd940b2dbb4a857fb1d2ca6f46b3bb3f8a /lib/public_key/doc | |
parent | 1a5ef986efb0461b3b87dc836036d661def4c4b5 (diff) | |
download | otp-e5776f33e6aa8ea99b14d3fd0525e9117bbe698a.tar.gz otp-e5776f33e6aa8ea99b14d3fd0525e9117bbe698a.tar.bz2 otp-e5776f33e6aa8ea99b14d3fd0525e9117bbe698a.zip |
Add public_key:pkix_match_dist_point
Diffstat (limited to 'lib/public_key/doc')
-rw-r--r-- | lib/public_key/doc/src/public_key.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/public_key/doc/src/public_key.xml b/lib/public_key/doc/src/public_key.xml index 6923066da7..becb5338e0 100644 --- a/lib/public_key/doc/src/public_key.xml +++ b/lib/public_key/doc/src/public_key.xml @@ -728,6 +728,23 @@ fun(#'DistributionPoint'{}, #'CertificateList'{}, </func> <func> + <name>pkix_match_dist_point(CRL, DistPoint) -> boolean()</name> + <fsummary>Checks whether the given distribution point matches the + Issuing Distribution Point of the CRL.</fsummary> + + <type> + <v>CRL = der_encoded() | #'CertificateList'{} </v> + <v>DistPoint = #'DistributionPoint'{}</v> + </type> + <desc> + <p>Checks whether the given distribution point matches the + Issuing Distribution Point of the CRL, as described in RFC 5280. + If the CRL doesn't have an Issuing Distribution Point extension, + the distribution point always matches.</p> + </desc> + </func> + + <func> <name>pkix_sign(#'OTPTBSCertificate'{}, Key) -> der_encoded()</name> <fsummary>Signs certificate.</fsummary> <type> |