cert_37.c revision 94a3bcd132e515b4baa0884ba9dd0f361d2e17bc
/*
* Copyright (C) 1999 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
* ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
* OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
* CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
* DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
* PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
* ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
* SOFTWARE.
*/
/* $Id: cert_37.c,v 1.7 1999/05/07 03:24:06 marka Exp $ */
#ifndef RDATA_GENERIC_CERT_37_C
#define RDATA_GENERIC_CERT_37_C
static dns_result_t
{
long n;
char *e;
/* cert type */
if (*e != 0) {
} else {
if (n < 0 || n > 0xffff)
return (DNS_R_RANGE);
cert = n;
}
/* key tag */
return (DNS_R_RANGE);
/* algorithm */
if (*e != 0) {
} else {
if (n < 0 || n > 0xff)
return (DNS_R_RANGE);
secalg = n;
}
}
static dns_result_t
char buf[sizeof "64000 "];
unsigned int n;
/* type */
n = uint16_fromregion(&sr);
/* key tag */
n = uint16_fromregion(&sr);
/* algorithm */
/* cert */
}
static dns_result_t
{
return (DNS_R_UNEXPECTEDEND);
}
static dns_result_t
}
static int
}
static dns_result_t
{
return (DNS_R_NOTIMPLEMENTED);
}
static dns_result_t
return (DNS_R_NOTIMPLEMENTED);
}
static void
freestruct_cert(void *target) {
}
#endif /* RDATA_GENERIC_CERT_37_C */