Add documentation for X509_cmp and related APIs
authorPaul Yang <yang.yang@baishancloud.com>
Thu, 6 Jun 2019 03:42:02 +0000 (11:42 +0800)
committerPaul Yang <yang.yang@baishancloud.com>
Sat, 15 Jun 2019 12:34:37 +0000 (20:34 +0800)
commitea5d4b89cc6f0273d5085f5902b68fc4aa32cb80
tree483f45ef12d5a1868b65501000b325cce2db9835
parented29a5f72e0d43526e9e5e7e9ff7de478ee99a50
Add documentation for X509_cmp and related APIs

Fixes: #9088

Functions documented in this commit: X509_cmp, X509_NAME_cmp,
X509_issuer_and_serial_cmp, X509_issuer_name_cmp, X509_subject_name_cmp,
X509_CRL_cmp, X509_CRL_match

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9091)

(cherry picked from commit 4bfe304ea85ed4b2b00dd0857ccf9bdeba4ce7b5)
doc/man3/X509_cmp.pod [new file with mode: 0644]