提交歷史

作者 SHA1 備註 提交日期
  Bernd Edlinger 712e8debb5 Fix the parameter types of the CRYPTO_EX_dup function type. 7 年之前
  Rich Salz 852c2ed260 In OpenSSL builds, declare STACK for datatypes ... 4 年之前
  Matt Caswell 33388b44b6 Update copyright year 4 年之前
  Davide Galassi 86cd42fbd3 Remove double fetch of "OSSL_EX_DATA_GLOBAL" for global lock 4 年之前
  Rich Salz 742ccab318 Deprecate most of debug-memory 5 年之前
  Matus Kysel 0c080f73e8 Remove deadlock that was caused by calling pthread_rwlock_wrlock() on same thread twice. This can be reproduce only with musl. 5 年之前
  Dr. Matthias St. Pierre 25f2138b0a Reorganize private crypto header files 5 年之前
  Pauli aee6e29f0e Access data after obtaining the lock not before. 5 年之前
  Pauli 823ee00a39 Use NULL as parameter when pointer can only be NULL. 5 年之前
  Matt Caswell f2d20f0bb8 Fix NULL pointer dereference in the ex_data code 5 年之前
  Pauli 1f76076095 Coverity CID 1444951: Null pointer dereferences 5 年之前
  Pauli 97ee8af495 Coverity CID 1444955: Null pointer dereferences 5 年之前
  Matt Caswell 1aedc35fd6 Instead of global data store it in an OPENSSL_CTX 5 年之前
  FdaSilvaYY 23dc8feba8 Coverity: fix two minor NPD issues. 5 年之前
  Richard Levitte e17f5b6a6b Add CRYPTO_alloc_ex_data() 5 年之前
  Richard Levitte 0e9725bcb9 Following the license change, modify the boilerplates in crypto/ 6 年之前
  Bernd Edlinger eb2b989206 Ensure the thread keys are always allocated in the same order 6 年之前
  Matt Caswell 6738bf1417 Update copyright year 6 年之前
  Benjamin Kaduk 63ab5ea13b Revert the crypto "global lock" implementation 6 年之前
  Pauli f32b0abe26 Remove unnecessary #include <openssl/lhash.h> directives. 7 年之前
  Rich Salz ed6b2c7938 Add CRYPTO_thread_glock_new 7 年之前
  Todd Short 1ee2125922 Fix ex_data and session_dup issues 7 年之前
  Bernd Edlinger b3c31a6572 Fix the error handling in CRYPTO_dup_ex_data. 7 年之前
  Bernd Edlinger 83b4049ab7 Combined patch against master branch for the following issues: 7 年之前
  Matt Caswell 135648bcd0 Fix mem leaks during auto-deinit 8 年之前
  Richard J. Moore 3c8537765c Const the ex data stuff too to fix warnings 8 年之前
  Richard Levitte c2e4e5d248 Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE instead 8 年之前
  Rich Salz aa6bb1352b Copyright consolidation 05/10 8 年之前
  Viktor Dukhovni 5c4328f04f Fold threads.h into crypto.h making API public 8 年之前
  Matt Caswell 1ee7b8b97c Fix ex_data locks issue 8 年之前