Skip to content

Releases: awslabs/aws-c-auth

Make build friendly to in-source builds.

03 Jan 00:50
8281ad6
Compare
Choose a tag to compare
v0.3.6

Enabled in-source build. (#52)

v0.3.5

13 Dec 21:08
eaa2d34
Compare
Choose a tag to compare
v0.3.5 Pre-release
Pre-release

sts http stream leak fix

Client bootstrap API changes

10 Dec 18:21
27bc11d
Compare
Choose a tag to compare
Pre-release

Adapt to API changes in aws-c-io v0.4.20

Body signing is now an enum to enable differences between unsigned payloads between services.

27 Nov 19:47
0ecb313
Compare
Choose a tag to compare
S3's sign body is a little different. (#46)

* S3's sign body is a little different.

* Changed sign body flag to an enum.

Add better credentials provider error handling

23 Nov 00:48
a42e16d
Compare
Choose a tag to compare
v0.3.2

Add handling for NULL credentials (#44)

STS Credentials Provider

22 Nov 18:09
82a2f90
Compare
Choose a tag to compare
Pre-release
Sts creds provider (#40)

STS credentials provider, honor role_arn in the credentials and config files, private xml parser implementation.

v0.3.0

21 Nov 20:24
57ba3ae
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Shutdown callbacks, simplifications

Async Signing Error Handling

06 Nov 21:51
c0e5b30
Compare
Choose a tag to compare
Pre-release

Errors that are raised during the signing process are now passed through to the on_complete callback.

Asynchronous Signer

06 Nov 19:24
3513c4f
Compare
Choose a tag to compare
Asynchronous Signer Pre-release
Pre-release

The signing API is now async, to better support the required stage of credentials fetching.

Fixes to sigv4 signer query string, properly sign session tokens

29 Oct 22:56
4b202e4
Compare
Choose a tag to compare
When doing query signing, move the security token to the query string…

…… (#34)

* When doing query signing, move the security token to the query string instead of a header.