]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - crypto/heimdal/doc/doxyout/hx509/man/man3/hx509_crypto.3
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / crypto / heimdal / doc / doxyout / hx509 / man / man3 / hx509_crypto.3
1 .TH "hx509 crypto functions" 3 "11 Jan 2012" "Version 1.5.2" "Heimdalx509library" \" -*- nroff -*-
2 .ad l
3 .nh
4 .SH NAME
5 hx509 crypto functions \- 
6 .SS "Functions"
7
8 .in +1c
9 .ti -1c
10 .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)"
11 .br
12 .in -1c
13 .SH "Detailed Description"
14 .PP 
15
16 .SH "Function Documentation"
17 .PP 
18 .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)"
19 .PP
20 Verify a signature made using the private key of an certificate.
21 .PP
22 \fBParameters:\fP
23 .RS 4
24 \fIcontext\fP A hx509 context. 
25 .br
26 \fIsigner\fP the certificate that made the signature. 
27 .br
28 \fIalg\fP algorthm that was used to sign the data. 
29 .br
30 \fIdata\fP the data that was signed. 
31 .br
32 \fIsig\fP the sigature to verify.
33 .RE
34 .PP
35 \fBReturns:\fP
36 .RS 4
37 An hx509 error code, see \fBhx509_get_error_string()\fP. 
38 .RE
39 .PP
40