Skip to content

Commit

Permalink
feat: Improvements to the message decryption process (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
farleyb-amazon authored May 27, 2021
1 parent 8e6b9e5 commit 5a3b921
Show file tree
Hide file tree
Showing 54 changed files with 1,221 additions and 54,897 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "test_vector_handlers/test/aws-crypto-tools-test-vector-framework"]
path = test_vector_handlers/test/aws-crypto-tools-test-vector-framework
url = https://github.com/awslabs/private-aws-crypto-tools-test-vector-framework-staging.git
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
Changelog
*********

1.9.0 -- 2021-05-27
===================

Features
--------
* Improvements to the message decryption process

See https://github.com/aws/aws-encryption-sdk-python/security/advisories/GHSA-x5h4-9gqw-942j.

1.7.1 -- 2020-09-24
===================

Expand Down
51 changes: 10 additions & 41 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,67 +7,36 @@ batch:
buildspec: codebuild/py27/integ.yml
- identifier: py27_examples
buildspec: codebuild/py27/examples.yml
- identifier: py27_awses_1_7_1
buildspec: codebuild/py27/awses_1.7.1.yml
- identifier: py27_awses_2_0_0
buildspec: codebuild/py27/awses_2.0.0.yml
- identifier: py27_awses_latest
buildspec: codebuild/py27/awses_latest.yml
- identifier: py27_awses_local
buildspec: codebuild/py27/awses_local.yml

- identifier: py35_integ
buildspec: codebuild/py35/integ.yml
- identifier: py35_examples
buildspec: codebuild/py35/examples.yml
- identifier: py35_awses_1_7_1
buildspec: codebuild/py35/awses_1.7.1.yml
- identifier: py35_awses_2_0_0
buildspec: codebuild/py35/awses_2.0.0.yml
- identifier: py35_awses_latest
buildspec: codebuild/py35/awses_latest.yml
- identifier: py35_awses_local
buildspec: codebuild/py35/awses_local.yml

- identifier: py36_integ
buildspec: codebuild/py36/integ.yml
- identifier: py36_examples
buildspec: codebuild/py36/examples.yml
- identifier: py36_awses_1_7_1
buildspec: codebuild/py36/awses_1.7.1.yml
- identifier: py36_awses_2_0_0
buildspec: codebuild/py36/awses_2.0.0.yml
- identifier: py36_awses_latest
buildspec: codebuild/py36/awses_latest.yml
- identifier: py36_awses_local
buildspec: codebuild/py36/awses_local.yml

- identifier: py37_integ
buildspec: codebuild/py37/integ.yml
- identifier: py37_examples
buildspec: codebuild/py37/examples.yml
- identifier: py37_awses_1_7_1
buildspec: codebuild/py37/awses_1.7.1.yml
- identifier: py37_awses_2_0_0
buildspec: codebuild/py37/awses_2.0.0.yml
- identifier: py37_awses_latest
buildspec: codebuild/py37/awses_latest.yml
- identifier: py37_awses_local
buildspec: codebuild/py37/awses_local.yml

- identifier: py38_integ
buildspec: codebuild/py38/integ.yml
- identifier: py38_examples
buildspec: codebuild/py38/examples.yml
- identifier: py38_awses_1_7_1
buildspec: codebuild/py38/awses_1.7.1.yml
- identifier: py38_awses_2_0_0
buildspec: codebuild/py38/awses_2.0.0.yml
- identifier: py38_awses_latest
buildspec: codebuild/py38/awses_latest.yml

- identifier: py39_integ
buildspec: codebuild/py39/integ.yml
- identifier: py39_examples
buildspec: codebuild/py39/examples.yml
- identifier: py39_awses_1_7_1
buildspec: codebuild/py39/awses_1.7.1.yml
- identifier: py39_awses_2_0_0
buildspec: codebuild/py39/awses_2.0.0.yml
- identifier: py39_awses_latest
buildspec: codebuild/py39/awses_latest.yml
- identifier: py38_awses_local
buildspec: codebuild/py38/awses_local.yml

