pomerium/pkg/cryptutil
bobby f837c92741
dev: update linter (#1728)
- gofumpt everything
- fix TLS MinVersion to be at least 1.2
- add octal syntax
- remove newlines
- fix potential decompression bomb in ecjson
- remove implicit memory aliasing in for loops.

Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-12-30 09:02:57 -08:00
..
testdata cryptutil: move to pkg dir, add token generator (#1029) 2020-06-30 15:55:33 -06:00
certificates.go cryptutil: move to pkg dir, add token generator (#1029) 2020-06-30 15:55:33 -06:00
certificates_test.go dev: update linter (#1728) 2020-12-30 09:02:57 -08: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 cryptutil: move to pkg dir, add token generator (#1029) 2020-06-30 15:55:33 -06:00
hash_test.go cryptutil: move to pkg dir, add token generator (#1029) 2020-06-30 15:55:33 -06:00
helpers.go cryptutil: move to pkg dir, add token generator (#1029) 2020-06-30 15:55:33 -06:00
helpers_test.go cryptutil: move to pkg dir, add token generator (#1029) 2020-06-30 15:55:33 -06:00
hmac.go dev: update linter (#1728) 2020-12-30 09:02:57 -08:00
hmac_test.go cryptutil: move to pkg dir, add token generator (#1029) 2020-06-30 15:55:33 -06:00
jose.go authorize: add signature algo support (RSA / EdDSA) (#1631) 2020-11-30 17:14:41 -08:00
jose_test.go dev: update linter (#1728) 2020-12-30 09:02:57 -08: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 dev: update linter (#1728) 2020-12-30 09:02:57 -08: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