Skip to content

Commit

Permalink
Update Go vendored library for the keystore feature
Browse files Browse the repository at this point in the history
- Added: golang.org/x/crypto/pbkdf2 (Key derivation function)
- Added: golang.org/x/crypto/ssh/terminal (Request a password securely
on the terminal)
- Updated: golang.org/x/sys/unix (required by terminal)
- Updated: golang.org/x/sys/windows (required by terminal)

Required by: elastic#5687
  • Loading branch information
ph committed Nov 28, 2017
1 parent 8596d2a commit aed7d69
Show file tree
Hide file tree
Showing 195 changed files with 23,872 additions and 9,220 deletions.
4 changes: 2 additions & 2 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3572,7 +3572,7 @@ SOFTWARE.

--------------------------------------------------------------------
Dependency: golang.org/x/crypto
Revision: 9419663f5a44be8b34ca85f08abc5fe1be11f8a3
Revision: e8f229864d71a49e5fdc4a9a134c5f85c4c33d64
License type (autodetected): BSD 3-clause license
./vendor/golang.org/x/crypto/LICENSE:
--------------------------------------------------------------------
Expand Down Expand Up @@ -3640,7 +3640,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

--------------------------------------------------------------------
Dependency: golang.org/x/sys
Revision: a55a76086885b80f79961eacb876ebd8caf3868d
Revision: b76f9891dc1d975623261def70f9b89661f5baab
License type (autodetected): BSD 3-clause license
./vendor/golang.org/x/sys/LICENSE:
--------------------------------------------------------------------
Expand Down
77 changes: 77 additions & 0 deletions vendor/golang.org/x/crypto/pbkdf2/pbkdf2.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit aed7d69

Please sign in to comment.