summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/X509_NAME_hash.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/X509_NAME_hash.3')
-rw-r--r--src/lib/libcrypto/man/X509_NAME_hash.37
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/X509_NAME_hash.3 b/src/lib/libcrypto/man/X509_NAME_hash.3
index 8766109525..2e03f41ed2 100644
--- a/src/lib/libcrypto/man/X509_NAME_hash.3
+++ b/src/lib/libcrypto/man/X509_NAME_hash.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: X509_NAME_hash.3,v 1.3 2021/07/31 14:54:33 schwarze Exp $ 1.\" $OpenBSD: X509_NAME_hash.3,v 1.5 2025/06/08 22:40:30 schwarze Exp $
2.\" 2.\"
3.\" Copyright (c) 2017, 2021 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2017, 2021 Ingo Schwarze <schwarze@openbsd.org>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: July 31 2021 $ 17.Dd $Mdocdate: June 8 2025 $
18.Dt X509_NAME_HASH 3 18.Dt X509_NAME_HASH 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -31,6 +31,7 @@
31.\" The type is called "Name" with capital "N", not "name". 31.\" The type is called "Name" with capital "N", not "name".
32.Nd calculate SHA-1 or MD5 hashes of X.501 Name objects 32.Nd calculate SHA-1 or MD5 hashes of X.501 Name objects
33.Sh SYNOPSIS 33.Sh SYNOPSIS
34.Lb libcrypto
34.In openssl/x509.h 35.In openssl/x509.h
35.Ft unsigned long 36.Ft unsigned long
36.Fn X509_NAME_hash "X509_NAME *name" 37.Fn X509_NAME_hash "X509_NAME *name"
@@ -86,7 +87,7 @@ rather than an ASCII rendering in SSLeay 0.9.0 and have all been
86available since 87available since
87.Ox 2.4 . 88.Ox 2.4 .
88.Pp 89.Pp
89They were switched to using SHA1 instead of MD5 in OpenSSL 1.0.0 and in 90They were switched to using SHA-1 instead of MD5 in OpenSSL 1.0.0 and in
90.Ox 4.9 . 91.Ox 4.9 .
91.Pp 92.Pp
92.Fn X509_NAME_hash_old , 93.Fn X509_NAME_hash_old ,