summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/X509_VERIFY_PARAM_set_flags.pod
diff options
context:
space:
mode:
authorsobrado <>2015-09-22 08:08:07 +0000
committersobrado <>2015-09-22 08:08:07 +0000
commit7746c18fb3482ba8d6fd1f9508801722028094b1 (patch)
tree44f72e5c66d08a8e69898fb02d0eff61ca84d533 /src/lib/libcrypto/doc/X509_VERIFY_PARAM_set_flags.pod
parentb15d8c593eec3a6437fc962608396fa0c9fe134b (diff)
downloadopenbsd-libressl-v2.3.0.tar.gz
openbsd-libressl-v2.3.0.tar.bz2
openbsd-libressl-v2.3.0.zip
typos in documentation; better wording, suggested by jmc@libressl-v2.3.0
ok jmc@
Diffstat (limited to 'src/lib/libcrypto/doc/X509_VERIFY_PARAM_set_flags.pod')
-rw-r--r--src/lib/libcrypto/doc/X509_VERIFY_PARAM_set_flags.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/doc/X509_VERIFY_PARAM_set_flags.pod b/src/lib/libcrypto/doc/X509_VERIFY_PARAM_set_flags.pod
index 6acdd71e72..6c88aec49e 100644
--- a/src/lib/libcrypto/doc/X509_VERIFY_PARAM_set_flags.pod
+++ b/src/lib/libcrypto/doc/X509_VERIFY_PARAM_set_flags.pod
@@ -126,7 +126,7 @@ If B<X509_V_FLAG_USE_DELTAS> ise set delta CRLs (if present) are used to
126determine certificate status. If not set deltas are ignored. 126determine certificate status. If not set deltas are ignored.
127 127
128B<X509_V_FLAG_CHECK_SS_SIGNATURE> enables checking of the root CA self signed 128B<X509_V_FLAG_CHECK_SS_SIGNATURE> enables checking of the root CA self signed
129cerificate signature. By default this check is disabled because it doesn't 129certificate signature. By default this check is disabled because it doesn't
130add any additional security but in some cases applications might want to 130add any additional security but in some cases applications might want to
131check the signature anyway. A side effect of not checking the root CA 131check the signature anyway. A side effect of not checking the root CA
132signature is that disabled or unsupported message digests on the root CA 132signature is that disabled or unsupported message digests on the root CA