aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/trace.h
AgeCommit message (Expand)AuthorFilesLines
2019-11-03OSSL_STORE: add tracingRichard Levitte1-1/+2
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre1-2/+2
2019-09-27 Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSLDr. David von Oheimb1-1/+2
2019-04-05Convert the ENGINE_CONF trace calls to use CONF insteadRichard Levitte1-3/+2
2019-04-05Rename the PROVIDER_CONF trace to CONFRichard Levitte1-1/+1
2019-04-04trace: add PROVIDER_CONF trace categoryDr. Matthias St. Pierre1-1/+2
2019-03-30trace: rename the default trace category from 'ANY' to 'ALL'Dr. Matthias St. Pierre1-2/+2
2019-03-30trace: apps/openssl: print the correct category nameDr. Matthias St. Pierre1-1/+5
2019-03-15trace: don't leak the line prefixDr. Matthias St. Pierre1-1/+1
2019-03-06Make it possible to trace the trace functionality itselfRichard Levitte1-12/+13
2019-03-06Adapt BN_CTX_DEBUG to the new generic trace APIRichard Levitte1-1/+2
2019-03-06Adapt OPENSSL_DEBUG_DECRYPT to the new generic trace APIRichard Levitte1-2/+3
2019-03-06Adapt OPENSSL_POLICY_DEBUG to the new generic trace APIRichard Levitte1-1/+2
2019-03-06Adapt OPENSSL_DEBUG_KEYGEN to the new generic trace APIRichard Levitte1-1/+2
2019-03-06Adapt OPENSSL_DEBUG_PKCS5V2 to the new generic trace APIRichard Levitte1-1/+2
2019-03-06Adapt ENGINE_REF_COUNT_DEBUG to the new generic trace APIRichard Levitte1-1/+2
2019-03-06Adapt ENGINE_TABLE_DEBUG to the new generic trace APIRichard Levitte1-1/+2
2019-03-06Adapt ENGINE_CONF_DEBUG to the new generic trace APIRichard Levitte1-1/+2
2019-03-06Adapt OPENSSL_INIT_DEBUG to the new generic trace APIRichard Levitte1-3/+4
2019-03-06Adapt CIPHER_DEBUG to the new generic trace APIRichard Levitte1-1/+2
2019-03-06Adapt SSL_DEBUG to the new generic trace APIRichard Levitte1-1/+2
2019-03-06Make it possible to disable the TRACE APIRichard Levitte1-4/+28
2019-03-06Add generic trace APIRichard Levitte1-0/+255