Path to this page:
./
security/libgcrypt,
GNU cryptographic library
Branch: pkgsrc-2013Q2,
Version: 1.5.3,
Package name: libgcrypt-1.5.3,
Maintainer: pkgsrc-usersThis is a general purpose cryptographic library based on the code from GnuPG.
It provides functions for all cryptograhic building blocks: symmetric ciphers
(AES, DES, Blowfish, CAST5, Twofish, Arcfour), hash algorithms (MD4, MD5,
RIPE-MD160, SHA-1, TIGER-192), MACs (HMAC for all hash algorithms), public key
algorithms (RSA, ElGamal, DSA), large integer functions, random numbers and a
lot of supporting functions.
Required to run:[
security/libgpg-error]
Master sites: (Expand)
SHA1: 2c6553cc17f2a1616d512d6870fe95edf6b0e26e
RMD160: e958693ed6fbb781ca5cf42128dc8e39d682eb2f
Filesize: 1473.174 KB
Version history: (Expand)
- (2013-07-26) Updated to version: libgcrypt-1.5.3
- (2013-07-08) Package added to pkgsrc.se, version libgcrypt-1.5.2 (created)
CVS history: (Expand)
2013-07-26 11:18:09 by Matthias Scheler | Files touched by this commit (2) | |
Log message:
Pullup ticket #4188 - requested by wiz
security/libgcrypt: security update
Revisions pulled up:
- security/libgcrypt/Makefile 1.57
- security/libgcrypt/distinfo 1.39
---
Module Name: pkgsrc
Committed By: wiz
Date: Thu Jul 25 11:51:59 UTC 2013
Modified Files:
pkgsrc/security/libgcrypt: Makefile distinfo
Log message:
Update to 1.5.3:
Noteworthy changes in version 1.5.3 (2013-07-25)
------------------------------------------------
* Mitigate the Yarom/Falkner flush+reload side-channel attack on
RSA secret keys. See <http://eprint.iacr.org/2013/448>.
|