summaryrefslogtreecommitdiff
path: root/crypto/trace.c
Commit message (Expand)AuthorAgeFilesLines
* add OSSL_TRACE_STRING(), OSSL_TRACE_STRING_MAX, and OSSL_trace_string()Dr. David von Oheimb2023-01-261-0/+25
* set_trace_data(): prevent double free on OPENSSL_strdup() failureDr. David von Oheimb2023-01-241-5/+9
* Avoid ifdefs in trace categoriesTomas Mraz2022-12-221-14/+7
* Add tests for trace_api.Daniel Fiala2022-09-161-0/+14
* http_client.c: Dump response on error when tracing is enabledDr. David von Oheimb2022-05-301-2/+3
* Update copyright yearMatt Caswell2022-05-031-1/+1
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-221-3/+1
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* trace.c: Add missing trace category entryTomas Mraz2022-01-051-0/+1
* Validate the category in OSSL_trace_end()Matt Caswell2022-01-041-0/+2
* Rework and make DEBUG macros consistent.Rich Salz2021-05-281-0/+2
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Always check CRYPTO_LOCK_{read,write}_lockRich Salz2021-03-141-1/+2
* ENCODER: Add tracingRichard Levitte2020-11-111-0/+1
* DECODER: Add tracingRichard Levitte2020-11-111-0/+1
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-0/+0
* Update copyright yearRichard Levitte2020-07-161-1/+1
* trace: condition out engine related tracingPauli2020-07-161-0/+2
* OSSL_STORE: add tracingRichard Levitte2019-11-031-0/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* prevent endless recursion when trace API is used within OPENSSL_init_crypto()Dr. David von Oheimb2019-08-201-10/+15
* crypto/trace.c: Remove unexisting categoriesRichard Levitte2019-06-221-2/+0
* OSSL_TRACE: ensure it's initialisedRichard Levitte2019-06-221-3/+12
* Convert the ENGINE_CONF trace calls to use CONF insteadRichard Levitte2019-04-051-2/+1
* Rename the PROVIDER_CONF trace to CONFRichard Levitte2019-04-051-1/+1
* trace: add PROVIDER_CONF trace categoryDr. Matthias St. Pierre2019-04-041-0/+1
* trace: rename the default trace category from 'ANY' to 'ALL'Dr. Matthias St. Pierre2019-03-301-2/+2
* trace: apps/openssl: print the correct category nameDr. Matthias St. Pierre2019-03-301-1/+1
* trace: fix out-of-bound memory accessDr. Matthias St. Pierre2019-03-291-1/+5
* trace: don't pretend success if it's not enabledDr. Matthias St. Pierre2019-03-291-20/+12
* trace: ensure correct groupingDr. Matthias St. Pierre2019-03-151-10/+10
* trace: don't leak the line prefixDr. Matthias St. Pierre2019-03-151-1/+1
* trace: rename the trace channel typesDr. Matthias St. Pierre2019-03-151-7/+7
* trace: remove some magic numbersDr. Matthias St. Pierre2019-03-151-15/+22
* Don't fail when tracing is disabledRichard Levitte2019-03-141-16/+17
* Make it possible to trace the trace functionality itselfRichard Levitte2019-03-061-76/+178
* Adapt BN_CTX_DEBUG to the new generic trace APIRichard Levitte2019-03-061-0/+1
* Adapt OPENSSL_DEBUG_DECRYPT to the new generic trace APIRichard Levitte2019-03-061-0/+1
* Adapt OPENSSL_POLICY_DEBUG to the new generic trace APIRichard Levitte2019-03-061-0/+1
* Adapt OPENSSL_DEBUG_KEYGEN to the new generic trace APIRichard Levitte2019-03-061-0/+1
* Adapt OPENSSL_DEBUG_PKCS5V2 to the new generic trace APIRichard Levitte2019-03-061-0/+1
* Adapt ENGINE_REF_COUNT_DEBUG to the new generic trace APIRichard Levitte2019-03-061-0/+1
* Adapt ENGINE_TABLE_DEBUG to the new generic trace APIRichard Levitte2019-03-061-0/+1
* Adapt ENGINE_CONF_DEBUG to the new generic trace APIRichard Levitte2019-03-061-0/+1
* Adapt OPENSSL_INIT_DEBUG to the new generic trace APIRichard Levitte2019-03-061-0/+1
* Adapt CIPHER_DEBUG to the new generic trace APIRichard Levitte2019-03-061-0/+1
* Adapt SSL_DEBUG to the new generic trace APIRichard Levitte2019-03-061-0/+1
* Make it possible to disable the TRACE APIRichard Levitte2019-03-061-8/+48
* Add generic trace APIRichard Levitte2019-03-061-0/+342