diff options
author | tb <> | 2025-04-17 14:58:09 +0000 |
---|---|---|
committer | tb <> | 2025-04-17 14:58:09 +0000 |
commit | 6f34b1f56143bc41374d32f1ad51d79d41501431 (patch) | |
tree | ef34953019c29bd29272d62a3f5be39397609dc2 /src/lib/libcrypto/man/X509_get_extension_flags.3 | |
parent | 612af42285ca57d13d2a643f6a1dbd10fb1674f1 (diff) | |
download | openbsd-6f34b1f56143bc41374d32f1ad51d79d41501431.tar.gz openbsd-6f34b1f56143bc41374d32f1ad51d79d41501431.tar.bz2 openbsd-6f34b1f56143bc41374d32f1ad51d79d41501431.zip |
Use hyphenated spelling for the SHAs except for the API
The mix of SHA256 and SHA-256 is jarring, so use FIPS's spelling.
Leave HMAC-SHA256 as it is and fix a nearby RIPEMD-160.
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/man/X509_get_extension_flags.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/X509_get_extension_flags.3 b/src/lib/libcrypto/man/X509_get_extension_flags.3 index 1d7f29c687..e5e773f2e8 100644 --- a/src/lib/libcrypto/man/X509_get_extension_flags.3 +++ b/src/lib/libcrypto/man/X509_get_extension_flags.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: X509_get_extension_flags.3,v 1.4 2023/04/30 19:40:23 tb Exp $ | 1 | .\" $OpenBSD: X509_get_extension_flags.3,v 1.5 2025/04/17 14:58:09 tb Exp $ |
2 | .\" full merge up to: OpenSSL 361136f4 Sep 1 18:56:58 2015 +0100 | 2 | .\" full merge up to: OpenSSL 361136f4 Sep 1 18:56:58 2015 +0100 |
3 | .\" selective merge up to: OpenSSL 2b2e3106f Feb 16 15:04:45 2021 +0000 | 3 | .\" selective merge up to: OpenSSL 2b2e3106f Feb 16 15:04:45 2021 +0000 |
4 | .\" | 4 | .\" |
@@ -49,7 +49,7 @@ | |||
49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
51 | .\" | 51 | .\" |
52 | .Dd $Mdocdate: April 30 2023 $ | 52 | .Dd $Mdocdate: April 17 2025 $ |
53 | .Dt X509_GET_EXTENSION_FLAGS 3 | 53 | .Dt X509_GET_EXTENSION_FLAGS 3 |
54 | .Os | 54 | .Os |
55 | .Sh NAME | 55 | .Sh NAME |
@@ -106,8 +106,8 @@ ASN1 object itself. | |||
106 | .\" EXFLAG_NO_FINGERPRINT is not available in LibreSSL. Do we need | 106 | .\" EXFLAG_NO_FINGERPRINT is not available in LibreSSL. Do we need |
107 | .\" https://github.com/openssl/openssl/issues/13698 and the fix it fixes? | 107 | .\" https://github.com/openssl/openssl/issues/13698 and the fix it fixes? |
108 | .\".It Dv EXFLAG_NO_FINGERPRINT | 108 | .\".It Dv EXFLAG_NO_FINGERPRINT |
109 | .\" Failed to compute the internal SHA1 hash value of the certificate. | 109 | .\" Failed to compute the internal SHA-1 hash value of the certificate. |
110 | .\" This may be due to malloc failure or because no SHA1 implementation was | 110 | .\" This may be due to malloc failure or because no SHA-1 implementation was |
111 | .\" found. | 111 | .\" found. |
112 | .It Dv EXFLAG_INVALID_POLICY | 112 | .It Dv EXFLAG_INVALID_POLICY |
113 | The | 113 | The |