Skip to content
Snippets Groups Projects
  1. Dec 20, 2019
  2. Dec 02, 2019
  3. Nov 28, 2019
  4. Sep 20, 2019
  5. Aug 05, 2019
  6. Jun 13, 2019
  7. Apr 11, 2019
  8. Mar 12, 2019
  9. Mar 05, 2019
  10. Feb 25, 2019
  11. Feb 22, 2019
    • Vladimír Čunát's avatar
      daemon: rework handling of TLS authentication params · 81b1450e
      Vladimír Čunát authored and Petr Špaček's avatar Petr Špaček committed
      It's mainly about the way we parse and validate them.
      
      Almost all of the parts of validation that were being done
      in modules/policy/policy.lua and daemon/tls.c got moved
      to daemon/bindings/net.c, so it's easier to follow that.
      Also more checks are being done now, e.g. contents of .pin_sha256
      and .hostname strings.
      81b1450e
    • Vladimír Čunát's avatar
      policy.TLS_FORWARD: send SNI on wire if configured · a4284580
      Vladimír Čunát authored and Petr Špaček's avatar Petr Špaček committed
      In https world it's standard to do that, and it's relied on.
      Real-life example: 8.8.8.8#853 over TLSv1.3 won't send a certificate
      if we don't send SNI (no idea why; also they do send it with TLSv1.2).
      
      As a consequence, we no longer allow multiple hostnames per
      address-port tuple, but that didn't seem useful.
      a4284580
  12. Feb 06, 2019
  13. Dec 13, 2018
    • Vladimír Čunát's avatar
      modules/{policy,view}: do not act if FAIL or DONE · c16728f5
      Vladimír Čunát authored and Petr Špaček's avatar Petr Špaček committed
      Not all actions are destructive, but it seems generally expected that if
      an earlier module or other code already transitioned the request into
      a FAIL or DONE state, we don't want to apply rules anymore.
      In particular, later rule actions would "overwrite" what previous
      actions did.
      c16728f5
  14. Dec 04, 2018
  15. Dec 03, 2018
  16. Aug 14, 2018
  17. Jun 07, 2018
  18. Jun 06, 2018
  19. Jun 01, 2018
  20. Feb 15, 2018
  21. Jan 25, 2018
  22. Jan 18, 2018
  23. Jan 08, 2018
  24. Nov 24, 2017
  25. Aug 01, 2017