minio/cmd/crypto
Andreas Auernhammer e34369c860 prepare SSE-S3 metadata parsing for K/V data key store (#8259)
This commit allows the MinIO server to parse the metadata if:
 - either the `X-Minio-Internal-Server-Side-Encryption-S3-Key-Id`
   and the `X-Minio-Internal-Server-Side-Encryption-S3-Kms-Sealed-Key`
   entries are present.
 - or *both* headers are not present.

This is in service to support a K/V data key store.
2019-09-19 04:08:09 +05:30
..
config.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
doc.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
error.go add UpdateKey method to KMS interface (#7974) 2019-08-01 15:47:47 -07:00
header.go enable SSE-KMS pass-through on S3 gateway (#7788) 2019-06-19 17:37:08 -07:00
header_test.go enable SSE-KMS pass-through on S3 gateway (#7788) 2019-06-19 17:37:08 -07:00
key.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
key_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
kms.go add UpdateKey method to KMS interface (#7974) 2019-08-01 15:47:47 -07:00
kms_test.go add UpdateKey method to KMS interface (#7974) 2019-08-01 15:47:47 -07:00
metadata.go prepare SSE-S3 metadata parsing for K/V data key store (#8259) 2019-09-19 04:08:09 +05:30
metadata_test.go prepare SSE-S3 metadata parsing for K/V data key store (#8259) 2019-09-19 04:08:09 +05:30
sse.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
sse_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
vault.go fix type conversion in UpdateKey for Vault (#8058) 2019-08-11 22:20:25 +05:30
vault_test.go crypto: add unit test for vault config verification (#7413) 2019-04-10 11:05:53 -07:00