pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/mbedtls
Module Name: pkgsrc
Committed By: nia
Date: Sat Feb 29 11:45:02 UTC 2020
Modified Files:
pkgsrc/security/mbedtls: Makefile PLIST distinfo
Log Message:
mbedtls: Update to 2.16.5
= mbed TLS 2.16.5 branch released 2020-02-20
Security
* Fix potential memory overread when performing an ECDSA signature
operation. The overread only happens with cryptographically low
probability (of the order of 2^-n where n is the bitsize of the curve)
unless the RNG is broken, and could result in information disclosure or
denial of service (application crash or extra resource consumption).
Found by Auke Zeilstra and Peter Schwabe, using static analysis.
* To avoid a side channel vulnerability when parsing an RSA private key,
read all the CRT parameters from the DER structure rather than
reconstructing them. Found by Alejandro Cabrera Aldaya and Billy Bob
Brumley. Reported and fix contributed by Jack Lloyd.
ARMmbed/mbed-crypto#352
Bugfix
* Fix an unchecked call to mbedtls_md() in the x509write module.
* Fix a bug in mbedtls_pk_parse_key() that would cause it to accept some
RSA keys that would later be rejected by functions expecting private
keys. Found by Catena cyber using oss-fuzz (issue 20467).
* Fix a bug in mbedtls_pk_parse_key() that would cause it to accept some
RSA keys with invalid values by silently fixing those values.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/mbedtls/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/mbedtls/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/mbedtls/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/mbedtls/Makefile
diff -u pkgsrc/security/mbedtls/Makefile:1.11 pkgsrc/security/mbedtls/Makefile:1.12
--- pkgsrc/security/mbedtls/Makefile:1.11 Thu Feb 20 15:27:31 2020
+++ pkgsrc/security/mbedtls/Makefile Sat Feb 29 11:45:02 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2020/02/20 15:27:31 nia Exp $
+# $NetBSD: Makefile,v 1.12 2020/02/29 11:45:02 nia Exp $
-DISTNAME= mbedtls-2.16.4-apache
+DISTNAME= mbedtls-2.16.5-apache
PKGNAME= ${DISTNAME:-apache=}
CATEGORIES= security devel
MASTER_SITES= https://tls.mbed.org/download/
Index: pkgsrc/security/mbedtls/PLIST
diff -u pkgsrc/security/mbedtls/PLIST:1.5 pkgsrc/security/mbedtls/PLIST:1.6
--- pkgsrc/security/mbedtls/PLIST:1.5 Thu Feb 20 15:27:31 2020
+++ pkgsrc/security/mbedtls/PLIST Sat Feb 29 11:45:02 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2020/02/20 15:27:31 nia Exp $
+@comment $NetBSD: PLIST,v 1.6 2020/02/29 11:45:02 nia Exp $
${PLIST.tools}bin/aescrypt2
${PLIST.tools}bin/benchmark
${PLIST.tools}bin/cert_app
@@ -121,13 +121,13 @@ include/mbedtls/x509_csr.h
include/mbedtls/xtea.h
lib/libmbedcrypto.a
lib/libmbedcrypto.so
-lib/libmbedcrypto.so.2.16.3
+lib/libmbedcrypto.so.${PKGVERSION}
lib/libmbedcrypto.so.3
lib/libmbedtls.a
lib/libmbedtls.so
lib/libmbedtls.so.12
-lib/libmbedtls.so.2.16.3
+lib/libmbedtls.so.${PKGVERSION}
lib/libmbedx509.a
lib/libmbedx509.so
lib/libmbedx509.so.0
-lib/libmbedx509.so.2.16.3
+lib/libmbedx509.so.${PKGVERSION}
Index: pkgsrc/security/mbedtls/distinfo
diff -u pkgsrc/security/mbedtls/distinfo:1.7 pkgsrc/security/mbedtls/distinfo:1.8
--- pkgsrc/security/mbedtls/distinfo:1.7 Thu Feb 20 15:27:31 2020
+++ pkgsrc/security/mbedtls/distinfo Sat Feb 29 11:45:02 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.7 2020/02/20 15:27:31 nia Exp $
+$NetBSD: distinfo,v 1.8 2020/02/29 11:45:02 nia Exp $
-SHA1 (mbedtls-2.16.4-apache.tgz) = e446cbac7d24fc3ff1b1c4ee7c021694ede86db6
-RMD160 (mbedtls-2.16.4-apache.tgz) = 1b3f927dc2ff886bca1877beb4808a35a7414e8a
-SHA512 (mbedtls-2.16.4-apache.tgz) = 7b72a83c941bcb2b6b7710e00e68e390ee3c856eff957ff1608fe9d59c4d40b36f536283a83d3a1c4fe53dc268e877a56360f3654d226f967a881287df3dcbe7
-Size (mbedtls-2.16.4-apache.tgz) = 2692484 bytes
+SHA1 (mbedtls-2.16.5-apache.tgz) = c36962183e05467aa1dadafcaacf90216a737866
+RMD160 (mbedtls-2.16.5-apache.tgz) = 92e0ffc42f519518472048109c0caa138a7ebe81
+SHA512 (mbedtls-2.16.5-apache.tgz) = 89a6a2cc6fe8b568396caed5fe8428ff5debf833c643b0e4c3144fdc474b127d156d8f5e5ea47a8b5d6522a2689e91a57abc533390b3f54aaa2c756ef6d3baf7
+Size (mbedtls-2.16.5-apache.tgz) = 2695416 bytes
SHA1 (patch-library_net__sockets.c) = cd8f9cf84947800eb73d004847789626511ceb35
Home |
Main Index |
Thread Index |
Old Index