Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: othersrc/external/bsd/hmac
Module Name: othersrc
Committed By: agc
Date: Thu Apr 14 04:52:46 UTC 2011
Update of /cvsroot/othersrc/external/bsd/hmac
In directory ivanova.netbsd.org:/tmp/cvs-serv1497
Log Message:
Initial import of the libhmac(3) library and hmac(1) utility to
calculate an HMAC value.
Some tests based on the IETF SHA2 HMAC tests are included, although
not installed by default.
Examples of usage:
% hmac -k ' ' -a sha256 Makefile
sha256 (Makefile) =
9612652f4e2371dc41e75f7d1b80e305a7be54b171b6a6002ba5caa072f3e825
% hmac -a sha256 Makefile
hmac key:
sha256 (Makefile) =
9612652f4e2371dc41e75f7d1b80e305a7be54b171b6a6002ba5caa072f3e825
% hmac -a sha256 < Makefile
hmac key:
9612652f4e2371dc41e75f7d1b80e305a7be54b171b6a6002ba5caa072f3e825
%
Hashing algorithms supported are: md5, rmd160, sha1, sha224, sha256,
sha384 and sha512 (using code from libc). Default algorithm is sha512.
Status:
Vendor Tag: CROOKS
Release Tags: hmac-base
N othersrc/external/bsd/hmac/Makefile
N othersrc/external/bsd/hmac/libhmac/shlib_version
N othersrc/external/bsd/hmac/libhmac/Makefile
N othersrc/external/bsd/hmac/dist/hmacwrap.c
N othersrc/external/bsd/hmac/dist/tests.c
N othersrc/external/bsd/hmac/dist/hmacwrap.h
N othersrc/external/bsd/hmac/dist/hmac.h
N othersrc/external/bsd/hmac/dist/hmac.c
N othersrc/external/bsd/hmac/dist/libhmac.c
N othersrc/external/bsd/hmac/dist/hmac.1
N othersrc/external/bsd/hmac/dist/libhmac.3
N othersrc/external/bsd/hmac/hmac/Makefile
N othersrc/external/bsd/hmac/tests/Makefile
No conflicts created by this import
Home |
Main Index |
Thread Index |
Old Index