diff options
Diffstat (limited to 'doc/doxyout/hx509/man/man3/hx509_print.3')
| -rw-r--r-- | doc/doxyout/hx509/man/man3/hx509_print.3 | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/doc/doxyout/hx509/man/man3/hx509_print.3 b/doc/doxyout/hx509/man/man3/hx509_print.3 index 17d3aa4285b2..bfc3ccb94e75 100644 --- a/doc/doxyout/hx509/man/man3/hx509_print.3 +++ b/doc/doxyout/hx509/man/man3/hx509_print.3 @@ -1,8 +1,8 @@ -.TH "hx509_print" 3 "Fri Jun 7 2019" "Version 7.7.0" "Heimdalx509library" \" -*- nroff -*- +.TH "hx509_print" 3 "Tue Nov 15 2022" "Version 7.8.0" "Heimdal x509 library" \" -*- nroff -*- .ad l .nh .SH NAME -hx509_print +hx509_print \- hx509 printing functions .SH SYNOPSIS .br .PP @@ -48,7 +48,7 @@ hx509_print .SS "void hx509_bitstring_print (const heim_bit_string * b, hx509_vprint_func func, void * ctx)" Print a bitstring using a hx509_vprint_func function\&. To print to stdout use \fBhx509_print_stdout()\fP\&. .PP -\fBParameters:\fP +\fBParameters\fP .RS 4 \fIb\fP bit string to print\&. .br @@ -61,7 +61,7 @@ Print a bitstring using a hx509_vprint_func function\&. To print to stdout use \ .SS "int hx509_cert_keyusage_print (hx509_context context, hx509_cert c, char ** s)" Print certificate usage for a certificate to a string\&. .PP -\fBParameters:\fP +\fBParameters\fP .RS 4 \fIcontext\fP A hx509 context\&. .br @@ -70,7 +70,7 @@ Print certificate usage for a certificate to a string\&. \fIs\fP the return string with the keysage printed in to, free with \fBhx509_xfree()\fP\&. .RE .PP -\fBReturns:\fP +\fBReturns\fP .RS 4 An hx509 error code, see \fBhx509_get_error_string()\fP\&. .RE @@ -79,7 +79,7 @@ An hx509 error code, see \fBhx509_get_error_string()\fP\&. .SS "void hx509_oid_print (const heim_oid * oid, hx509_vprint_func func, void * ctx)" Print a oid using a hx509_vprint_func function\&. To print to stdout use \fBhx509_print_stdout()\fP\&. .PP -\fBParameters:\fP +\fBParameters\fP .RS 4 \fIoid\fP oid to print .br @@ -92,14 +92,14 @@ Print a oid using a hx509_vprint_func function\&. To print to stdout use \fBhx50 .SS "int hx509_oid_sprint (const heim_oid * oid, char ** str)" Print a oid to a string\&. .PP -\fBParameters:\fP +\fBParameters\fP .RS 4 \fIoid\fP oid to print .br \fIstr\fP allocated string, free with \fBhx509_xfree()\fP\&. .RE .PP -\fBReturns:\fP +\fBReturns\fP .RS 4 An hx509 error code, see \fBhx509_get_error_string()\fP\&. .RE @@ -115,7 +115,7 @@ Helper function to print on stdout for: \fBhx509_validate_ctx_set_print()\fP\&. .PP .PP -\fBParameters:\fP +\fBParameters\fP .RS 4 \fIctx\fP the context to the print function\&. If the ctx is NULL, stdout is used\&. .br @@ -128,7 +128,7 @@ Helper function to print on stdout for: .SS "int hx509_validate_cert (hx509_context context, hx509_validate_ctx ctx, hx509_cert cert)" Validate/Print the status of the certificate\&. .PP -\fBParameters:\fP +\fBParameters\fP .RS 4 \fIcontext\fP A hx509 context\&. .br @@ -137,7 +137,7 @@ Validate/Print the status of the certificate\&. \fIcert\fP the cerificate to validate/print\&. .RE .PP -\fBReturns:\fP +\fBReturns\fP .RS 4 An hx509 error code, see \fBhx509_get_error_string()\fP\&. .RE @@ -146,14 +146,14 @@ An hx509 error code, see \fBhx509_get_error_string()\fP\&. .SS "void hx509_validate_ctx_add_flags (hx509_validate_ctx ctx, int flags)" Add flags to control the behaivor of the \fBhx509_validate_cert()\fP function\&. .PP -\fBParameters:\fP +\fBParameters\fP .RS 4 \fIctx\fP A hx509 validation context\&. .br \fIflags\fP flags to add to the validation context\&. .RE .PP -\fBReturns:\fP +\fBReturns\fP .RS 4 An hx509 error code, see \fBhx509_get_error_string()\fP\&. .RE @@ -162,7 +162,7 @@ An hx509 error code, see \fBhx509_get_error_string()\fP\&. .SS "void hx509_validate_ctx_free (hx509_validate_ctx ctx)" Free an hx509 validate context\&. .PP -\fBParameters:\fP +\fBParameters\fP .RS 4 \fIctx\fP the hx509 validate context to free\&. .RE @@ -171,14 +171,14 @@ Free an hx509 validate context\&. .SS "int hx509_validate_ctx_init (hx509_context context, hx509_validate_ctx * ctx)" Allocate a hx509 validation/printing context\&. .PP -\fBParameters:\fP +\fBParameters\fP .RS 4 \fIcontext\fP A hx509 context\&. .br \fIctx\fP a new allocated hx509 validation context, free with \fBhx509_validate_ctx_free()\fP\&. .RE .PP -\fBReturns:\fP +\fBReturns\fP .RS 4 An hx509 error code, see \fBhx509_get_error_string()\fP\&. .RE @@ -187,7 +187,7 @@ An hx509 error code, see \fBhx509_get_error_string()\fP\&. .SS "void hx509_validate_ctx_set_print (hx509_validate_ctx ctx, hx509_vprint_func func, void * c)" Set the printing functions for the validation context\&. .PP -\fBParameters:\fP +\fBParameters\fP .RS 4 \fIctx\fP a hx509 valication context\&. .br @@ -196,7 +196,7 @@ Set the printing functions for the validation context\&. \fIc\fP the context variable to the printing function\&. .RE .PP -\fBReturns:\fP +\fBReturns\fP .RS 4 An hx509 error code, see \fBhx509_get_error_string()\fP\&. .RE @@ -204,4 +204,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\&. |
