Path to this page:
Subject: CVS commit: [pkgsrc-2020Q1] pkgsrc/security/mbedtls
From: Benny Siegert
Date: 2020-04-28 18:23:53
Message id: 20200428162353.CB3E7FB27@cvs.NetBSD.org
Log Message:
Pullup ticket #6170 - requested by nia
security/mbedtls: security fix
Revisions pulled up:
- security/mbedtls/Makefile 1.14
- security/mbedtls/distinfo 1.9
---
Module Name: pkgsrc
Committed By: nia
Date: Sat Apr 18 14:21:56 UTC 2020
Modified Files:
pkgsrc/security/mbedtls: Makefile distinfo
Log Message:
mbedtls: Update to 2.16.6
= mbed TLS 2.16.6 branch released 2020-04-14
Security
* Fix side channel in ECC code that allowed an adversary with access to
precise enough timing and memory access information (typically an
untrusted operating system attacking a secure enclave) to fully recover
an ECDSA private key. Found and reported by Alejandro Cabrera Aldaya,
Billy Brumley and Cesar Pereida Garcia. CVE-2020-10932
* Fix a potentially remotely exploitable buffer overread in a
DTLS client when parsing the Hello Verify Request message.
Bugfix
* Fix compilation failure when both MBEDTLS_SSL_PROTO_DTLS and
MBEDTLS_SSL_HW_RECORD_ACCEL are enabled.
* Fix a function name in a debug message. Contributed by Ercan Ozturk in
#3013.
Files: