summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2021-07-23 20:25:37 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2021-07-23 20:25:37 +0000
commit43ce7fb46ea203ee5e4ab93df39ab4ea4c6a2120 (patch)
treeb7c43cfe5c8837c54be28044bb6c06a799e0ad5c
parent4f35cb2537ffda2b59f4872573338d293673f7b8 (diff)
Add a roff(7) comment that X509_issuer_and_serial_hash() is
intentionally undocumented because it uses MD5 only and is unused in real-world code according to codesearch.debian.net. No objection from tb@.
-rw-r--r--lib/libcrypto/man/X509_NAME_hash.36
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libcrypto/man/X509_NAME_hash.3 b/lib/libcrypto/man/X509_NAME_hash.3
index 061de5c06c4..917fa65463e 100644
--- a/lib/libcrypto/man/X509_NAME_hash.3
+++ b/lib/libcrypto/man/X509_NAME_hash.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: X509_NAME_hash.3,v 1.1 2021/07/20 17:31:32 schwarze Exp $
+.\" $OpenBSD: X509_NAME_hash.3,v 1.2 2021/07/23 20:25:36 schwarze Exp $
.\"
.\" Copyright (c) 2017, 2021 Ingo Schwarze <schwarze@openbsd.org>
.\"
@@ -14,13 +14,15 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: July 20 2021 $
+.Dd $Mdocdate: July 23 2021 $
.Dt X509_NAME_HASH 3
.Os
.Sh NAME
.Nm X509_NAME_hash ,
.Nm X509_issuer_name_hash ,
.Nm X509_subject_name_hash ,
+.\" X509_issuer_and_serial_hash() is intentionally undocumented
+.\" because it uses MD5 only and is unused in real-world code.
.Nm X509_NAME_hash_old ,
.Nm X509_issuer_name_hash_old ,
.Nm X509_subject_name_hash_old