Skip to content

Commit

Permalink
Update to 0.062
Browse files Browse the repository at this point in the history
Upstream changes:
0.062   2018-10-30
        - bundled libtommath  update branch:develop (commit:8b9f98ba 2018-09-23) + stdint.h workaround
        - bundled libtomcrypt update branch:develop (commit:f413335b 2018-10-29)
        - fix #45 doc only - sign_message_rfc7518 / sign_message_rfc7518
        - fix $46 tests only - t/mbi_ltm_bigintpm.t etc. started to fail with latest Math::BigInt
        - fix #47 gcm_decrypt_verify + chacha20poly1305_decrypt_verify don't verify the tag - SERIOUS SECURITY BUG!
        - improved CBC/ECB padding (using libtomcrypt's functions: padding_depad + padding_pad)
        - enable pkcs#8 encrypted RSA keys (supported by the latest libtomcrypt)
        - exclude wycheproof tests (too big) from dist tarball (via MANIFEST.SKIP)
  • Loading branch information
wen committed Nov 10, 2018
1 parent 0e08361 commit 512d2e0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions security/p5-CryptX/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.12 2018/08/22 09:46:25 wiz Exp $
# $NetBSD: Makefile,v 1.13 2018/11/10 08:40:57 wen Exp $

DISTNAME= CryptX-0.061
DISTNAME= CryptX-0.062
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/M/MI/MIK/

Expand Down
10 changes: 5 additions & 5 deletions security/p5-CryptX/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.10 2018/06/22 10:06:30 wen Exp $
$NetBSD: distinfo,v 1.11 2018/11/10 08:40:57 wen Exp $

SHA1 (CryptX-0.061.tar.gz) = b917f65c95f144b80fc58411d6e10abad77a4f99
RMD160 (CryptX-0.061.tar.gz) = 2acce1a5a79a1209e799ff536fa6e880b5f24b26
SHA512 (CryptX-0.061.tar.gz) = 852774393c6301e1b9f24e95ce5a1bab0439ebf727b6f06b2b2f6c52fef8885d5013e700e9c3b96dffc62d0130d13c3dd2f49271a1a438c2a2feec6b7b9b346d
Size (CryptX-0.061.tar.gz) = 1721138 bytes
SHA1 (CryptX-0.062.tar.gz) = ffc8c881282c513e37f977a6d5081e154f99926d
RMD160 (CryptX-0.062.tar.gz) = 47480a88a56bafd04580a04223ef042d34471429
SHA512 (CryptX-0.062.tar.gz) = 9ee9d9875ebcb97a22a7d4e1c4ac86a91209c74739c5ca64f2611d58ef876b9f61040e3e649c060d1b753bfab8ef250ae88db5927fe1624790b000cebff45170
Size (CryptX-0.062.tar.gz) = 1600185 bytes

0 comments on commit 512d2e0

Please sign in to comment.