1
0
mirror of https://github.com/minio/minio.git synced 2025-04-06 04:40:38 -04:00

8 Commits

Author SHA1 Message Date
Pontus Leitzler
ea73accefd Remove h2 from NextProtos since it doesn't work () 2018-10-26 12:48:39 +05:30
Bala FA
72fa2b4537 Add RPC counters for HTTP stats. ()
This patch introduces separate counters for HTTP stats for minio
reserved bucket.

Fixes 
2018-08-30 14:17:58 +05:30
Harshavardhana
25de775560 disable disk-usage when export is root mount path ()
disk usage crawling is not needed when a tenant
is not sharing the same disk for multiple other
tenants. This PR adds an optimization when we
see a setup uses entire disk, we simply rely on
statvfs() to give us total usage.

This PR also additionally adds low priority
scheduling for usage check routine, such that
other go-routines blocked will be automatically
unblocked and prioritized before usage.
2018-06-27 18:59:38 -07:00
Harshavardhana
74328c3061 Implement auto cert reloading () 2018-05-31 12:30:15 -07:00
Andreas Auernhammer
21a3c0f482 disable elliptic curves P-384 and P-521 for TLS. ()
This change disables the non-constant-time implementations of P-384 and P-521.
As a consequence a client using just these curves cannot connect to the server.
This should be no real issues because (all) clients at least support P-256.

Further this change also rejects ECDSA private keys of P-384 and P-521.
While non-constant-time implementations for the ECDHE exchange don't expose an
obvious vulnerability, using P-384 or P-521 keys for the ECDSA signature may allow
pratical timing attacks.

Fixes 
2018-04-24 15:47:30 -07:00
Bala FA
76cc65531c use package name correctly () 2018-04-21 19:23:54 -07:00
kannappanr
f8a3fd0c2a
Create logger package and rename errorIf to LogIf ()
Removing message from error logging
Replace errors.Trace with LogIf
2018-04-05 15:04:40 -07:00
kannappanr
91fd8ffeb7
Move http package inside cmd () 2018-04-05 14:19:27 -07:00