-
Notifications
You must be signed in to change notification settings - Fork 65
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
fix: Encryption Context changes #148
Commits on Jul 15, 2019
-
fix: Encryption Context changes
resolves aws#54 1. browser/node encrypt function public api should match 1. Encryption context should _only_ be optional in the public interface 1. Encryption context moved into cryptographic materials Internally, it is much more consistent to require an encryption context. Moving the encryption context onto the cryptographic materials brings them in line with the python keyring implementation. It also makes control of the encryption context in the CMM and **not** the keyrings very clear in the interface. NOTE: encrypt in encrypt-node now expects `encryptionContext` instead of `context`. This is **ONLY** done because the project is still in beta.
Configuration menu - View commit details
-
Copy full SHA for f538dc8 - Browse repository at this point
Copy the full SHA f538dc8View commit details
Commits on Jul 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 572745e - Browse repository at this point
Copy the full SHA 572745eView commit details
Commits on Jul 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 56a0a3c - Browse repository at this point
Copy the full SHA 56a0a3cView commit details -
Update modules/material-management/src/cryptographic_material.ts
Co-Authored-By: Matt Bullock <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dd21128 - Browse repository at this point
Copy the full SHA dd21128View commit details -
Update modules/material-management-node/src/node_cryptographic_materi…
…als_manager.ts Co-Authored-By: Matt Bullock <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a9b6259 - Browse repository at this point
Copy the full SHA a9b6259View commit details -
Update modules/material-management-browser/src/browser_cryptographic_…
…materials_manager.ts Co-Authored-By: Matt Bullock <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2d3d294 - Browse repository at this point
Copy the full SHA 2d3d294View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4cca21 - Browse repository at this point
Copy the full SHA b4cca21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3468cb5 - Browse repository at this point
Copy the full SHA 3468cb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d3283e - Browse repository at this point
Copy the full SHA 9d3283eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8220e3 - Browse repository at this point
Copy the full SHA d8220e3View commit details
Commits on Jul 23, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 681963f - Browse repository at this point
Copy the full SHA 681963fView commit details
Commits on Jul 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1acb20b - Browse repository at this point
Copy the full SHA 1acb20bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47afaf2 - Browse repository at this point
Copy the full SHA 47afaf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee4fea3 - Browse repository at this point
Copy the full SHA ee4fea3View commit details
Commits on Jul 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a4d0c57 - Browse repository at this point
Copy the full SHA a4d0c57View commit details