]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/threads_pthread.c
Make EVP_PKEY_asn1_add0() stricter about its input
[thirdparty/openssl.git] / crypto / threads_pthread.c
2017-02-03  Dmitry KostjuchenkoGrouped data declarations [skip ci]
2017-02-03  Dmitry KostjuchenkoRemoved tab spaces.
2017-02-03  Dmitry KostjuchenkoCorrections according the review comments.
2017-02-03  Dmitry KostjuchenkoCompile fix on platforms with missing pthread_rwlock_t.
2016-08-24  Richard LevitteCRYPTO_atomic_add(): check that the object is lock...
2016-08-24  Richard LevitteCRYPTO_atomic_add(): use acquire release memory order...
2016-08-24  Richard LevitteCheck for __GNUC__ to use GNU C atomic buildins
2016-05-17  Rich SalzCopyright consolidation 09/10
2016-05-16  Viktor DukhovniFold threads.h into crypto.h making API public
2016-03-04  FdaSilvaYYGH773: Possible leak on CRYPTO_THREAD_lock_new failure
2016-02-26  Alessandro GhediniImplement new multi-threading API