Skip to content

feat: refactor raw RSA keyrings configuration per #257 #260

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 23, 2020
Merged

feat: refactor raw RSA keyrings configuration per #257 #260

merged 4 commits into from
Apr 23, 2020

Conversation

mattsb42-aws
Copy link
Member

Issue #, if available:
resolves: #257

Description of changes:
Changes as determined in #257.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Check any applicable:

  • Were any files moved? Moving files changes their URL, which breaks all hyperlinks to the files.

@@ -49,9 +49,9 @@ We start with AWS KMS examples, then show how to use other wrapping keys.
* [with keyrings](./src/keyring/raw_aes/raw_aes.py)
* [with master key providers](./src/master_key_provider/raw_aes/raw_aes.py)
* How to use a raw RSA wrapping key
* [with keyrings](./src/keyring/raw_rsa/private_key_only.py)
* [with keyrings](src/keyring/raw_rsa/keypair.py)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you have the './' on the other examples still, should those be updated too?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch. I think my IDE's auto-refactor did that.

@mattsb42-aws mattsb42-aws merged commit 6ffc135 into aws:master Apr 23, 2020
@mattsb42-aws mattsb42-aws deleted the dev-257 branch April 23, 2020 20:51
@mattsb42-aws mattsb42-aws added this to the keyrings milestone Apr 23, 2020
Copy link
Contributor

@seebees seebees left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So no error message on decrypt?
I guess that is fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[keyring] change raw RSA keyring to fit spec clarification
3 participants