libgocryptfs/internal/stupidgcm
Jakob Unterwurzacher cf29ce3762 stupidgcm: set dummy locking callback.
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.
2016-05-05 00:09:08 +02:00
..
locking.go stupidgcm: set dummy locking callback. 2016-05-05 00:09:08 +02:00
stupidgcm.go Revert "stupidgcm: print openssl error stack before panicing" 2016-05-05 00:09:08 +02:00
stupidgcm_test.go stupidgcm: skip tests on Go 1.4 and older 2016-05-05 00:09:08 +02:00