1. 05 Apr, 2015 1 commit
  2. 17 Mar, 2015 1 commit
  3. 06 Mar, 2015 1 commit
  4. 05 Mar, 2015 1 commit
  5. 22 Nov, 2014 1 commit
  6. 13 Aug, 2014 1 commit
  7. 04 Aug, 2014 2 commits
  8. 20 Jul, 2014 1 commit
  9. 13 Jul, 2014 1 commit
  10. 05 Jul, 2014 1 commit
  11. 20 Jun, 2014 1 commit
  12. 15 May, 2014 1 commit
  13. 25 Mar, 2014 1 commit
  14. 22 Mar, 2014 1 commit
  15. 12 Mar, 2014 1 commit
  16. 11 Mar, 2014 6 commits
  17. 08 Mar, 2014 1 commit
  18. 06 Mar, 2014 1 commit
  19. 04 Mar, 2014 1 commit
  20. 21 Jan, 2014 1 commit
  21. 04 Jan, 2014 2 commits
  22. 01 Jan, 2014 1 commit
  23. 27 Dec, 2013 1 commit
  24. 25 Dec, 2013 2 commits
  25. 27 Oct, 2013 1 commit
  26. 24 Oct, 2013 1 commit
  27. 26 Sep, 2013 2 commits
    • Martin Storsjö's avatar
      tls: Add support for listen mode · 705b748e
      Martin Storsjö authored
      Also add options for specifying a certificate and key, which can
      be used both when operating as client and as server.
      
      Partially based on a patch by Peter Ross.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      705b748e
    • Martin Storsjö's avatar
      tls: Add options for verifying the peer certificate · 8b09d917
      Martin Storsjö authored
      A file containing the trusted CA certificates needs to be
      supplied via the ca_file AVOption, unless the TLS library
      has got a system default file/database set up.
      
      This doesn't check the hostname of the peer certificate with
      openssl, which requires a non-trivial piece of code for
      manually matching the desired hostname to the string provided
      by the certificate, not provided as a library function.
      
      That is, with openssl, this only validates that the received
      certificate is signed with the right CA, but not that it is
      the actual server we think we're talking to.
      
      Verification is still disabled by default since we can't count
      on a proper CA database existing at all times.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      8b09d917
  28. 21 Sep, 2013 1 commit
  29. 10 Aug, 2013 3 commits