Skip to content
Snippets Groups Projects
  1. Jul 04, 2019
  2. Jul 03, 2019
  3. Jul 02, 2019
  4. Jun 28, 2019
  5. Jun 26, 2019
  6. Jun 25, 2019
  7. Jun 24, 2019
  8. Jun 21, 2019
  9. Jun 19, 2019
  10. Jun 14, 2019
  11. Jun 12, 2019
  12. Jun 11, 2019
  13. Jun 06, 2019
  14. Jun 03, 2019
    • Philipp Winter's avatar
      Cache certificates across program restarts. · 11efa42e
      Philipp Winter authored
      So far, we request a certificate each time we start the broker.  Let's
      Encrypt maintains several rate limiters and if we exceed one of them, we
      won't get a certificate.  Worse, since we don't store certificates, we
      won't even be able to use an old one.
      
      This patch uses autocert's DirCache structure to cache certificates on
      disk.
      
      This patch fixes <https://bugs.torproject.org/30512>.
      11efa42e
  15. May 28, 2019
Loading