[bind10-dev] [svn] commit: r1108 - in /branches/each-nsec3/src/lib/dns/cpp: Makefile.am base32.cc base32.h sha1.cc sha1.h tests/Makefile.am tests/base32_unittest.cc tests/sha1_unittest.cc
Francis Dupont
fdupont at isc.org
Thu Mar 4 15:15:13 UTC 2010
I still deeply dislike the direct include of crypto code into BIND 10.
IMHO a clean BIND 10 interface to crypto is needed. BTW OpenSSL is
at least 4 time faster than BIND 9 included code on NSEC3 hash so
BIND 10 will be.
Francis Dupont <fdupont at isc.org>
PS: in sha1.h comment: typdef -> typedef
PPS: to be clear, the crypto API for NSEC3 should use the algorithm
number, i.e., the fact the only choice is SHA1 is an implementation
detail (here implementation meaning includes too "vs signature").
And of course it should be C++ style, not C style.
More information about the bind10-dev
mailing list