Skip to content

Tags: jakemas/aws-lc

Tags

AWS-LC-FIPS-1.0.2

Toggle AWS-LC-FIPS-1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update AWS-LC version to 1.0.2 (aws#497)

Update AWS-LC (FIPS) version to v1.0.2.

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump release version to v1.1.0 aws#480

Prepare new release by bumping release version number string to 1.1.0

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
OpenSSL CVE-2022-0778 Fix possible infinite loop in BN_mod_sqrt() (aw…

…s#423)

OpenSSL CVE-2022-0778 Fix possible infinite loop in BN_mod_sqrt()

This commit fixes the issue released as OpenSSL CVE-2022-0778 that
affects AWS-LC as well. A bug in BN_mod_sqrt() can cause the function
to enter an infinite loop. The issue is now fixed and two test
cases are added to verify that the function returns a failure instead
of hanging.

Co-authored-by: Dusan Kostic <dkostic@amazon.com>

FIPS-1.0.1

Toggle FIPS-1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
OpenSSL CVE-2022-0778 Fix possible infinite loop in BN_mod_sqrt() (aw…

…s#424)

OpenSSL CVE-2022-0778 Fix possible infinite loop in BN_mod_sqrt()

This commit fixes the issue released as OpenSSL CVE-2022-0778 that
affects AWS-LC as well. A bug in BN_mod_sqrt() can cause the function
to enter an infinite loop. The issue is now fixed and two test
cases are added to verify that the function returns a failure instead
of hanging.

Co-authored-by: Dusan Kostic <dkostic@amazon.com>

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump release version to v1.0.1 (aws#380)

Prepare new release by bumping release version number string to 1.0.1.

FIPS-1.0.0

Toggle FIPS-1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adding a draft security policy for AWS-LC (aws#362)

Putting a draft security policy into our FIPS branch.  We will update this when we get the final draft after we submit.

AWS-LC-FIPS-1.0.0

Toggle AWS-LC-FIPS-1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adding a draft security policy for AWS-LC (aws#362)

Putting a draft security policy into our FIPS branch.  We will update this when we get the final draft after we submit.

v0.0.2

Toggle v0.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Replace RSA/ECDSA_Sign/Verify with EVP_DigestSign/Verify APIs in ACVP…

… tests. (aws#264)

* Replace RSA/ECDSA_Sign/Verify APIs with EVP_DigestSign/Verify APIs in ACVP tests

* Fix memory leak.

* Rename key to rsa.

* Apply suggestions from code review

Co-authored-by: torben-hansen <50673096+torben-hansen@users.noreply.github.com>

Co-authored-by: torben-hansen <50673096+torben-hansen@users.noreply.github.com>

v0.0.1

Toggle v0.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add 'responder' role in config. (aws#236)

v0.1-beta

Toggle v0.1-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix ci: enable c99_gcc_tests and fix ABI test. (aws#40)

* Re-enable unit tests in Codebuild

* Add patch fixing ABI test compilation

* Minor updates to c99_gcc_test.sh