From eb8dd9dca1228af0cd132f515509051ecfabf6f6 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Mon, 14 Apr 2025 17:32:06 +0000 Subject: This commit was manufactured by cvs2git to create tag 'tb_20250414'. --- src/lib/libcrypto/man/X509_ocspid_print.3 | 58 ------------------------------- 1 file changed, 58 deletions(-) delete mode 100644 src/lib/libcrypto/man/X509_ocspid_print.3 (limited to 'src/lib/libcrypto/man/X509_ocspid_print.3') diff --git a/src/lib/libcrypto/man/X509_ocspid_print.3 b/src/lib/libcrypto/man/X509_ocspid_print.3 deleted file mode 100644 index b9b6c92fbb..0000000000 --- a/src/lib/libcrypto/man/X509_ocspid_print.3 +++ /dev/null @@ -1,58 +0,0 @@ -.\" $OpenBSD: X509_ocspid_print.3,v 1.1 2021/08/06 21:45:55 schwarze Exp $ -.\" -.\" Copyright (c) 2021 Ingo Schwarze -.\" -.\" Permission to use, copy, modify, and distribute this software for any -.\" purpose with or without fee is hereby granted, provided that the above -.\" copyright notice and this permission notice appear in all copies. -.\" -.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" -.Dd $Mdocdate: August 6 2021 $ -.Dt X509_OCSPID_PRINT 3 -.Os -.Sh NAME -.Nm X509_ocspid_print -.Nd pretty-print hashes of subject name and public key -.Sh SYNOPSIS -.In openssl/x509.h -.Ft int -.Fo X509_ocspid_print -.Fa "BIO *bio" -.Fa "X509 *issuer" -.Fc -.Sh DESCRIPTION -.Fn X509_ocspid_print -produces human-readable output to -.Fa bio -containing hexadecimal representations of SHA-1 hashes of the -DER-encoded forms of the subject name and the public key of the -.Fa issuer -certificate, as these hashes appear in OCSP requests. -.Sh RETURN VALUES -.Fn X509_ocspid_print -returns 1 for success or 0 for failure. -.Sh EXAMPLES -This function is used by the -.Fl ocspid -flag of the -.Xr openssl 1 -.Cm x509 -command. -.Sh SEE ALSO -.Xr EVP_sha1 3 , -.Xr i2d_X509_NAME 3 , -.Xr OCSP_cert_to_id 3 , -.Xr OCSP_REQUEST_new 3 , -.Xr X509_get_pubkey 3 , -.Xr X509_get_subject_name 3 -.Sh HISTORY -.Fn X509_ocspid_print -first appeared in OpenSSL 0.9.7 and has been available since -.Ox 3.2 . -- cgit v1.2.3-55-g6feb