pomerium/pkg/cryptutil
dependabot[bot] 0246882f13
chore(deps): bump gopkg.in/square/go-jose.v2 from 2.5.1 to 2.6.0 (#2273)
* chore(deps): bump gopkg.in/square/go-jose.v2 from 2.5.1 to 2.6.0

Bumps [gopkg.in/square/go-jose.v2](https://github.com/square/go-jose) from 2.5.1 to 2.6.0.
- [Release notes](https://github.com/square/go-jose/releases)
- [Commits](https://github.com/square/go-jose/compare/v2.5.1...v2.6.0)

---
updated-dependencies:
- dependency-name: gopkg.in/square/go-jose.v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* update kid

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Caleb Doxsey <cdoxsey@pomerium.com>
2021-06-07 09:15:17 -06:00
..
testdata config: add client_crl (#2157) 2021-04-30 14:36:32 -06:00
certificates.go config: add client_crl (#2157) 2021-04-30 14:36:32 -06:00
certificates_test.go config: add client_crl (#2157) 2021-04-30 14:36:32 -06:00
dek.go cryptutil: add envelope encryption w/key encryption key and data encryption key (#2020) 2021-03-26 06:57:35 -06:00
dek_test.go cryptutil: add envelope encryption w/key encryption key and data encryption key (#2020) 2021-03-26 06:57:35 -06:00
doc.go cryptutil: move to pkg dir, add token generator (#1029) 2020-06-30 15:55:33 -06:00
encrypt.go cryptutil: more explicit decryption error (#1607) 2020-11-23 07:57:30 -08:00
encrypt_test.go cryptutil: more explicit decryption error (#1607) 2020-11-23 07:57:30 -08:00
hash.go use incremental API for envoy xDS (#1732) 2021-01-05 12:45:55 -07:00
hash_test.go use incremental API for envoy xDS (#1732) 2021-01-05 12:45:55 -07:00
helpers.go databroker: refactor databroker to sync all changes (#1879) 2021-02-18 15:24:33 -07:00
helpers_test.go cryptutil: move to pkg dir, add token generator (#1029) 2020-06-30 15:55:33 -06:00
hmac.go cryptutil: use bytes for hmac (#2067) 2021-04-07 14:57:24 -06:00
hmac_test.go cryptutil: use bytes for hmac (#2067) 2021-04-07 14:57:24 -06:00
jose.go authorize: add signature algo support (RSA / EdDSA) (#1631) 2020-11-30 17:14:41 -08:00
jose_test.go chore(deps): bump gopkg.in/square/go-jose.v2 from 2.5.1 to 2.6.0 (#2273) 2021-06-07 09:15:17 -06:00
kek.go cryptutil: always use kek public id, add x509 support (#2066) 2021-04-07 09:44:36 -07:00
kek_test.go cryptutil: always use kek public id, add x509 support (#2066) 2021-04-07 09:44:36 -07:00
sign.go cryptutil: move to pkg dir, add token generator (#1029) 2020-06-30 15:55:33 -06:00
sign_test.go cryptutil: move to pkg dir, add token generator (#1029) 2020-06-30 15:55:33 -06:00
tls.go log context (#2107) 2021-04-22 10:58:13 -04:00
tls_test.go cryptutil: move to pkg dir, add token generator (#1029) 2020-06-30 15:55:33 -06:00
token.go cryptutil: move to pkg dir, add token generator (#1029) 2020-06-30 15:55:33 -06:00
token_test.go cryptutil: move to pkg dir, add token generator (#1029) 2020-06-30 15:55:33 -06:00
x509.go cryptutil: always use kek public id, add x509 support (#2066) 2021-04-07 09:44:36 -07:00
x509_test.go cryptutil: always use kek public id, add x509 support (#2066) 2021-04-07 09:44:36 -07:00