~ubuntu-branches/ubuntu/raring/heimdal/raring

« back to all changes in this revision

Viewing changes to doc/doxyout/hx509/man/man3/hx509_crypto.3

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2011-10-03 23:50:05 UTC
  • mfrom: (1.1.15) (2.2.23 sid)
  • Revision ID: package-import@ubuntu.com-20111003235005-0voibbgdhyqmtp6w
Tags: 1.5.dfsg.1-3
Add conflicts with kcc to heimdal-clients. Closes: #644138

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH "hx509 crypto functions" 3 "30 Jul 2011" "Version 1.5" "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