Re: UPDATE security/polarssl (mbedtls-2.28.0)

2022-03-20 Thread Bjorn Ketelaars
On Sat 12/03/2022 07:35, Bjorn Ketelaars wrote: > Support for the 2.16 branch of mbedtls has been dropped, and a new LTS > branch is provided. Diff below updates our port to the first release of > this branch. > > Shared libraries require a bump (libmbedx509 only received some > additions). > > T

UPDATE security/polarssl (mbedtls-2.28.0)

2022-03-11 Thread Bjorn Ketelaars
Support for the 2.16 branch of mbedtls has been dropped, and a new LTS branch is provided. Diff below updates our port to the first release of this branch. Shared libraries require a bump (libmbedx509 only received some additions). Testing: - all tests pass on amd64 - build tested several consume

UPDATE security/polarssl-2.16.12

2022-01-04 Thread Bjorn Ketelaars
This release of Mbed TLS provides bug fixes and minor enhancements, and includes a fix for CVE-2021-44732 (double free in mbedtls_ssl_set_session() in an error case). More info can be found at https://tls.mbed.org/tech-updates/security-advisories/mbedtls-security-advisory-2021-12. Overview on chan

UPDATE security/polarssl

2021-07-09 Thread Bjorn Ketelaars
mbedtls-2.16.11 has been made available, which provides bug fixes and minor enhancements. This release includes fixes for security issues: - Local side channel attack on RSA - Local side channel attack on static Diffie-Hellman with Montgomery curves Release notes can be found at https://github.c

Re: SECURITY UPDATE security/polarssl

2020-09-08 Thread Theo Buehler
On Tue, Sep 08, 2020 at 09:35:24PM +0200, Bjorn Ketelaars wrote: > On Wed 02/09/2020 17:41, Bjorn Ketelaars wrote: > > Diff below updates mbedtls to 2.16.8, which is a security update and > > addresses: > > - Local side channel attack on RSA and static Diffie-Hellman > > - Local side channel attack

Re: SECURITY UPDATE security/polarssl

2020-09-08 Thread Bjorn Ketelaars
On Wed 02/09/2020 17:41, Bjorn Ketelaars wrote: > Diff below updates mbedtls to 2.16.8, which is a security update and > addresses: > - Local side channel attack on RSA and static Diffie-Hellman > - Local side channel attack on classical CBC decryption in (D)TLS > > Other changes are listed at > h

SECURITY UPDATE security/polarssl

2020-09-02 Thread Bjorn Ketelaars
Diff below updates mbedtls to 2.16.8, which is a security update and addresses: - Local side channel attack on RSA and static Diffie-Hellman - Local side channel attack on classical CBC decryption in (D)TLS Other changes are listed at https://github.com/ARMmbed/mbedtls/blob/mbedtls-2.16.8/ChangeLo

UPDATE security/polarssl-2.16.7

2020-07-01 Thread Bjorn Ketelaars
Mbed TLS (security/polarssl) 2.16.7 is a maintenance release of the Mbed TLS 2.16 branch, and provides bug fixes and minor enhancements. This release includes a fix for a side-channel attack on ECC key import and validation. Overview on changes can be found at https://github.com/ARMmbed/mbedtls/rel

UPDATE security/polarssl-2.16.6

