From 336a1ee26235cdcf93247d3689b134329ea3b15fc4abd56c95693ff8b4848e15 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 22 Jun 2021 06:35:20 +0000 Subject: [PATCH] Accepting request 901155 from home:glaubitz:branches:devel:libraries:c_c++ - Update to version 0.10.5 + Fix SNI check when custom root-CA used on Apple devices. * Validate hostname on Mac when custom root-CA is used. (#396) - from version 0.10.4 + Revert Windows CRL checks on root CA override * On Windows only, reverts the cached CRL check when validating a server certificate chain using a root CA override. This check was added as part of a larger change performing SNI validation with a root CA override (#385). The SNI check remains in place. The CRL check was breaking tls connections for multiple customers and appears to be subject to properties of the host beyond the CRT's control. - from version 0.10.3 + Inconsistent trust store override behavior logged * Added warning statement when trust store override is used (#394) OBS-URL: https://build.opensuse.org/request/show/901155 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-io?expand=0&rev=8 --- aws-c-io.changes | 18 ++++++++++++++++++ aws-c-io.spec | 2 +- v0.10.2.tar.gz | 3 --- v0.10.5.tar.gz | 3 +++ 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 v0.10.2.tar.gz create mode 100644 v0.10.5.tar.gz diff --git a/aws-c-io.changes b/aws-c-io.changes index 186aa56..bd44abc 100644 --- a/aws-c-io.changes +++ b/aws-c-io.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon Jun 21 12:07:26 UTC 2021 - John Paul Adrian Glaubitz + +- Update to version 0.10.5 + + Fix SNI check when custom root-CA used on Apple devices. + * Validate hostname on Mac when custom root-CA is used. (#396) +- from version 0.10.4 + + Revert Windows CRL checks on root CA override + * On Windows only, reverts the cached CRL check when validating a server + certificate chain using a root CA override. This check was added as part + of a larger change performing SNI validation with a root CA override (#385). + The SNI check remains in place. The CRL check was breaking tls connections + for multiple customers and appears to be subject to properties of the host + beyond the CRT's control. +- from version 0.10.3 + + Inconsistent trust store override behavior logged + * Added warning statement when trust store override is used (#394) + ------------------------------------------------------------------- Thu Jun 10 11:03:51 UTC 2021 - John Paul Adrian Glaubitz diff --git a/aws-c-io.spec b/aws-c-io.spec index 841ca3a..fdfb13b 100644 --- a/aws-c-io.spec +++ b/aws-c-io.spec @@ -20,7 +20,7 @@ %define library_version 1.0.0 %define library_soversion 0unstable Name: aws-c-io -Version: 0.10.2 +Version: 0.10.5 Release: 0 Summary: I/O and TLS package AWS SDK for C License: Apache-2.0 diff --git a/v0.10.2.tar.gz b/v0.10.2.tar.gz deleted file mode 100644 index b96654d..0000000 --- a/v0.10.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc0913ca50aae97a842d1aecd64e4d9c22ac55b49609b508ad991b1040a0ca56 -size 581070 diff --git a/v0.10.5.tar.gz b/v0.10.5.tar.gz new file mode 100644 index 0000000..49e0c79 --- /dev/null +++ b/v0.10.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59abd4606661790cc0b777807938f3134cce77c03383015781498cfbfd191811 +size 581563