diff options
| author | sobrado <> | 2015-09-22 08:08:07 +0000 |
|---|---|---|
| committer | sobrado <> | 2015-09-22 08:08:07 +0000 |
| commit | 7746c18fb3482ba8d6fd1f9508801722028094b1 (patch) | |
| tree | 44f72e5c66d08a8e69898fb02d0eff61ca84d533 /src/lib/libcrypto/doc/X509_VERIFY_PARAM_set_flags.pod | |
| parent | b15d8c593eec3a6437fc962608396fa0c9fe134b (diff) | |
| download | openbsd-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.pod | 2 |
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 | |||
| 126 | determine certificate status. If not set deltas are ignored. | 126 | determine certificate status. If not set deltas are ignored. |
| 127 | 127 | ||
| 128 | B<X509_V_FLAG_CHECK_SS_SIGNATURE> enables checking of the root CA self signed | 128 | B<X509_V_FLAG_CHECK_SS_SIGNATURE> enables checking of the root CA self signed |
| 129 | cerificate signature. By default this check is disabled because it doesn't | 129 | certificate signature. By default this check is disabled because it doesn't |
| 130 | add any additional security but in some cases applications might want to | 130 | add any additional security but in some cases applications might want to |
| 131 | check the signature anyway. A side effect of not checking the root CA | 131 | check the signature anyway. A side effect of not checking the root CA |
| 132 | signature is that disabled or unsupported message digests on the root CA | 132 | signature is that disabled or unsupported message digests on the root CA |
