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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user