forked from pool/aws-c-io
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
This commit is contained in:
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 21 12:07:26 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- 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 <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bc0913ca50aae97a842d1aecd64e4d9c22ac55b49609b508ad991b1040a0ca56
|
||||
size 581070
|
||||
3
v0.10.5.tar.gz
Normal file
3
v0.10.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:59abd4606661790cc0b777807938f3134cce77c03383015781498cfbfd191811
|
||||
size 581563
|
||||
Reference in New Issue
Block a user