You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is an implementation of the [AWS Encryption SDK](https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/reference.html) for the Go programming language, providing a set of libraries for developers to easily add encryption and decryption functionality to their Go applications. This implementation is inspired by the [aws-encryption-sdk-python](https://github.com/aws/aws-encryption-sdk-python) and follows the [AWS Encryption SDK specification](https://github.com/awslabs/aws-encryption-sdk-specification/tree/c35fbd91b28303d69813119088c44b5006395eb4) closely.
12
12
@@ -26,7 +26,6 @@ This SDK aims to fill that gap, offering Go developers the tools to implement en
26
26
27
27
### Current Limitations
28
28
29
-
- Does not support the Caching Materials Manager feature yet.
30
29
- Does not support KMS aliases at this stage.
31
30
- Raw Master Key provider does not support RSA encryption.
32
31
- Only framed content type is supported.
@@ -187,7 +186,7 @@ if err != nil {
187
186
188
187
## TODO
189
188
190
-
-[] Add support for Caching Materials Manager.
189
+
-[x] Add support for Caching Materials Manager[#559](https://github.com/chainifynet/aws-encryption-sdk-go/pull/559).
191
190
-[x] Add support for Message Format Version 1 [#170](https://github.com/chainifynet/aws-encryption-sdk-go/pull/170).
192
191
-[x] Add support for AWS KMS Multi-Region Keys [#46](https://github.com/chainifynet/aws-encryption-sdk-go/pull/46).
0 commit comments