Skip to content

Commit

Permalink
Update Go vendored library for the keystore feature (#5735)
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: #5687
  • Loading branch information
ph authored and ruflin committed Nov 28, 2017
1 parent 37bfd85 commit 66672e6
Show file tree
Hide file tree
Showing 196 changed files with 23,873 additions and 9,220 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ https://github.com/elastic/beats/compare/v6.0.0-beta2...master[Check the HEAD di
*Affecting all Beats*

- Support dashboard loading without Elasticseach {pull}5653[5653]
- Addition and update of the following libraries: pbkdf2, terminal, windows, unix {pull}5735[5735]

*Auditbeat*

Expand Down
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 66672e6

Please sign in to comment.