mirror of
https://github.com/minio/minio.git
synced 2025-11-13 07:11:44 -05:00
Bcrypt is not neccessary and not used properly. This change replace the whole bcrypt hash computation through a constant time compare and removes bcrypt from the code base.
This commit is contained in:
committed by
Dee Koder
parent
07ccf4c0d0
commit
b233345f19
10
vendor/vendor.json
vendored
10
vendor/vendor.json
vendored
@@ -452,16 +452,6 @@
|
||||
"revision": "3b8db5e93c4c02efbc313e17b2e796b0914a01fb",
|
||||
"revisionTime": "2016-12-15T19:56:52Z"
|
||||
},
|
||||
{
|
||||
"path": "golang.org/x/crypto/bcrypt",
|
||||
"revision": "7b85b097bf7527677d54d3220065e966a0e3b613",
|
||||
"revisionTime": "2015-11-30T17:07:01-05:00"
|
||||
},
|
||||
{
|
||||
"path": "golang.org/x/crypto/blowfish",
|
||||
"revision": "7b85b097bf7527677d54d3220065e966a0e3b613",
|
||||
"revisionTime": "2015-11-30T17:07:01-05:00"
|
||||
},
|
||||
{
|
||||
"path": "golang.org/x/net/context",
|
||||
"revision": "a728288923b47049b2ce791836767ffbe964a5bd",
|
||||
|
||||
Reference in New Issue
Block a user