aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Digest-EMAC
Commit message (Collapse)AuthorAgeFilesLines
* Update search.cpan.org WWW: entries to have a trailing slash.Bill Fenner2006-02-201-1/+1
| | | | | | | | | | Change some URLs from author dirs to dist dirs. The example in the porter's handbook didn't have the trailing slash; mea culpa for not having caught that when it went in. Notes: svn path=/head/; revision=156536
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* - unbreak on old perlYen-Ming Lee2005-12-231-3/+7
| | | | | | | | | | | - add RUN_DEPENDS = BUILD_DEPENDS PR: 90848 Submitted by: leeym Approved by: maintainer Notes: svn path=/head/; revision=151930
* This is Encrypted MAC (EMAC), formerly known as Double MAC (DMAC).Erwin Lansing2005-12-174-0/+58
Unlike HMAC, which reuses an existing one-way hash function, such as MD5, SHA-1 or RIPEMD-160, EMAC reuses an existing block cipher to produce a secure message authentication code (MAC). WWW: http://search.cpan.org/dist/Digest-EMAC PR: ports/90560 Submitted by: Gabor Kovesdan Notes: svn path=/head/; revision=151397