Commit History

Author SHA1 Message Date
  Richard Levitte b646179229 Copyright year updates 1 month ago
  Randall S. Becker 99fb31c167 Add atexit configuration option to using atexit() in libcrypto at build-time. 3 months ago
  Matt Caswell da1c088f59 Copyright year updates 7 months ago
  Bernd Edlinger 6b1a1275b3 Fix an init-deadlock in OPENSSL_init_crypto(OPENSSL_INIT_LOAD_CRYPTO_STRINGS) 8 months ago
  Todd Short caf9317d7d Add ZSTD compression support (RFC8478bis) 2 years ago
  Todd Short 12e96a2360 Add brotli compression support (RFC7924) 2 years ago
  Richard Levitte e077455e9e Stop raising ERR_R_MALLOC_FAILURE in most places 1 year ago
  Tomas Mraz e9a806b2c2 Avoid reusing the init_lock for a different purpose 1 year ago
  Pauli 979575c6ef init: fix defined but unused warning/error 1 year ago
  Pauli fb4cdca053 strcasecmp: implement strcasecmp and strncasecmp 1 year ago
  Tomas Mraz f505be999f Always try locale initialization from OPENSSL_strcasecmp 1 year ago
  Dr. Matthias St. Pierre 1c8787d5e0 err: get rid of err_free_strings_int() 2 years ago
  Matt Caswell fecb3aae22 Update copyright year 2 years ago
  Mathias Berchtold 1d64b068ca Move ossl_deinit_casecmp to the end of OPENSSL_cleanup() 2 years ago
  Dmitry Belyavskiy 4b2bd2722b Public API functions OPENSSL_str[n]casecmp 2 years ago
  Richard Levitte d5f9166bac Move e_os.h to include/internal 2 years ago
  Tomas Mraz b5c4dc6ce5 Prevent recursive call of OPENSSL_INIT_LOAD_CONFIG 2 years ago
  Tomas Mraz 7d69c07ddf OPENSSL_init_crypto must return 0 when cleanup was done 2 years ago
  Pauli b93f6c2db9 err: rename err_load_xxx_strings_int functions 2 years ago
  Todd Short 309c6fbace Add RUN_ONCE support to zlib init 3 years ago
  Tanzinul Islam f1ee757daa Resurrect and modernize C++Builder config 3 years ago
  Matt Caswell 3c2bdd7df9 Update copyright year 3 years ago
  Shane Lontis f148f7034c Add ossl_ conf symbols 3 years ago
  Shane Lontis 1335ca4b07 Add ossl_rand symbols 3 years ago
  Matt Caswell 50864bd2f7 Convert some TODO(3.0) comments in init.c to normal comments 3 years ago
  Rich Salz cd3f8c1b11 Always check CRYPTO_LOCK_{read,write}_lock 3 years ago
  Matt Caswell db6bcc81ab Optimise OPENSSL_init_crypto 3 years ago
  Matt Caswell ae031148fd Optimise OPENSSL_init_crypto to not need a lock when loading config 3 years ago
  Richard Levitte 9311d0c471 Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call 3 years ago
  Randall S. Becker 9750b4d39c Moved OPENSSL_fork_prepare,_parent,_child from init.c to threads_pthread.c. 3 years ago