Skip to content
Snippets Groups Projects
  1. Mar 21, 2019
  2. Feb 17, 2019
  3. Jan 29, 2019
  4. Nov 25, 2018
  5. Nov 23, 2018
  6. Nov 22, 2018
  7. Nov 18, 2018
  8. Nov 16, 2018
  9. Oct 29, 2018
  10. Oct 26, 2018
  11. Aug 28, 2018
  12. Aug 17, 2018
  13. Aug 16, 2018
    • ale's avatar
      Refactor the clientutil package · 193e29e6
      ale authored
      Implement a simpler API for the Backend interface, removing most old
      public methods and replacing them with a single Call() method, making
      the package look a bit more like an actual rpc package (so, hopefully,
      easier to replace in the future).
      193e29e6
  14. Aug 15, 2018
  15. Jun 28, 2018
    • ale's avatar
      Add package to manage user encryption keys · 9c87d6c3
      ale authored
      Encryption keys are stored themselves encrypted using a
      password (kdf+aes-siv construction).
      
      This package was moved over from git.autistici.org/id/keystore and
      completely refactored.
      9c87d6c3
  16. Jun 27, 2018
    • ale's avatar
      Nicer API for pwhash, and a benchmarking tool · 3a206d00
      ale authored
      The API makes it easier to set custom parameters on hashers. Default
      Argon2 parameters were also set to defaults more suited for a
      high-traffic authentication service.
      3a206d00
  17. May 24, 2018
  18. Apr 01, 2018
    • ale's avatar
      Minor http server improvements · c1ef74c7
      ale authored
      Fixes include:
      * only notify systemd after the network socket has been opened
      * add net/http/pprof debug handlers
      * add /health endpoint for Prometheus blackbox prober
      c1ef74c7
  19. Mar 19, 2018
  20. Jan 14, 2018
  21. Jan 12, 2018
  22. Jan 11, 2018
  23. Dec 31, 2017
  24. Dec 22, 2017
  25. Dec 19, 2017
  26. Dec 17, 2017
Loading