If the build option to use OpenSSL is set, it would eventually get pulled in
from them, but since that option may not always be set, we should explicitly
include it.
used the CheckString function. All now use
Bytes and Len to extract the bytes from string
arguments. The result of this is that these
functions now don't fail when presented with
strings containing NULL bytes.
Signed-off-by: Seth Hall <seth@icir.org>