./security/libtomcrypt, Tom St Deniss cryptographic library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2017Q1, Version: 1.17nb3, Package name: libtomcrypt-1.17nb3, Maintainer: agc

LibTomCrypt is a fairly comprehensive, modular and portable cryptographic
toolkit that provides developers with a vast array of well known published block
ciphers, one-way hash functions, chaining modes, pseudo-random number
generators, public key cryptography and a plethora of other routines.
LibTomCrypt has been designed from the ground up to be very simple to use. It
has a modular and standard API that allows new ciphers, hashes and PRNGs to be
added or removed without change to the overall end application. It features easy
to use functions and a complete user manual which has many source snippet
examples.

* Block Ciphers
* Blowfish
* XTEA
* RC5
* RC6
* SAFER+
* Rijndael (aka AES)
* Twofish
* SAFER (K64, SK64, K128, SK128)
* RC2
* DES, 3DES
* CAST5
* Noekeon
* Skipjack
* Anubis (with optional tweak as proposed by the developers)
* Khazad
* KASUMI
* SEED
...and more!


Required to run:
[math/ltm]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 9c746822c84e4276e432b64964f94d1d5ddd13ad
RMD160: 742d72d82fea2e6a9865d8c682c10cbaba69ea2f
Filesize: 1561.733 KB

Version history: (Expand)


CVS history: (Expand)


   2017-06-03 20:03:48 by Benny Siegert | Files touched by this commit (3)
Log message:
Pullup ticket #5451 - requested by sevan
security/libtomcrypt: security fix

Revisions pulled up:
- security/libtomcrypt/Makefile                                 1.7
- security/libtomcrypt/distinfo                                 1.6
- security/libtomcrypt/patches/patch-src_pk_rsa_rsa__verify__hash.c 1.1

---
   Module Name:    pkgsrc
   Committed By:   snj
   Date:           Tue May 16 21:55:50 UTC 2017

   Modified Files:
           pkgsrc/security/libtomcrypt: Makefile distinfo
   Added Files:
           pkgsrc/security/libtomcrypt/patches:
               patch-src_pk_rsa_rsa__verify__hash.c

   Log message:
   Fix CVE-2016-6129.  Bump PKGREVISION to 3.