* bugfix #392: Apex only and percentage checks for ldns-verify-zone
(thanks Miek Gieben)
* bugfix #398: Allow NSEC RRSIGs before the NSEC3 in ldns-verify-zone
- * Fix python site package path to /usr/lib64.
+ * Fix python site package path from sitelib to sitearch for pyldns.
* Fix python api to support python2 and python3 (thanks Karel Slany).
* bugfix #401: Correction of date/time functions algorithm and
prevention of an infinite loop therein
The ldnsx module is automatically installed when --with-pyldns is
used with configuring, but may explicitly be excluded with the
--without-pyldnsx option to configure.
+ * bugfix #410: Fix clearing out temporary data on stack in sha2.c
1.6.10 2011-05-31
* New example tool added: ldns-gen-zone.
.TP
\fB-p\fR \fI[0-100]\fR
-Only check this percentage of the zone. Defaults to 100.
+Only check this percentage of the zone.
+Which names to check is determined randomly.
+Defaults to 100.
.TP
\fB-h\fR
}
/* Clean up state data: */
- MEMSET_BZERO(context, sizeof(context));
+ MEMSET_BZERO(context, sizeof(ldns_sha256_CTX));
usedspace = 0;
}
}
/* Zero out state data */
- MEMSET_BZERO(context, sizeof(context));
+ MEMSET_BZERO(context, sizeof(ldns_sha512_CTX));
}
unsigned char *
}
/* Zero out state data */
- MEMSET_BZERO(context, sizeof(context));
+ MEMSET_BZERO(context, sizeof(ldns_sha384_CTX));
}
unsigned char *