awslabs / aws-encryption-sdk-specification

AWS Encryption SDK Specification
Other
29 stars 27 forks source link

docs: return nothing from Put Cache Entry in CMC #194

Closed alex-chew closed 4 years ago

alex-chew commented 4 years ago

Issue #, if available: #2

Description of changes:

The Cryptographic Materials Cache (CMC) specification does not specify whether or not the Put Cache Entry operation returns the cache entry that it inserts. Some implementations do and others do not. This change specifies that the Put Cache Entry operation MUST NOT return the cache entry that it inserts.

Closes #2.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.