aboutsummaryrefslogtreecommitdiff
path: root/doc/doxyout/hx509/man/man3/hx509_peer.3
diff options
context:
space:
mode:
Diffstat (limited to 'doc/doxyout/hx509/man/man3/hx509_peer.3')
-rw-r--r--doc/doxyout/hx509/man/man3/hx509_peer.324
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/doxyout/hx509/man/man3/hx509_peer.3 b/doc/doxyout/hx509/man/man3/hx509_peer.3
index 7d0733c5b579..3b8e3cb0086c 100644
--- a/doc/doxyout/hx509/man/man3/hx509_peer.3
+++ b/doc/doxyout/hx509/man/man3/hx509_peer.3
@@ -1,8 +1,8 @@
-.TH "hx509_peer" 3 "Fri Jun 7 2019" "Version 7.7.0" "Heimdalx509library" \" -*- nroff -*-
+.TH "hx509_peer" 3 "Tue Nov 15 2022" "Version 7.8.0" "Heimdal x509 library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
-hx509_peer
+hx509_peer \- hx509 certificate selecting functions
.SH SYNOPSIS
.br
.PP
@@ -33,7 +33,7 @@ hx509_peer
.SS "int hx509_peer_info_add_cms_alg (hx509_context context, hx509_peer_info peer, const AlgorithmIdentifier * val)"
Add an additional algorithm that the peer supports\&.
.PP
-\fBParameters:\fP
+\fBParameters\fP
.RS 4
\fIcontext\fP A hx509 context\&.
.br
@@ -42,7 +42,7 @@ Add an additional algorithm that the peer supports\&.
\fIval\fP an AlgorithmsIdentier to add
.RE
.PP
-\fBReturns:\fP
+\fBReturns\fP
.RS 4
An hx509 error code, see \fBhx509_get_error_string()\fP\&.
.RE
@@ -51,14 +51,14 @@ An hx509 error code, see \fBhx509_get_error_string()\fP\&.
.SS "int hx509_peer_info_alloc (hx509_context context, hx509_peer_info * peer)"
Allocate a new peer info structure an init it to default values\&.
.PP
-\fBParameters:\fP
+\fBParameters\fP
.RS 4
\fIcontext\fP A hx509 context\&.
.br
\fIpeer\fP return an allocated peer, free with \fBhx509_peer_info_free()\fP\&.
.RE
.PP
-\fBReturns:\fP
+\fBReturns\fP
.RS 4
An hx509 error code, see \fBhx509_get_error_string()\fP\&.
.RE
@@ -67,7 +67,7 @@ An hx509 error code, see \fBhx509_get_error_string()\fP\&.
.SS "void hx509_peer_info_free (hx509_peer_info peer)"
Free a peer info structure\&.
.PP
-\fBParameters:\fP
+\fBParameters\fP
.RS 4
\fIpeer\fP peer info to be freed\&.
.RE
@@ -76,14 +76,14 @@ Free a peer info structure\&.
.SS "int hx509_peer_info_set_cert (hx509_peer_info peer, hx509_cert cert)"
Set the certificate that remote peer is using\&.
.PP
-\fBParameters:\fP
+\fBParameters\fP
.RS 4
\fIpeer\fP peer info to update
.br
\fIcert\fP cerificate of the remote peer\&.
.RE
.PP
-\fBReturns:\fP
+\fBReturns\fP
.RS 4
An hx509 error code, see \fBhx509_get_error_string()\fP\&.
.RE
@@ -92,7 +92,7 @@ An hx509 error code, see \fBhx509_get_error_string()\fP\&.
.SS "int hx509_peer_info_set_cms_algs (hx509_context context, hx509_peer_info peer, const AlgorithmIdentifier * val, size_t len)"
Set the algorithms that the peer supports\&.
.PP
-\fBParameters:\fP
+\fBParameters\fP
.RS 4
\fIcontext\fP A hx509 context\&.
.br
@@ -103,7 +103,7 @@ Set the algorithms that the peer supports\&.
\fIlen\fP length of array val\&.
.RE
.PP
-\fBReturns:\fP
+\fBReturns\fP
.RS 4
An hx509 error code, see \fBhx509_get_error_string()\fP\&.
.RE
@@ -111,4 +111,4 @@ An hx509 error code, see \fBhx509_get_error_string()\fP\&.
.SH "Author"
.PP
-Generated automatically by Doxygen for Heimdalx509library from the source code\&.
+Generated automatically by Doxygen for Heimdal x509 library from the source code\&.