1. 26 Aug, 2018 1 commit
    • Kenton Varda's avatar
      Fix tls-test for OpenSSL 1.1.1. · 550f0116
      Kenton Varda authored
      These errors apparently don't show up until the first read with 1.1.1, and may have different messages.
      
      Apparently this landed on my Debian machine *today* and then all of the sudden the test was failing. I was so confused.
      550f0116
  2. 06 Jan, 2018 1 commit
  3. 05 Sep, 2017 1 commit
    • Kenton Varda's avatar
      Implement TLS option to verify client certificates. · 3a72273d
      Kenton Varda authored
      Use case for me is Cloudflare's "Authenticated Origin Pulls", in which Cloudflare authenticates itself to the origin server using client certificates. Thus the origin server can ensure that it only accepts traffic through Cloudflare, without resorting to IP whitelists.
      3a72273d
  4. 15 May, 2017 1 commit
    • Kenton Varda's avatar
      Feature-flag TLS library for now. · 8db916de
      Kenton Varda authored
      We'll need to update the configure script to check for OpenSSL and conditionally build this. Ekam users will need to add -DKJ_HAS_OPENSSL to their CXXFLAGS if they've arranged to link against the correct libs.
      8db916de
  5. 12 May, 2017 1 commit