• Show log

    Commit

  • Hash : 5fa04943
    Author : Carlos Martín Nieto
    Date : 2014-06-11T23:19:48

    ssl: use locking
    
    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.