]> git-server-git.apps.pok.os.sepia.ceph.com Git - fscrypt.git/commit
build(deps): bump golang.org/x/crypto from 0.13.0 to 0.17.0
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 18 Dec 2023 23:20:51 +0000 (23:20 +0000)
committerEric Biggers <ebiggers3@gmail.com>
Wed, 27 Dec 2023 04:33:42 +0000 (20:33 -0800)
commit8c12cd64ab471d0a73ef4c300d7c40077cad5d5d
tree83ed69d77a2eabcb688922159d29ad1865f51e7b
build(deps): bump golang.org/x/crypto from 0.13.0 to 0.17.0

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.13.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.13.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
111 files changed:
.github/workflows/ci.yml [new file with mode: 0644]
.gitignore [new file with mode: 0644]
CODE_OF_CONDUCT.md [new file with mode: 0644]
CONTRIBUTING.md [new file with mode: 0644]
LICENSE [new file with mode: 0644]
Makefile [new file with mode: 0644]
NEWS.md [new file with mode: 0644]
README.md [new file with mode: 0644]
actions/callback.go [new file with mode: 0644]
actions/config.go [new file with mode: 0644]
actions/config_test.go [new file with mode: 0644]
actions/context.go [new file with mode: 0644]
actions/context_test.go [new file with mode: 0644]
actions/hashing_test.go [new file with mode: 0644]
actions/policy.go [new file with mode: 0644]
actions/policy_test.go [new file with mode: 0644]
actions/protector.go [new file with mode: 0644]
actions/protector_test.go [new file with mode: 0644]
actions/recovery.go [new file with mode: 0644]
actions/recovery_test.go [new file with mode: 0644]
bin/files-changed [new file with mode: 0755]
cli-tests/README.md [new file with mode: 0644]
cli-tests/common.sh [new file with mode: 0644]
cli-tests/run.sh [new file with mode: 0755]
cli-tests/t_change_passphrase.out [new file with mode: 0644]
cli-tests/t_change_passphrase.sh [new file with mode: 0755]
cli-tests/t_encrypt.out [new file with mode: 0644]
cli-tests/t_encrypt.sh [new file with mode: 0755]
cli-tests/t_encrypt_custom.out [new file with mode: 0644]
cli-tests/t_encrypt_custom.sh [new file with mode: 0755]
cli-tests/t_encrypt_login.out [new file with mode: 0644]
cli-tests/t_encrypt_login.sh [new file with mode: 0755]
cli-tests/t_encrypt_raw_key.out [new file with mode: 0644]
cli-tests/t_encrypt_raw_key.sh [new file with mode: 0755]
cli-tests/t_lock.out [new file with mode: 0644]
cli-tests/t_lock.sh [new file with mode: 0755]
cli-tests/t_metadata.out [new file with mode: 0644]
cli-tests/t_metadata.sh [new file with mode: 0755]
cli-tests/t_not_enabled.out [new file with mode: 0644]
cli-tests/t_not_enabled.sh [new file with mode: 0755]
cli-tests/t_not_supported.out [new file with mode: 0644]
cli-tests/t_not_supported.sh [new file with mode: 0755]
cli-tests/t_passphrase_hashing.out [new file with mode: 0644]
cli-tests/t_passphrase_hashing.sh [new file with mode: 0755]
cli-tests/t_setup.out [new file with mode: 0644]
cli-tests/t_setup.sh [new file with mode: 0755]
cli-tests/t_single_user.out [new file with mode: 0644]
cli-tests/t_single_user.sh [new file with mode: 0755]
cli-tests/t_status.out [new file with mode: 0644]
cli-tests/t_status.sh [new file with mode: 0755]
cli-tests/t_unlock.out [new file with mode: 0644]
cli-tests/t_unlock.sh [new file with mode: 0755]
cli-tests/t_v1_policy.out [new file with mode: 0644]
cli-tests/t_v1_policy.sh [new file with mode: 0755]
cli-tests/t_v1_policy_fs_keyring.out [new file with mode: 0644]
cli-tests/t_v1_policy_fs_keyring.sh [new file with mode: 0755]
cmd/fscrypt/commands.go [new file with mode: 0644]
cmd/fscrypt/errors.go [new file with mode: 0644]
cmd/fscrypt/flags.go [new file with mode: 0644]
cmd/fscrypt/format.go [new file with mode: 0644]
cmd/fscrypt/fscrypt.go [new file with mode: 0644]
cmd/fscrypt/fscrypt_bash_completion [new file with mode: 0644]
cmd/fscrypt/fscrypt_test.go [new file with mode: 0644]
cmd/fscrypt/keys.go [new file with mode: 0644]
cmd/fscrypt/prompt.go [new file with mode: 0644]
cmd/fscrypt/protector.go [new file with mode: 0644]
cmd/fscrypt/setup.go [new file with mode: 0644]
cmd/fscrypt/status.go [new file with mode: 0644]
cmd/fscrypt/strings.go [new file with mode: 0644]
crypto/crypto.go [new file with mode: 0644]
crypto/crypto_test.go [new file with mode: 0644]
crypto/key.go [new file with mode: 0644]
crypto/rand.go [new file with mode: 0644]
crypto/recovery_test.go [new file with mode: 0644]
filesystem/filesystem.go [new file with mode: 0644]
filesystem/filesystem_test.go [new file with mode: 0644]
filesystem/mountpoint.go [new file with mode: 0644]
filesystem/mountpoint_test.go [new file with mode: 0644]
filesystem/path.go [new file with mode: 0644]
filesystem/path_test.go [new file with mode: 0644]
go.mod [new file with mode: 0644]
go.sum [new file with mode: 0644]
keyring/fs_keyring.go [new file with mode: 0644]
keyring/keyring.go [new file with mode: 0644]
keyring/keyring_test.go [new file with mode: 0644]
keyring/user_keyring.go [new file with mode: 0644]
metadata/checks.go [new file with mode: 0644]
metadata/config.go [new file with mode: 0644]
metadata/config_test.go [new file with mode: 0644]
metadata/constants.go [new file with mode: 0644]
metadata/metadata.pb.go [new file with mode: 0644]
metadata/metadata.proto [new file with mode: 0644]
metadata/policy.go [new file with mode: 0644]
metadata/policy_test.go [new file with mode: 0644]
pam/constants.go [new file with mode: 0644]
pam/login.go [new file with mode: 0644]
pam/pam.c [new file with mode: 0644]
pam/pam.go [new file with mode: 0644]
pam/pam.h [new file with mode: 0644]
pam/pam_test.go [new file with mode: 0644]
pam_fscrypt/config [new file with mode: 0644]
pam_fscrypt/pam_fscrypt.go [new file with mode: 0644]
pam_fscrypt/run_fscrypt.go [new file with mode: 0644]
pam_fscrypt/run_test.go [new file with mode: 0644]
security/cache.go [new file with mode: 0644]
security/privileges.go [new file with mode: 0644]
security/security_test.go [new file with mode: 0644]
tools.go [new file with mode: 0644]
util/errors.go [new file with mode: 0644]
util/util.go [new file with mode: 0644]
util/util_test.go [new file with mode: 0644]