summaryrefslogtreecommitdiff
path: root/crypto/trace.c
Commit message (Expand)AuthorAgeFilesLines
* 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