Hi,

I've done a little bit of updating of the md4 code.
It adds some trivial error checking. Maybe someone
wants to complete this by adding the less trivial
error checks?

Second it adds a direct md4 computation function:

apr_status_t apr_md4(unsigned char digest[APR_MD4_DIGESTSIZE],
                     const unsigned char *input,
                     apr_size_t inputLen);

This will return the md4 digest of the given input block.

Sander

Attachment: apr-util-md4.patch
Description: Binary data

Reply via email to