minio/cmd/crypto
Andreas Auernhammer ffded5a930 make the crypto error type a native go type (#8267)
This commit makes the `crypto.Error` type a native go (string)
type. That allows us to define error values as constants instead
of variables.

For reference see:
 - https://twitter.com/_aead_/status/1118170258215514115?s=20
 - https://dave.cheney.net/2016/04/07/constant-errors
2019-09-22 01:12:51 -07:00
..
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 make the crypto error type a native go type (#8267) 2019-09-22 01:12:51 -07:00
header.go make SSE request header check comprehensive (#8276) 2019-09-21 03:26:12 +05:30
header_test.go make SSE request header check comprehensive (#8276) 2019-09-21 03:26:12 +05:30
key.go make the crypto error type a native go type (#8267) 2019-09-22 01:12:51 -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 make the crypto error type a native go type (#8267) 2019-09-22 01:12:51 -07:00
metadata_test.go make the crypto error type a native go type (#8267) 2019-09-22 01:12:51 -07:00
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