forked from pool/aws-c-io
Accepting request 899023 from home:glaubitz:branches:devel:libraries:c_c++
- Update to version 0.10.2
+ iOS fix
* Removed call to sanitize pems on iOS (#391)
- from version 0.10.1
+ Fix Windows verify_peer = false issue in client mode
* Previously on Windows, we were not properly translating "verify_peer = false"
into a secure channel configuration that would actually skip peer verification
in client mode. We were always verifying the certificate no matter what the
setting's value.
- from version 0.10.0
+ All uses of aws_off_t replaced with int64_t
* CHANGE: All uses of aws_off_t replaced with int64_t. aws_off_t used to be 32 or
64 bits, depending on a project's compiler flags. This was leading to bugs when
projects had different flags. Now in64_t is used instead. Beginning in aws-c-common
v0.6.0, aws_off_t is simply a typedef for int64_t, so hopefully this change is painless
for consumers.
- from version 0.9.14
+ Windows warnings
* Fix some Windows compile warnings that are not currently being caught by local CI and
only showing up in the publishing pipeline
- from version 0.9.13
+ Improve SNI validation, socket read error checking
* On Windows, properly do SNI and server cert chain verification when the
root CA has been overridden
* On Posix systems, check socket read error before making any potential log
calls which could overwrite the error info via internal sys calls
OBS-URL: https://build.opensuse.org/request/show/899023
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-io?expand=0&rev=7
This commit is contained in:
@@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 10 11:03:51 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.10.2
|
||||||
|
+ iOS fix
|
||||||
|
* Removed call to sanitize pems on iOS (#391)
|
||||||
|
- from version 0.10.1
|
||||||
|
+ Fix Windows verify_peer = false issue in client mode
|
||||||
|
* Previously on Windows, we were not properly translating "verify_peer = false"
|
||||||
|
into a secure channel configuration that would actually skip peer verification
|
||||||
|
in client mode. We were always verifying the certificate no matter what the
|
||||||
|
setting's value.
|
||||||
|
- from version 0.10.0
|
||||||
|
+ All uses of aws_off_t replaced with int64_t
|
||||||
|
* CHANGE: All uses of aws_off_t replaced with int64_t. aws_off_t used to be 32 or
|
||||||
|
64 bits, depending on a project's compiler flags. This was leading to bugs when
|
||||||
|
projects had different flags. Now in64_t is used instead. Beginning in aws-c-common
|
||||||
|
v0.6.0, aws_off_t is simply a typedef for int64_t, so hopefully this change is painless
|
||||||
|
for consumers.
|
||||||
|
- from version 0.9.14
|
||||||
|
+ Windows warnings
|
||||||
|
* Fix some Windows compile warnings that are not currently being caught by local CI and
|
||||||
|
only showing up in the publishing pipeline
|
||||||
|
- from version 0.9.13
|
||||||
|
+ Improve SNI validation, socket read error checking
|
||||||
|
* On Windows, properly do SNI and server cert chain verification when the
|
||||||
|
root CA has been overridden
|
||||||
|
* On Posix systems, check socket read error before making any potential log
|
||||||
|
calls which could overwrite the error info via internal sys calls
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 14 12:05:24 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Fri May 14 12:05:24 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
%define library_version 1.0.0
|
%define library_version 1.0.0
|
||||||
%define library_soversion 0unstable
|
%define library_soversion 0unstable
|
||||||
Name: aws-c-io
|
Name: aws-c-io
|
||||||
Version: 0.9.12
|
Version: 0.10.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: I/O and TLS package AWS SDK for C
|
Summary: I/O and TLS package AWS SDK for C
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
|||||||
3
v0.10.2.tar.gz
Normal file
3
v0.10.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bc0913ca50aae97a842d1aecd64e4d9c22ac55b49609b508ad991b1040a0ca56
|
||||||
|
size 581070
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:16b5d59882b0049330dd92d45465dd163a2f2f87087ce98c2934d513b50d8cf3
|
|
||||||
size 578311
|
|
||||||
Reference in New Issue
Block a user