Dimitri Papadopoulos
|
bbaeadb068
"foo * bar" should be "foo *bar"
|
1 year ago |
Matt Caswell
|
da1c088f59
Copyright year updates
|
1 year ago |
Dr. David von Oheimb
|
0243e82147
add OSSL_TRACE_STRING(), OSSL_TRACE_STRING_MAX, and OSSL_trace_string()
|
2 years ago |
Dr. David von Oheimb
|
0fec2121c0
set_trace_data(): prevent double free on OPENSSL_strdup() failure
|
1 year ago |
Tomas Mraz
|
78bd646b2f
Avoid ifdefs in trace categories
|
1 year ago |
Daniel Fiala
|
fcff5bd43c
Add tests for trace_api.
|
2 years ago |
Dr. David von Oheimb
|
e8fdb06035
http_client.c: Dump response on error when tracing is enabled
|
2 years ago |
Matt Caswell
|
fecb3aae22
Update copyright year
|
2 years ago |
Dmitry Belyavskiy
|
fba140c735
str[n]casecmp => OPENSSL_strncasecmp
|
2 years ago |
Richard Levitte
|
d5f9166bac
Move e_os.h to include/internal
|
2 years ago |
Tomas Mraz
|
e06c0a2870
trace.c: Add missing trace category entry
|
2 years ago |
Matt Caswell
|
ee8a61e158
Validate the category in OSSL_trace_end()
|
2 years ago |
Rich Salz
|
a935791d54
Rework and make DEBUG macros consistent.
|
3 years ago |
Matt Caswell
|
3c2bdd7df9
Update copyright year
|
3 years ago |
Rich Salz
|
cd3f8c1b11
Always check CRYPTO_LOCK_{read,write}_lock
|
3 years ago |
Richard Levitte
|
0b9f90f504
ENCODER: Add tracing
|
4 years ago |
Richard Levitte
|
de5008a407
DECODER: Add tracing
|
4 years ago |
Matt Caswell
|
d8652be06e
Run the withlibctx.pl script
|
4 years ago |
Richard Levitte
|
e39e295e20
Update copyright year
|
4 years ago |
Pauli
|
184fb690fa
trace: condition out engine related tracing
|
4 years ago |
Richard Levitte
|
2897b00905
OSSL_STORE: add tracing
|
5 years ago |
Dr. Matthias St. Pierre
|
25f2138b0a
Reorganize private crypto header files
|
5 years ago |
Dr. David von Oheimb
|
cf0932cdd9
prevent endless recursion when trace API is used within OPENSSL_init_crypto()
|
5 years ago |
Richard Levitte
|
1d12afc310
crypto/trace.c: Remove unexisting categories
|
5 years ago |
Richard Levitte
|
fe26f79852
OSSL_TRACE: ensure it's initialised
|
5 years ago |
Richard Levitte
|
bc362b9b72
Convert the ENGINE_CONF trace calls to use CONF instead
|
5 years ago |
Richard Levitte
|
71849dff56
Rename the PROVIDER_CONF trace to CONF
|
5 years ago |
Dr. Matthias St. Pierre
|
ecbfaef2aa
trace: add PROVIDER_CONF trace category
|
5 years ago |
Dr. Matthias St. Pierre
|
3a8269b319
trace: rename the default trace category from 'ANY' to 'ALL'
|
5 years ago |
Dr. Matthias St. Pierre
|
02bd2d7f5c
trace: apps/openssl: print the correct category name
|
5 years ago |