Skip to content

Tags: awslabs/aws-c-cal

Tags

v0.7.4

Toggle v0.7.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
OpenSSL Runtime and Compile Time Mismatch Fix (#198)

v0.7.3

Toggle v0.7.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use prebuilt aws-lc (#197)

v0.7.2

Toggle v0.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert "Revert "Implement runtime check on libcrypto linkage (#186)" (#…

…195)

Co-authored-by: WillChilds-Klein <[email protected]>

v0.7.1

Toggle v0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert "Implement runtime check on libcrypto linkage (#186)" (#191)

**Issue**:
The libcrypto runtime check isn't working with latest [AWS-LC-FIPS-2.0.13](https://github.com/aws/aws-lc/releases/tag/AWS-LC-FIPS-2.0.13) release. It's not returning the expected version string.

AWS-LC is working on a fix here: aws/aws-lc#1689

**Description of changes:**
This reverts commit 0cdbf2b.

We'll bring this check right back once AWS-LC-FIPS has this fix in its latest release (on Github, and internally at Amazon).

It seems simpler to remove the check entirely, and bring it back once things are working. Vs patching it now, and then patching it again, and then we have all these different versions of aws-lc/aws-c-cal that aren't compatible...

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make AES GCM more consistent cross platform (#189)

Co-authored-by: sbiscigl <[email protected]>
Co-authored-by: Michael Graeb <[email protected]>

v0.6.15

Toggle v0.6.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix inccorect export of aws_symmetric_cipher_get_state (#185)

v0.6.14

Toggle v0.6.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix inccorect export of aws_symmetric_cipher_get_state (#185)

v0.6.13

Toggle v0.6.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adds a way to keep a more detailed state of a symetric cipher (#184)

v0.6.12

Toggle v0.6.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Move aws-lc shutdown to destructor from cleanup (#182)

v0.6.11

Toggle v0.6.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix: Use buffer without memory allocation (#180)