aboutsummaryrefslogtreecommitdiff
path: root/doc/doxyout/hx509/man/man3/hx509_crypto.3
diff options
context:
space:
mode:
Diffstat (limited to 'doc/doxyout/hx509/man/man3/hx509_crypto.3')
-rw-r--r--doc/doxyout/hx509/man/man3/hx509_crypto.345
1 files changed, 0 insertions, 45 deletions
diff --git a/doc/doxyout/hx509/man/man3/hx509_crypto.3 b/doc/doxyout/hx509/man/man3/hx509_crypto.3
deleted file mode 100644
index d9cf7aaa3c33..000000000000
--- a/doc/doxyout/hx509/man/man3/hx509_crypto.3
+++ /dev/null
@@ -1,45 +0,0 @@
-.TH "hx509_crypto" 3 "Tue Nov 15 2022" "Version 7.8.0" "Heimdal x509 library" \" -*- nroff -*-
-.ad l
-.nh
-.SH NAME
-hx509_crypto \- hx509 crypto functions
-.SH SYNOPSIS
-.br
-.PP
-.SS "Functions"
-
-.in +1c
-.ti -1c
-.RI "int \fBhx509_verify_signature\fP (hx509_context context, const hx509_cert signer, const AlgorithmIdentifier *alg, const heim_octet_string *data, const heim_octet_string *sig)"
-.br
-.in -1c
-.SH "Detailed Description"
-.PP
-
-.SH "Function Documentation"
-.PP
-.SS "int hx509_verify_signature (hx509_context context, const hx509_cert signer, const AlgorithmIdentifier * alg, const heim_octet_string * data, const heim_octet_string * sig)"
-Verify a signature made using the private key of an certificate\&.
-.PP
-\fBParameters\fP
-.RS 4
-\fIcontext\fP A hx509 context\&.
-.br
-\fIsigner\fP the certificate that made the signature\&.
-.br
-\fIalg\fP algorthm that was used to sign the data\&.
-.br
-\fIdata\fP the data that was signed\&.
-.br
-\fIsig\fP the sigature to verify\&.
-.RE
-.PP
-\fBReturns\fP
-.RS 4
-An hx509 error code, see \fBhx509_get_error_string()\fP\&.
-.RE
-.PP
-
-.SH "Author"
-.PP
-Generated automatically by Doxygen for Heimdal x509 library from the source code\&.