Commit History

Author SHA1 Message Date
  Matt Caswell 6738bf1417 Update copyright year 6 years ago
  Benjamin Kaduk 63ab5ea13b Revert the crypto "global lock" implementation 6 years ago
  Pauli f32b0abe26 Remove unnecessary #include <openssl/lhash.h> directives. 7 years ago
  Rich Salz ed6b2c7938 Add CRYPTO_thread_glock_new 7 years ago
  Todd Short 1ee2125922 Fix ex_data and session_dup issues 7 years ago
  Bernd Edlinger b3c31a6572 Fix the error handling in CRYPTO_dup_ex_data. 7 years ago
  Bernd Edlinger 83b4049ab7 Combined patch against master branch for the following issues: 7 years ago
  Matt Caswell 135648bcd0 Fix mem leaks during auto-deinit 8 years ago
  Richard J. Moore 3c8537765c Const the ex data stuff too to fix warnings 8 years ago
  Richard Levitte c2e4e5d248 Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE instead 8 years ago
  Rich Salz aa6bb1352b Copyright consolidation 05/10 8 years ago
  Viktor Dukhovni 5c4328f04f Fold threads.h into crypto.h making API public 8 years ago
  Matt Caswell 1ee7b8b97c Fix ex_data locks issue 8 years ago
  Matt Caswell ff2344052b Ensure all locks are properly cleaned up 8 years ago
  Matt Caswell b3599dbb6a Rename int_*() functions to *_int() 8 years ago
  Matt Caswell 342c21cd8b Rename lots of *_intern or *_internal function to int_* 8 years ago
  Matt Caswell a5e3ac13d6 Deprecate CRYPTO_cleanup_all_ex_data() and make it a no-op 8 years ago
  FdaSilvaYY de70582410 Fix error code 8 years ago
  Richard Levitte e7c8cafab8 Change an function macro for ERR match the function it's used in. 8 years ago
  Emilia Kasper 8cab4e9bc7 Fix memory leak in library deinit 8 years ago
  Alessandro Ghedini f75200115d Convert CRYPTO_LOCK_EX_DATA to new multi-threading API 8 years ago
  FdaSilvaYY 0d4fb84390 GH601: Various spelling fixes. 8 years ago
  Dr. Stephen Henson 4a1f3f2741 Only declare stacks in headers 8 years ago
  Dr. Stephen Henson 8588571572 Rename DECLARE*STACK_OF to DEFINE*STACK_OF 8 years ago
  Rich Salz e6390acac9 ex_data part 2: doc fixes and CRYPTO_free_ex_index. 9 years ago
  Matt Caswell 90945fa31a Continue standardising malloc style for libcrypto 9 years ago
  Rich Salz 7e5363abe3 Rewrite crypto/ex_data 9 years ago
  Richard Levitte b39fc56061 Identify and move common internal libcrypto header files 9 years ago
  Rich Salz b4faea50c3 Use safer sizeof variant in malloc 9 years ago
  Rich Salz 25aaa98aa2 free NULL cleanup -- coda 9 years ago