Displaying 2 results from an estimated 2 matches for "nsslowhash".
2012 May 07
3
[PATCH] Optionally, allow distros to use openssl for MD5 verification
...;t be linked with OpenSSL unless
> there is an exception in the flac license which would require getting
> the permission from all contributors.
flac and metaflac do not use openSSL, only libFLAC does.
> I'd suggest to use the NSS library instead. It has an API just for
> hashing (NSSLOWHASH) which can be used with just one small library
> (freebl3) instead of the whole NSS stack.
And hence loosing all benefits from my patch, NSS does not have :
- Hardware assisted hashing
- NSSLOWHASH does not have documentation
- freedbl is not linked to any application in my full blow desktop,...
2012 May 05
5
[PATCH] Optionally, allow distros to use openssl for MD5 verification
This has the advantage of being more efficient than the included
routines and allows distros to centralize crypto mainteniance on
a few libraries.
---
configure.ac | 4 +-
m4/ax_check_openssl.m4 | 124 +++++++++++++++++++++++++++++++++++++
src/libFLAC/Makefile.am | 2 +-
src/libFLAC/include/private/md5.h | 8 ++-
src/libFLAC/md5.c