2020-04-14 Thread Bjorn Ketelaars
Diff below brings mbedtls (security/polarssl) to 2.16.6, which fixes a security issue 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 (CVE-2020-109

Re: [update] security/polarssl 2.16.3

2019-10-17 Thread Björn Ketelaars
On Thu 17/10/2019 21:44, Stuart Henderson wrote: > On 2019/10/16 23:38, Björn Ketelaars wrote: > > On Tue 01/10/2019 06:33, Björn Ketelaars wrote: > > > On Thu 19/09/2019 20:34, Björn Ketelaars wrote: > > > > Mbed TLS 2.16.3 is a maintenance release of the Mbed TLS 2.16 branch, > > > > and provides

Re: [update] security/polarssl 2.16.3

2019-10-17 Thread Stuart Henderson
On 2019/10/16 23:38, Björn Ketelaars wrote: > On Tue 01/10/2019 06:33, Björn Ketelaars wrote: > > On Thu 19/09/2019 20:34, Björn Ketelaars wrote: > > > Mbed TLS 2.16.3 is a maintenance release of the Mbed TLS 2.16 branch, > > > and provides bug fixes and minor enhancements. Overview of changes can

Re: [update] security/polarssl 2.16.3

2019-10-16 Thread Björn Ketelaars
On Tue 01/10/2019 06:33, Björn Ketelaars wrote: > On Thu 19/09/2019 20:34, Björn Ketelaars wrote: > > Mbed TLS 2.16.3 is a maintenance release of the Mbed TLS 2.16 branch, > > and provides bug fixes and minor enhancements. Overview of changes can > > be found at > > https://github.com/ARMmbed/mbedt

Re: [update] security/polarssl 2.16.3

2019-09-30 Thread Björn Ketelaars
On Thu 19/09/2019 20:34, Björn Ketelaars wrote: > Mbed TLS 2.16.3 is a maintenance release of the Mbed TLS 2.16 branch, > and provides bug fixes and minor enhancements. Overview of changes can > be found at > https://github.com/ARMmbed/mbedtls/releases/tag/mbedtls-2.16.3. > > Major of mbedx509 has

[update] security/polarssl 2.16.3

2019-09-19 Thread Björn Ketelaars
Mbed TLS 2.16.3 is a maintenance release of the Mbed TLS 2.16 branch, and provides bug fixes and minor enhancements. Overview of changes can be found at https://github.com/ARMmbed/mbedtls/releases/tag/mbedtls-2.16.3. Major of mbedx509 has been bumped as check_sym found changes in data object sizes

UPDATE security/polarssl

2019-01-10 Thread Björn Ketelaars
A new version of mbedtls is available, which is the first of the next long term support branch. This version fixes a couple of bugs, and adds some new features. Changelog can be found at https://tls.mbed.org/tech-updates/releases/mbedtls-2.16.0-2.7.9-and-2.1.18-released 'make test' runs successful

Re: UPDATE security/polarssl

2018-12-07 Thread Jeremie Courreges-Anglas
On Fri, Dec 07 2018, Björn Ketelaars wrote: > Diff below brings mbedtls to 2.14.1, which fixes CVE-2018-19608. > Overview on changes can be found at > https://tls.mbed.org/tech-updates/releases/mbedtls-2.14.1-2.7.8-and-2.1.17-released > > Minor of mbedcrypto has been bumped as symbols have been ad

Re: UPDATE security/polarssl

2018-12-06 Thread Klemens Nanni
On Fri, Dec 07, 2018 at 06:34:31AM +0100, Björn Ketelaars wrote: > Diff below brings mbedtls to 2.14.1, which fixes CVE-2018-19608. > Overview on changes can be found at > https://tls.mbed.org/tech-updates/releases/mbedtls-2.14.1-2.7.8-and-2.1.17-released > > Minor of mbedcrypto has been bumped as

UPDATE security/polarssl

2018-12-06 Thread Björn Ketelaars
Diff below brings mbedtls to 2.14.1, which fixes CVE-2018-19608. Overview on changes can be found at https://tls.mbed.org/tech-updates/releases/mbedtls-2.14.1-2.7.8-and-2.1.17-released Minor of mbedcrypto has been bumped as symbols have been added. make test runs successfully on amd64. Build test

Re: UPDATE security/polarssl

2018-11-26 Thread Jeremie Courreges-Anglas
On Mon, Nov 26 2018, Björn Ketelaars wrote: > Diff below brings mbedtls to 2.14.0, which brings some new features, and > fixes some security issues and bugs. Details can be found at > https://tls.mbed.org/tech-updates/releases/mbedtls-2.14.0-2.7.7-and-2.1.16-released > > Major number of the three

UPDATE security/polarssl

2018-11-25 Thread Björn Ketelaars
Diff below brings mbedtls to 2.14.0, which brings some new features, and fixes some security issues and bugs. Details can be found at https://tls.mbed.org/tech-updates/releases/mbedtls-2.14.0-2.7.7-and-2.1.16-released Major number of the three shared libs have been bumped as symbols have been remo

Re: UPDATE security/polarssl

2018-10-02 Thread Björn Ketelaars
On Wed 19/09/2018 18:42, Björn Ketelaars wrote: > Enclosed a diff for bringing mbedtls to 2.13.0. This release fixes an > issue in the X.509 module which could lead to a buffer overread during > certificate extensions parsing. Changelog can be found at > https://tls.mbed.org/tech-updates/releases/m

UPDATE security/polarssl

2018-09-19 Thread Björn Ketelaars
Enclosed a diff for bringing mbedtls to 2.13.0. This release fixes an issue in the X.509 module which could lead to a buffer overread during certificate extensions parsing. Changelog can be found at https://tls.mbed.org/tech-updates/releases/mbedtls-2.13.0-2.7.6-and-2.1.15-released libmbedtls requ

Re: UPDATE security/polarssl

2018-08-07 Thread Björn Ketelaars
On Tue 07/08/2018 12:25, Björn Ketelaars wrote: > A new version of polarssl is available (2.12.0), which addresses > 2 vulnerabilities in the TLS ciphersuites (CVE-2018-0497 and > CVE-2018-0498). > > This version also adds several new features as indicated on > https://tls.mbed.org/tech-updates/re

UPDATE security/polarssl

2018-08-07 Thread Björn Ketelaars
A new version of polarssl is available (2.12.0), which addresses 2 vulnerabilities in the TLS ciphersuites (CVE-2018-0497 and CVE-2018-0498). This version also adds several new features as indicated on https://tls.mbed.org/tech-updates/releases/mbedtls-2.11.0-2.7.4-and-2.1.13-released and https://

Re: UPDATE security/polarssl

2018-05-15 Thread Marc Espie
On Tue, May 15, 2018 at 04:39:37PM +0200, Björn Ketelaars wrote: > > Good idea to kill that comment, I'm not sure there's a point in > > changing the WANTLIB line though... > > > > -# libssl/libcrypto are used for polarssl_o_p_test only > > -WANTLIB += c pthread > > +WANTLIB= c pthread > >

Re: UPDATE security/polarssl

2018-05-15 Thread Björn Ketelaars
On Tue 15/05/2018 13:56, Jeremie Courreges-Anglas wrote: > On Mon, May 14 2018, Björn Ketelaars wrote: > > Please find enclosed a diff for bringing mbedtls to 2.9.0, which fixes > > various security issues, and bugs. See > > https://tls.mbed.org/tech-updates/releases/mbedtls-2.9.0-2.7.3-and-2.1.12

Re: UPDATE security/polarssl

2018-05-15 Thread Jeremie Courreges-Anglas
On Mon, May 14 2018, Björn Ketelaars wrote: > Please find enclosed a diff for bringing mbedtls to 2.9.0, which fixes > various security issues, and bugs. See > https://tls.mbed.org/tech-updates/releases/mbedtls-2.9.0-2.7.3-and-2.1.12-released > > Minor of mbedtls has been bumped as symbols have be

UPDATE security/polarssl

2018-05-14 Thread Björn Ketelaars
Please find enclosed a diff for bringing mbedtls to 2.9.0, which fixes various security issues, and bugs. See https://tls.mbed.org/tech-updates/releases/mbedtls-2.9.0-2.7.3-and-2.1.12-released Minor of mbedtls has been bumped as symbols have been added. make test runs successfully on amd64, as do

Re: UPDATE security/polarssl

2018-04-02 Thread Jeremie Courreges-Anglas
On Mon, Apr 02 2018, Björn Ketelaars wrote: > On Mon 02/04/2018 17:45, Jeremie Courreges-Anglas wrote: >> On Mon, Apr 02 2018, Björn Ketelaars wrote: >> > Please find enclosed a diff for bringing mbedtls to 2.8.0, which fixes >> > various security issues. See >> > https://github.com/ARMmbed/mbedt

Re: UPDATE security/polarssl

2018-04-02 Thread Björn Ketelaars
On Mon 02/04/2018 17:45, Jeremie Courreges-Anglas wrote: > On Mon, Apr 02 2018, Björn Ketelaars wrote: > > Please find enclosed a diff for bringing mbedtls to 2.8.0, which fixes > > various security issues. See > > https://github.com/ARMmbed/mbedtls/blob/development/ChangeLog > > > > Bumped minor

Re: UPDATE security/polarssl

2018-04-02 Thread Jeremie Courreges-Anglas
On Mon, Apr 02 2018, Björn Ketelaars wrote: > Please find enclosed a diff for bringing mbedtls to 2.8.0, which fixes > various security issues. See > https://github.com/ARMmbed/mbedtls/blob/development/ChangeLog > > Bumped minor of mbedcrypto as symbols have been added. > > make test runs successf

UPDATE security/polarssl

2018-04-02 Thread Björn Ketelaars
Please find enclosed a diff for bringing mbedtls to 2.8.0, which fixes various security issues. See https://github.com/ARMmbed/mbedtls/blob/development/ChangeLog Bumped minor of mbedcrypto as symbols have been added. make test runs successfully. net/openvpn,mbedtls builds, and tests ok. Comment

Re: UPDATE security/polarssl

2018-02-06 Thread Stuart Henderson
On 2018/02/06 07:09, Björn Ketelaars wrote: > mbedtls (security/polarssl) has been updated to 2.7.0., which fixes > CVE-2018-0488, CVE-2018-0487, and other security related issues. > Changelog can be found at > https://github.com/ARMmbed/mbedtls/blob/development/ChangeLog > > Bumped minor library

UPDATE security/polarssl

2018-02-05 Thread Björn Ketelaars
mbedtls (security/polarssl) has been updated to 2.7.0., which fixes CVE-2018-0488, CVE-2018-0487, and other security related issues. Changelog can be found at https://github.com/ARMmbed/mbedtls/blob/development/ChangeLog Bumped minor library number of mbedtls as functions have been added, and bump

Re: [update] security/polarssl

2017-10-20 Thread Jeremie Courreges-Anglas
On Fri, Oct 20 2017, Juan Francisco Cantero Hurtado wrote: [...] > Works fine with hiawatha configured for https. > > Here is a new diff with a little change in CMakeLists.txt. The port was > building with -O0. Hah, I this why I couldn't reproduce. You used DEBUG=-g, didn't you? cmake.port.mk

Re: [update] security/polarssl

2017-10-20 Thread Juan Francisco Cantero Hurtado
On Thu, Oct 19, 2017 at 09:51:29AM +0200, Jeremie Courreges-Anglas wrote: > > Here's an update to the latest version, tested on amd64. make test > passes. Some symbols aren't exported any more in all three libraries, > hence the major bump. Also a patch is needed to build the test suite, > I to

[update] security/polarssl

2017-10-19 Thread Jeremie Courreges-Anglas
Here's an update to the latest version, tested on amd64. make test passes. Some symbols aren't exported any more in all three libraries, hence the major bump. Also a patch is needed to build the test suite, I took the simple approach. In the end libc may be a better place to fix this. I'd lik

Re: UPDATE: security/polarssl: 1.3.6 -> 1.3.7

2014-05-03 Thread Joachim Schipper
On Sat, May 03, 2014 at 12:07:46PM +0200, Joachim Schipper wrote: > PolarSSL has been updated, bringing some additional functionality. > The PolarSSL maintainers believe that they have fixed the problem that > we saw on sparc64, and would especially appreciate a re-test there. > (Florian?) I hear

UPDATE: security/polarssl: 1.3.6 -> 1.3.7

2014-05-03 Thread Joachim Schipper
PolarSSL has been updated, bringing some additional functionality. This release rolls in our patches, using arc4random_buf() #ifdef __OpenBSD__. I have removed our patches, and I have not added patches for the two test programs that started using rand() (let me know if that would be appreciated; t