oauth2-proxy/pkg/encryption
Nick Meves d228d5a928
Refactor the utils package to other areas (#538)
* Refactor the utils package to other areas

Move cookieSession functions to cookie session store
& align the double implementation of SecretBytes to be
united and housed under encryption

* Remove unused Provider SessionFromCookie/CookieForSession

These implementations aren't used, these are handled in the cookie store.

* Add changelog entry for session/utils refactor
2020-05-14 10:16:35 +01:00
..
cipher.go Refactor the utils package to other areas (#538) 2020-05-14 10:16:35 +01:00
cipher_test.go Migrate cookie signing to SHA256 from SHA1 (#524) 2020-05-09 16:14:19 +01:00
nonce.go Move cookie to pkg/encryption 2019-06-15 11:33:57 +02:00