summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjsg <>2022-02-18 01:41:17 +0000
committerjsg <>2022-02-18 01:41:17 +0000
commit6c9ab8d34e7550f79c184f5c0b49f2e566abc030 (patch)
tree8b3ae0c7f2e229e5f5dae048f5cf2db1508517d6
parent724902ed5b0f1ef14e66602be302501c849b524a (diff)
downloadopenbsd-6c9ab8d34e7550f79c184f5c0b49f2e566abc030.tar.gz
openbsd-6c9ab8d34e7550f79c184f5c0b49f2e566abc030.tar.bz2
openbsd-6c9ab8d34e7550f79c184f5c0b49f2e566abc030.zip
grammar/reword
ok jmc@
-rw-r--r--src/lib/libcrypto/man/X509_check_ca.312
1 files changed, 7 insertions, 5 deletions
diff --git a/src/lib/libcrypto/man/X509_check_ca.3 b/src/lib/libcrypto/man/X509_check_ca.3
index 70b0d20ff6..b78e349084 100644
--- a/src/lib/libcrypto/man/X509_check_ca.3
+++ b/src/lib/libcrypto/man/X509_check_ca.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: X509_check_ca.3,v 1.5 2019/06/06 01:06:59 schwarze Exp $ 1.\" $OpenBSD: X509_check_ca.3,v 1.6 2022/02/18 01:41:17 jsg Exp $
2.\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 2.\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400
3.\" 3.\"
4.\" This file was written by Victor B. Wagner <vitus@cryptocom.ru>. 4.\" This file was written by Victor B. Wagner <vitus@cryptocom.ru>.
@@ -48,7 +48,7 @@
48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
49.\" OF THE POSSIBILITY OF SUCH DAMAGE. 49.\" OF THE POSSIBILITY OF SUCH DAMAGE.
50.\" 50.\"
51.Dd $Mdocdate: June 6 2019 $ 51.Dd $Mdocdate: February 18 2022 $
52.Dt X509_CHECK_CA 3 52.Dt X509_CHECK_CA 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -61,12 +61,14 @@
61.Fa "X509 *cert" 61.Fa "X509 *cert"
62.Fc 62.Fc
63.Sh DESCRIPTION 63.Sh DESCRIPTION
64This function checks whether the given certificate is a CA certificate, 64The
65.Fn X509_check_ca
66function checks whether the given certificate is a CA certificate,
65that is, whether it can be used to sign other certificates. 67that is, whether it can be used to sign other certificates.
66.Sh RETURN VALUES 68.Sh RETURN VALUES
67This functions returns non-zero if 69If
68.Fa cert 70.Fa cert
69is a CA certificate or 0 otherwise. 71is a CA certificate, a non-zero value is returned; 0 otherwise.
70.Pp 72.Pp
71The following return values identify specific kinds of CA certificates: 73The following return values identify specific kinds of CA certificates:
72.Bl -tag -width 2n 74.Bl -tag -width 2n