]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/threads_pthread.c
Limit the number of AES-GCM keys allowed in TLS. A new error is raised if this
[thirdparty/openssl.git] / crypto / threads_pthread.c
2018-08-17  Andy Polyakovcrypto/threads_*: remove CRYPTO_atomic_{read|write}.
2018-04-17  Richard LevitteUpdate copyright year
2018-04-05  Rich SalzSet error code if alloc returns NULL
2017-10-10  PauliReturn a value from atomic read on Windows.
2017-10-09  PauliAdd atomic write call
2017-10-09  PauliAdd a CRYPTO_atomic_read call which allows an int varia...
2017-08-18  Rich SalzPut thread-fork-init inside a run-once guard
2017-08-06  Rich SalzAdd missing include of cryptlib.h
2017-06-29  Rich SalzAdd fork handlers, based on pthread_atfork
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