Skip to content
Snippets Groups Projects
  1. 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
  2. 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
  3. May 24, 2018
  4. 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
  5. Mar 19, 2018
  6. Jan 14, 2018
  7. Jan 12, 2018
  8. Jan 11, 2018
  9. Dec 31, 2017
  10. Dec 22, 2017
  11. Dec 19, 2017
  12. Dec 17, 2017
  13. Dec 16, 2017
  14. Dec 14, 2017
  15. Dec 11, 2017
  16. Dec 10, 2017
    • ale's avatar
      Add a robust Search method to the LDAP ConnectionPool · 86a36cf5
      ale authored
      Also simplifies handling of the connection pool itself, switching to
      using deferred connects, and adds a test suite for misbehaving LDAP
      servers to exercise failure modes.
      86a36cf5
    • ale's avatar
      Modify the temporary error interface for Retry · 1fd8c2e2
      ale authored
      Now the default is for errors to be permanent, unless the error itself
      has a Temporary() method that returns true (like the transient network
      errors do in the net/ package).
      1fd8c2e2
  17. Dec 09, 2017
  18. Dec 07, 2017
  19. Dec 03, 2017
  20. Nov 27, 2017
  21. Nov 26, 2017
  22. Nov 23, 2017
  23. Nov 22, 2017
Loading