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
Bobby DeSimone
72922b8ee8
internal/aead : replace miscreant with xchacha20poly1305
2019-01-16 12:14:51 -08:00
Bobby
0766725ff8
proxy : add HTTP endpoint support ( #13 )
...
proxy : Add HTTP (insecure) endpoint support, closes #11 .
* Fix typos
* Fixed additional typos and an ineffectual assignment
* Update route configuration in docs
2019-01-15 15:06:16 -08:00
bdd
56c89e8653
Improve test coverage. ( #8 )
...
* Improve test coverage.
* Remove unused http status code argument from SignInPageMethod.
* Removed log package in internal packages.
* Add test to check https scheme is used for authorization url.
* Add unit tests for global logging package.
2019-01-11 13:49:28 -10:00
Bobby DeSimone
d56c889224
initial release
2019-01-02 12:13:36 -08:00