Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-05 | stupidgcm: set dummy locking callback.v0.10-rc2 | Jakob Unterwurzacher | |
In general, OpenSSL is only threadsafe if you provide a locking function through CRYPTO_set_locking_callback. However, the GCM operations that stupidgcm uses never call that function. To guard against that ever changing, set a dummy locking callback that crashes the app. |