document flags

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22239 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-12-08 22:48:14 +00:00
parent f431301de7
commit 4c2829cc01

View File

@@ -2229,10 +2229,11 @@ hx509_verify_signature(hx509_context context,
* *
* @param context A hx509 context. * @param context A hx509 context.
* @param cert the certificate to match with * @param cert the certificate to match with
* @param flags undocumented flags, use 0 * @param flags Flags to modify the behavior:
* * - HX509_VHN_F_ALLOW_NO_MATCH no match is ok
* @param type type of hostname: HX509_HN_HOSTNAME for plain hostname, * @param type type of hostname:
* HX509_HN_DNSSRV for DNS SRV names. * - HX509_HN_HOSTNAME for plain hostname.
* - HX509_HN_DNSSRV for DNS SRV names.
* @param hostname the hostname to check * @param hostname the hostname to check
* @param sa address of the host * @param sa address of the host
* @param sa_size length of address * @param sa_size length of address