1. 30 Jun, 2014 1 commit
  2. 27 Jun, 2014 3 commits
  3. 26 Jun, 2014 4 commits
  4. 25 Jun, 2014 8 commits
  5. 24 Jun, 2014 8 commits
  6. 23 Jun, 2014 4 commits
  7. 20 Jun, 2014 3 commits
  8. 16 Jun, 2014 1 commit
  9. 14 Jun, 2014 1 commit
  10. 13 Jun, 2014 3 commits
  11. 12 Jun, 2014 3 commits
  12. 11 Jun, 2014 1 commit
    • ssl: use locking · 5fa04943
      When using in a multithreaded context, OpenSSL needs to lock, and leaves
      it up to application to provide said locks.
      
      We were not doing this, and it's just luck that's kept us from crashing
      up to now.
      Carlos Martín Nieto committed