summaryrefslogtreecommitdiff
path: root/doc/crypto/X509_check_ca.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/crypto/X509_check_ca.pod')
-rw-r--r--doc/crypto/X509_check_ca.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/X509_check_ca.pod b/doc/crypto/X509_check_ca.pod
index fbeacdecb9..b79efb5b5a 100644
--- a/doc/crypto/X509_check_ca.pod
+++ b/doc/crypto/X509_check_ca.pod
@@ -19,7 +19,7 @@ to sign other certificates).
Function return 0, if it is not CA certificate, 1 if it is proper X509v3
CA certificate with B<basicConstraints> extension CA:TRUE,
-3, if it is selfsigned X509 v1 certificate, 4, if it is certificate with
+3, if it is self-signed X509 v1 certificate, 4, if it is certificate with
B<keyUsage> extension with bit B<keyCertSign> set, but without
B<basicConstraints>, and 5 if it has outdated Netscape Certificate Type
extension telling that it is CA certificate.