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