ne_ssl_cert_cmp.3 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. '\" t
  2. .\" Title: ne_ssl_cert_cmp
  3. .\" Author:
  4. .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
  5. .\" Date: 23 November 2024
  6. .\" Manual: neon API reference
  7. .\" Source: neon 0.34.0
  8. .\" Language: English
  9. .\"
  10. .TH "NE_SSL_CERT_CMP" "3" "23 November 2024" "neon 0.34.0" "neon API reference"
  11. .\" -----------------------------------------------------------------
  12. .\" * Define some portability stuff
  13. .\" -----------------------------------------------------------------
  14. .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  15. .\" http://bugs.debian.org/507673
  16. .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
  17. .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  18. .ie \n(.g .ds Aq \(aq
  19. .el .ds Aq '
  20. .\" -----------------------------------------------------------------
  21. .\" * set default formatting
  22. .\" -----------------------------------------------------------------
  23. .\" disable hyphenation
  24. .nh
  25. .\" disable justification (adjust text to left margin only)
  26. .ad l
  27. .\" -----------------------------------------------------------------
  28. .\" * MAIN CONTENT STARTS HERE *
  29. .\" -----------------------------------------------------------------
  30. .SH "NAME"
  31. ne_ssl_cert_cmp, ne_ssl_cert_free \- functions to operate on certificate objects
  32. .SH "SYNOPSIS"
  33. .sp
  34. .ft B
  35. .nf
  36. #include <ne_header\&.h>
  37. .fi
  38. .ft
  39. .HP \w'int\ ne_ssl_cert_cmp('u
  40. .BI "int ne_ssl_cert_cmp(const\ ne_ssl_certificate\ *" "c1" ", const\ ne_ssl_certificate\ *" "c2" ");"
  41. .HP \w'void\ ne_ssl_cert_free('u
  42. .BI "void ne_ssl_cert_free(ne_ssl_certificate\ *" "cert" ");"
  43. .SH "DESCRIPTION"
  44. .PP
  45. The
  46. \fBne_ssl_cert_cmp\fR
  47. function can be used to compare two certificate objects; it returns zero if they refer to the same certificate, and non\-zero otherwise\&.
  48. .PP
  49. The
  50. \fBne_ssl_cert_free\fR
  51. function can be used to destroy a certificate object when it is no longer needed\&.
  52. .SH "COPYRIGHT"
  53. .br
  54. Copyright \(co 2001-2024 Joe Orton
  55. .br