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
*
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
*
Adapt CIPHER_DEBUG to the new generic trace API
Richard Levitte
2019-03-06
1
-0
/
+1
*
Adapt SSL_DEBUG to the new generic trace API
Richard Levitte
2019-03-06
1
-0
/
+1
*
Make it possible to disable the TRACE API
Richard Levitte
2019-03-06
1
-8
/
+48
*
Add generic trace API
Richard Levitte
2019-03-06
1
-0
/
+342