index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
trace.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a QUERY trace category
Neil Horman
10 days
1
-0
/
+1
*
Adding a trace category for PROVIDER calls
Neil Horman
10 days
1
-0
/
+1
*
TRACE: automatically respect disabled categories
Dr. David von Oheimb
2024-10-23
1
-1
/
+1
*
"foo * bar" should be "foo *bar"
Dimitri Papadopoulos
2023-09-11
1
-1
/
+1
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
add OSSL_TRACE_STRING(), OSSL_TRACE_STRING_MAX, and OSSL_trace_string()
Dr. David von Oheimb
2023-01-26
1
-0
/
+25
*
set_trace_data(): prevent double free on OPENSSL_strdup() failure
Dr. David von Oheimb
2023-01-24
1
-5
/
+9
*
Avoid ifdefs in trace categories
Tomas Mraz
2022-12-22
1
-14
/
+7
*
Add tests for trace_api.
Daniel Fiala
2022-09-16
1
-0
/
+14
*
http_client.c: Dump response on error when tracing is enabled
Dr. David von Oheimb
2022-05-30
1
-2
/
+3
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
str[n]casecmp => OPENSSL_strncasecmp
Dmitry Belyavskiy
2022-04-22
1
-3
/
+1
*
Move e_os.h to include/internal
Richard Levitte
2022-02-05
1
-1
/
+1
*
trace.c: Add missing trace category entry
Tomas Mraz
2022-01-05
1
-0
/
+1
*
Validate the category in OSSL_trace_end()
Matt Caswell
2022-01-04
1
-0
/
+2
*
Rework and make DEBUG macros consistent.
Rich Salz
2021-05-28
1
-0
/
+2
*
Update copyright year
Matt Caswell
2021-04-08
1
-1
/
+1
*
Always check CRYPTO_LOCK_{read,write}_lock
Rich Salz
2021-03-14
1
-1
/
+2
*
ENCODER: Add tracing
Richard Levitte
2020-11-11
1
-0
/
+1
*
DECODER: Add tracing
Richard Levitte
2020-11-11
1
-0
/
+1
*
Run the withlibctx.pl script
Matt Caswell
2020-10-01
1
-0
/
+0
*
Update copyright year
Richard Levitte
2020-07-16
1
-1
/
+1
*
trace: condition out engine related tracing
Pauli
2020-07-16
1
-0
/
+2
*
OSSL_STORE: add tracing
Richard Levitte
2019-11-03
1
-0
/
+1
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
prevent endless recursion when trace API is used within OPENSSL_init_crypto()
Dr. David von Oheimb
2019-08-20
1
-10
/
+15
*
crypto/trace.c: Remove unexisting categories
Richard Levitte
2019-06-22
1
-2
/
+0
*
OSSL_TRACE: ensure it's initialised
Richard Levitte
2019-06-22
1
-3
/
+12
*
Convert the ENGINE_CONF trace calls to use CONF instead
Richard Levitte
2019-04-05
1
-2
/
+1
*
Rename the PROVIDER_CONF trace to CONF
Richard Levitte
2019-04-05
1
-1
/
+1
*
trace: add PROVIDER_CONF trace category
Dr. Matthias St. Pierre
2019-04-04
1
-0
/
+1
*
trace: rename the default trace category from 'ANY' to 'ALL'
Dr. Matthias St. Pierre
2019-03-30
1
-2
/
+2
*
trace: apps/openssl: print the correct category name
Dr. Matthias St. Pierre
2019-03-30
1
-1
/
+1
*
trace: fix out-of-bound memory access
Dr. Matthias St. Pierre
2019-03-29
1
-1
/
+5
*
trace: don't pretend success if it's not enabled
Dr. Matthias St. Pierre
2019-03-29
1
-20
/
+12
*
trace: ensure correct grouping
Dr. Matthias St. Pierre
2019-03-15
1
-10
/
+10
*
trace: don't leak the line prefix
Dr. Matthias St. Pierre
2019-03-15
1
-1
/
+1
*
trace: rename the trace channel types
Dr. Matthias St. Pierre
2019-03-15
1
-7
/
+7
*
trace: remove some magic numbers
Dr. Matthias St. Pierre
2019-03-15
1
-15
/
+22
*
Don't fail when tracing is disabled
Richard Levitte
2019-03-14
1
-16
/
+17
*
Make it possible to trace the trace functionality itself
Richard Levitte
2019-03-06
1
-76
/
+178
*
Adapt BN_CTX_DEBUG to the new generic trace API
Richard Levitte
2019-03-06
1
-0
/
+1
*
Adapt OPENSSL_DEBUG_DECRYPT to the new generic trace API
Richard Levitte
2019-03-06
1
-0
/
+1
*
Adapt OPENSSL_POLICY_DEBUG to the new generic trace API
Richard Levitte
2019-03-06
1
-0
/
+1
*
Adapt OPENSSL_DEBUG_KEYGEN to the new generic trace API
Richard Levitte
2019-03-06
1
-0
/
+1
*
Adapt OPENSSL_DEBUG_PKCS5V2 to the new generic trace API
Richard Levitte
2019-03-06
1
-0
/
+1
*
Adapt ENGINE_REF_COUNT_DEBUG to the new generic trace API
Richard Levitte
2019-03-06
1
-0
/
+1
*
Adapt ENGINE_TABLE_DEBUG to the new generic trace API
Richard Levitte
2019-03-06
1
-0
/
+1
*
Adapt ENGINE_CONF_DEBUG to the new generic trace API
Richard Levitte
2019-03-06
1
-0
/
+1
*
Adapt OPENSSL_INIT_DEBUG to the new generic trace API
Richard Levitte
2019-03-06
1
-0
/
+1
[next]