From 4c2829cc0164dca9e494e98efed9570454c0d6af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 8 Dec 2007 22:48:14 +0000 Subject: [PATCH] document flags git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22239 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/cert.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lib/hx509/cert.c b/lib/hx509/cert.c index cf0d77a38..fa7fdf34a 100644 --- a/lib/hx509/cert.c +++ b/lib/hx509/cert.c @@ -2229,10 +2229,11 @@ hx509_verify_signature(hx509_context context, * * @param context A hx509 context. * @param cert the certificate to match with - * @param flags undocumented flags, use 0 - * - * @param type type of hostname: HX509_HN_HOSTNAME for plain hostname, - * HX509_HN_DNSSRV for DNS SRV names. + * @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. + * - HX509_HN_DNSSRV for DNS SRV names. * @param hostname the hostname to check * @param sa address of the host * @param sa_size length of address