|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 2.4.0 -- 2023-04-04 |
| 4 | + |
| 5 | +* feat: Add support for AWS-LC build in ESDK ([#750](https://github.com/aws/aws-encryption-sdk-c/pull/750)) |
| 6 | +* fix(default_cmm): track unset default alg separately ([#687](https://github.com/aws/aws-encryption-sdk-c/pull/687)) |
| 7 | +* fix: out-of-bounds constant in default_cmm.c ([#752](https://github.com/aws/aws-encryption-sdk-c/pull/752)) |
| 8 | +* docs(SupportPolicy): Mark 1.x End-of-Support ([#756](https://github.com/aws/aws-encryption-sdk-c/pull/756)) |
| 9 | +* fix: initialize buffer in cipher_openssl.c ([#751](https://github.com/aws/aws-encryption-sdk-c/pull/751)) |
| 10 | +* docs: Add missing library to compilation example ([#697](https://github.com/aws/aws-encryption-sdk-c/pull/697)) |
| 11 | +* docs(examples): adjust discovery example wording ([#738](https://github.com/aws/aws-encryption-sdk-c/pull/738)) |
| 12 | +* docs: Use recommended RSA padding mode ([#522](https://github.com/aws/aws-encryption-sdk-c/pull/522)) |
| 13 | +* feat(examples): add DiscoveryFilter example ([#737](https://github.com/aws/aws-encryption-sdk-c/pull/737)) |
| 14 | + |
| 15 | +### Maintenance |
| 16 | + |
| 17 | +* feat: Add CBMC proof-running GitHub Action ([#763](https://github.com/aws/aws-encryption-sdk-c/pull/763)) |
| 18 | +* fix: return type of aws_default_allocator stub in CBMC proofs ([#760](https://github.com/aws/aws-encryption-sdk-c/pull/760)) |
| 19 | +* feat: use latest aws-cpp-sdk ([#761](https://github.com/aws/aws-encryption-sdk-c/pull/761)) |
| 20 | +* fix: kms delay ([#758](https://github.com/aws/aws-encryption-sdk-c/pull/758)) |
| 21 | +* chore: Update CBMC starter kit ([#753](https://github.com/aws/aws-encryption-sdk-c/pull/753)) |
| 22 | +* ci(CodeBuild): run ubuntu latest in series ([#747](https://github.com/aws/aws-encryption-sdk-c/pull/747)) |
| 23 | +* chore: bump openssl ([#746](https://github.com/aws/aws-encryption-sdk-c/pull/746)) |
| 24 | +* chore: Update submodules ([#725](https://github.com/aws/aws-encryption-sdk-c/pull/725)) |
| 25 | +* chore: Remove CBMC CI configuration ([#741](https://github.com/aws/aws-encryption-sdk-c/pull/741)) |
| 26 | +* chore: Bump Litani version to 1.16.0 ([#740](https://github.com/aws/aws-encryption-sdk-c/pull/740)) |
| 27 | +* chore: Upgrade CBMC templates submodule ([#739](https://github.com/aws/aws-encryption-sdk-c/pull/739)) |
| 28 | +* chore: Add CODEOWNERS file ([#733](https://github.com/aws/aws-encryption-sdk-c/pull/733)) |
| 29 | + |
3 | 30 | ## 2.3.2 -- 2021-10-18
|
4 | 31 |
|
5 | 32 | ### Maintenance
|
|
0 commit comments