summaryrefslogtreecommitdiffstats
path: root/security/p5-Digest-DMAC
Commit message (Collapse)AuthorAgeFilesLines
* Change my e-mail address.gabor2006-12-081-1/+1
| | | | Approved by: erwin (mentor)
* Update search.cpan.org WWW: entries to have a trailing slash.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.
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
| | | | | Approved by: krion@ PR: ports/88711 (related)
* - unbreak on old perlleeym2005-12-231-3/+7
| | | | | | | | - add RUN_DEPENDS = BUILD_DEPENDS PR: 90847 Submitted by: leeym Approved by: maintainer
* This is Encrypted MAC (EMAC), formerly known as Double MAC (DMAC).erwin2005-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-DMAC PR: ports/90550 Submitted by: Gabor Kovesdan
OpenPOWER on IntegriCloud