Fix up path generation to use OPENSSL_MODULES
[openssl.git] / crypto / trace.c
2023-09-11 Dimitri Papadopoulos"foo * bar" should be "foo *bar"
2023-09-07 Matt CaswellCopyright year updates
2023-01-26 Dr. David von Oheimbadd OSSL_TRACE_STRING(), OSSL_TRACE_STRING_MAX, and...
2023-01-24 Dr. David von Oheimbset_trace_data(): prevent double free on OPENSSL_strdup...
2022-12-22 Tomas MrazAvoid ifdefs in trace categories
2022-09-16 Daniel FialaAdd tests for trace_api.
2022-05-30 Dr. David von Oheimbhttp_client.c: Dump response on error when tracing...
2022-05-03 Matt CaswellUpdate copyright year
2022-04-22 Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-02-05 Richard LevitteMove e_os.h to include/internal
2022-01-05 Tomas Mraztrace.c: Add missing trace category entry
2022-01-04 Matt CaswellValidate the category in OSSL_trace_end()
2021-05-28 Rich SalzRework and make DEBUG macros consistent.
2021-04-08 Matt CaswellUpdate copyright year
2021-03-14 Rich SalzAlways check CRYPTO_LOCK_{read,write}_lock
2020-11-11 Richard LevitteENCODER: Add tracing
2020-11-11 Richard LevitteDECODER: Add tracing
2020-10-01 Matt CaswellRun the withlibctx.pl script
2020-07-16 Richard LevitteUpdate copyright year
2020-07-16 Paulitrace: condition out engine related tracing
2019-11-03 Richard LevitteOSSL_STORE: add tracing
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-08-20 Dr. David von Oheimbprevent endless recursion when trace API is used within...
2019-06-22 Richard Levittecrypto/trace.c: Remove unexisting categories
2019-06-22 Richard LevitteOSSL_TRACE: ensure it's initialised
2019-04-05 Richard LevitteConvert the ENGINE_CONF trace calls to use CONF instead
2019-04-05 Richard LevitteRename the PROVIDER_CONF trace to CONF
2019-04-04 Dr. Matthias St... trace: add PROVIDER_CONF trace category
2019-03-29 Dr. Matthias St... trace: rename the default trace category from 'ANY...
2019-03-29 Dr. Matthias St... trace: apps/openssl: print the correct category name
2019-03-29 Dr. Matthias St... trace: fix out-of-bound memory access
2019-03-29 Dr. Matthias St... trace: don't pretend success if it's not enabled
2019-03-15 Dr. Matthias St... trace: ensure correct grouping
2019-03-15 Dr. Matthias St... trace: don't leak the line prefix
2019-03-15 Dr. Matthias St... trace: rename the trace channel types
2019-03-15 Dr. Matthias St... trace: remove some magic numbers
2019-03-14 Richard LevitteDon't fail when tracing is disabled
2019-03-06 Richard LevitteMake it possible to trace the trace functionality itself
2019-03-06 Richard LevitteAdapt BN_CTX_DEBUG to the new generic trace API
2019-03-06 Richard LevitteAdapt OPENSSL_DEBUG_DECRYPT to the new generic trace API
2019-03-06 Richard LevitteAdapt OPENSSL_POLICY_DEBUG to the new generic trace API
2019-03-06 Richard LevitteAdapt OPENSSL_DEBUG_KEYGEN to the new generic trace API
2019-03-06 Richard LevitteAdapt OPENSSL_DEBUG_PKCS5V2 to the new generic trace API
2019-03-06 Richard LevitteAdapt ENGINE_REF_COUNT_DEBUG to the new generic trace API
2019-03-06 Richard LevitteAdapt ENGINE_TABLE_DEBUG to the new generic trace API
2019-03-06 Richard LevitteAdapt ENGINE_CONF_DEBUG to the new generic trace API
2019-03-06 Richard LevitteAdapt OPENSSL_INIT_DEBUG to the new generic trace API
2019-03-06 Richard LevitteAdapt CIPHER_DEBUG to the new generic trace API
2019-03-06 Richard LevitteAdapt SSL_DEBUG to the new generic trace API
2019-03-06 Richard LevitteMake it possible to disable the TRACE API
2019-03-06 Richard LevitteAdd generic trace API