minio/pkg
Harshavardhana 8a028a9efb handler/PUT: Handle signature verification through a custom reader. (#2066)
Change brings in a new signVerifyReader which provides a io.Reader
compatible reader, additionally implements Verify() function.

Verify() function validates the signature present in the incoming
request. This approach is choosen to avoid complexities involved
in using io.Pipe().

Thanks to Krishna for his inputs on this.

Fixes #2058
Fixes #2054
Fixes #2087
2016-07-05 01:04:50 -07:00
..
crypto/sha256 bitrot: Start using blake2b algorithm and remove sha512 usage. (#1957) 2016-06-22 17:13:26 -07:00
disk posix: checkDiskFree() also checks free inodes. (#2086) 2016-07-03 22:34:45 -07:00
mimedb setBucketMetadata: Fix a deadlock. 2016-02-05 15:48:08 -08:00
objcache handler/PUT: Handle signature verification through a custom reader. (#2066) 2016-07-05 01:04:50 -07:00
quick server: terminal width should fallback to 80x25. (#1895) 2016-06-12 19:35:28 -07:00
safe pkg/safe: remove temporary file on failure (#1774) 2016-05-28 15:15:53 -07:00