pomerium/authenticate
Bobby DeSimone 24b11b0428
internal/cryputil: combines aead and cryptutil packages.
- Refactored encrypt / decrypt methods to use aead's NonceSize() interface method.
- Add explicit GenerateKey function.
- Remove mutex on XChaCha20.
2019-01-18 11:55:04 -08:00
..
circuit proxy : add HTTP endpoint support (#13) 2019-01-15 15:06:16 -08:00
providers proxy : add HTTP endpoint support (#13) 2019-01-15 15:06:16 -08:00
authenticate.go internal/cryputil: combines aead and cryptutil packages. 2019-01-18 11:55:04 -08:00
authenticate_test.go cmd/promerium : support TLS configuration from environmental variables (#12) 2019-01-15 15:24:05 -08:00
handlers.go internal/cryputil: combines aead and cryptutil packages. 2019-01-18 11:55:04 -08:00
handlers_test.go Improve test coverage. (#8) 2019-01-11 13:49:28 -10:00
middleware.go Improve test coverage. (#8) 2019-01-11 13:49:28 -10:00
middleware_test.go proxy : add HTTP endpoint support (#13) 2019-01-15 15:06:16 -08:00