neon API reference NESLCERTCMP(3)
NAME
nesslcertcmp, nesslcertfree - functions to operate on
certificate objects
SYNOPSIS
#include
int nesslcertcmp (const nesslcertificate *c1,
const nesslcertificate *c2);
void nesslcertfree (nesslcertificate *cert);
DESCRIPTION
The nesslcertcmp function can be used to compare two cer-
tificate objects; it returns zero if they refer to the same
certificate, and non-zero otherwise.
The nesslcertfree function can be used to destroy a cer-
tificate object when it is no longer needed.
AUTHOR
Joe Orton .
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
box; cbp-1 cbp-1 l l . ATRIBUTE TYPE ATRIBUTE VALUE =
Availability SUNWneon = Interface Stability Volatile
NOTES
Source for Neon is available on http:/opensolaris.org.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
neon 0.25.5 Last change: 20 January 2006 1
neon API reference NESLCERTCMP(3)
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWneon
Interface Stability Volatile
NOTES
Source for Neon is available on http:/opensolaris.org.
neon 0.25.5 Last change: 20 January 2006 2
|