- identifier: code_coverage
buildspec: codebuild/coverage/coverage.yml
21 changes: 0 additions & 21 deletions codebuild/py27/awses_latest.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 0.2

env:
variables:
TOXENV: "py27-awses_1.7.1"
TOXENV: "py27-awses_local"
AWS_ENCRYPTION_SDK_PYTHON_INTEGRATION_TEST_AWS_KMS_KEY_ID: >-
arn:aws:kms:us-west-2:658956600833:key/b3537ef1-d8dc-4780-9f5a-55776cbb2f7f
AWS_ENCRYPTION_SDK_PYTHON_INTEGRATION_TEST_AWS_KMS_KEY_ID_2: >-
Expand Down
23 changes: 0 additions & 23 deletions codebuild/py35/awses_1.7.1.yml

This file was deleted.

23 changes: 0 additions & 23 deletions codebuild/py35/awses_latest.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 0.2

env:
variables:
TOXENV: "py35-awses_2.0.0"
TOXENV: "py35-awses_local"
AWS_ENCRYPTION_SDK_PYTHON_INTEGRATION_TEST_AWS_KMS_KEY_ID: >-
arn:aws:kms:us-west-2:658956600833:key/b3537ef1-d8dc-4780-9f5a-55776cbb2f7f
AWS_ENCRYPTION_SDK_PYTHON_INTEGRATION_TEST_AWS_KMS_KEY_ID_2: >-
Expand Down
21 changes: 0 additions & 21 deletions codebuild/py36/awses_1.7.1.yml

This file was deleted.

21 changes: 0 additions & 21 deletions codebuild/py36/awses_latest.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 0.2

env:
variables:
TOXENV: "py27-awses_2.0.0"
TOXENV: "py36-awses_local"
AWS_ENCRYPTION_SDK_PYTHON_INTEGRATION_TEST_AWS_KMS_KEY_ID: >-
arn:aws:kms:us-west-2:658956600833:key/b3537ef1-d8dc-4780-9f5a-55776cbb2f7f
AWS_ENCRYPTION_SDK_PYTHON_INTEGRATION_TEST_AWS_KMS_KEY_ID_2: >-
Expand Down
23 changes: 0 additions & 23 deletions codebuild/py37/awses_1.7.1.yml

This file was deleted.

23 changes: 0 additions & 23 deletions codebuild/py37/awses_latest.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 0.2

env:
variables:
TOXENV: "py37-awses_2.0.0"
TOXENV: "py37-awses_local"
AWS_ENCRYPTION_SDK_PYTHON_INTEGRATION_TEST_AWS_KMS_KEY_ID: >-
arn:aws:kms:us-west-2:658956600833:key/b3537ef1-d8dc-4780-9f5a-55776cbb2f7f
AWS_ENCRYPTION_SDK_PYTHON_INTEGRATION_TEST_AWS_KMS_KEY_ID_2: >-
Expand Down
21 changes: 0 additions & 21 deletions codebuild/py38/awses_1.7.1.yml

This file was deleted.

21 changes: 0 additions & 21 deletions codebuild/py38/awses_2.0.0.yml

This file was deleted.

21 changes: 0 additions & 21 deletions codebuild/py38/awses_latest.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 0.2

env:
variables:
TOXENV: "py36-awses_2.0.0"
TOXENV: "py38-awses_local"
AWS_ENCRYPTION_SDK_PYTHON_INTEGRATION_TEST_AWS_KMS_KEY_ID: >-
arn:aws:kms:us-west-2:658956600833:key/b3537ef1-d8dc-4780-9f5a-55776cbb2f7f
AWS_ENCRYPTION_SDK_PYTHON_INTEGRATION_TEST_AWS_KMS_KEY_ID_2: >-
Expand Down
Loading

0 comments on commit 5a3b921

Please sign in to comment.