1. 10 Sep, 2015 2 commits
  2. 08 Sep, 2015 7 commits
  3. 04 Sep, 2015 4 commits
  4. 03 Sep, 2015 1 commit
  5. 01 Sep, 2015 1 commit
  6. 31 Aug, 2015 4 commits
  7. 30 Aug, 2015 6 commits
  8. 29 Aug, 2015 2 commits
  9. 28 Aug, 2015 5 commits
  10. 26 Aug, 2015 2 commits
  11. 25 Aug, 2015 2 commits
  12. 24 Aug, 2015 1 commit
  13. 20 Aug, 2015 2 commits
  14. 19 Aug, 2015 1 commit
    • CMake: fall back to OpenSSL on older OS X · b445940e
      Starting at OS X 10.8, the Security framework offers some functions
      which are unified across OS X and iOS. These are the functions that we
      use.
      
      Older versions of OS X do not have these functions and we fail to
      compile. In these situations, fall back to using OpenSSL for our TLS
      stream instead.
      Carlos Martín Nieto committed