1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2024-11-28 09:08:44 +02:00
oauth2-proxy/pkg/validation
Nick Meves f7cca1d0b3
Refactor encryption.Cipher to be an Encrypt/Decrypt Interface
All Encrypt/Decrypt Cipher implementations will now take
and return []byte to set up usage in future binary compatible
encoding schemes to fix issues with bloat encrypting to strings
(which requires base64ing adding 33% size)
2020-06-12 14:36:58 -07:00
..
logging.go Ensure exclude-logging-paths is consistent with other options 2020-05-31 14:09:28 +01:00
options_test.go Always encrypt sessions regardless of configuration 2020-05-24 21:23:04 +01:00
options.go Refactor encryption.Cipher to be an Encrypt/Decrypt Interface 2020-06-12 14:36:58 -07:00