Searched refs:trace (Results 1 – 25 of 30) sorted by relevance
12
/openssl/doc/man3/ |
H A D | OSSL_trace_enabled.pod | 18 #include <openssl/trace.h> 25 /* trace group macros */ 36 /* one-shot trace macros */ 48 /* check whether a trace category is enabled */ 70 I<trace channel> is attached to it. A trace channel is simply a 78 We call them a I<simple trace channel> and a I<callback trace channel>, 124 used as follows to wrap a trace section: 144 trace section: 198 only if a specific trace category is enabled. 220 executed only if the trace category is enabled. [all …]
|
H A D | OSSL_trace_set_channel.pod | 8 OSSL_trace_set_callback, OSSL_trace_cb - Enabling trace output 12 #include <openssl/trace.h> 25 internal trace output. 28 The trace output is divided into categories which can be 38 These are called a I<simple trace channel> and a I<callback trace channel>, 44 can be used for producing free-text trace output. 62 OSSL_trace_set_callback() is used to enable the given trace 122 Traces the OpenSSL trace API itself. 125 trace hook is set. 216 and can be used to get I<all> trace output. [all …]
|
H A D | OSSL_trace_get_category_num.pod | 10 #include <openssl/trace.h>
|
H A D | BIO_set_callback.pod | 49 be used for debugging purposes to trace operations on a BIO or to modify its
|
H A D | SSL_CIPHER_get_name.pod | 199 Before OpenSSL 1.1.1, tracing (B<enable-ssl-trace> argument to Configure) was
|
/openssl/crypto/perlasm/ |
H A D | riscv.pm | 65 my $trace = ""; 67 $trace = Devel::StackTrace->new->as_string; 69 die("Unknown register ".$reg."\n".$trace); 73 my $trace = ""; 95 my $trace = ""; 122 my $trace = ""; 139 my $trace = ""; 156 my $trace = ""; 171 my $trace = ""; 178 my $trace = ""; [all …]
|
/openssl/util/ |
H A D | quicserver.c | 145 int ipv6 = 0, trace = 0; in main() local 176 trace = 1; in main() 222 if (trace) in main()
|
/openssl/.github/workflows/ |
H A D | run-checker-ci.yml | 33 enable-ssl-trace, 41 enable-trace enable-fips,
|
H A D | coveralls.yml | 69 …l-ciphers enable-zlib enable-ec_nistp_64_gcc_128 enable-buildtest-c++ enable-ssl-trace enable-trace
|
H A D | fuzz-checker.yml | 36 …config: enable-fuzz-libfuzzer enable-asan enable-ubsan -fsanitize-coverage=trace-cmp -DFUZZING_BUI…
|
H A D | fips-checksums.yml | 80 …8 enable-md2 enable-rc5 enable-sctp enable-ssl3 enable-ssl3-method enable-trace enable-zlib enable…
|
H A D | run-checker-daily.yml | 117 no-ssl-trace, 126 no-trace,
|
H A D | ci.yml | 139 …e-fips enable-ec_nistp_64_gcc_128 enable-md2 enable-rc5 enable-ssl3 enable-ssl3-method enable-trace 387 …=Configured --strict-warnings enable-demos enable-h3demo no-ec enable-ssl-trace enable-zlib enable… 417 …enable-sctp enable-ssl3 enable-ssl3-method enable-weak-ssl-ciphers enable-trace enable-zlib enable…
|
H A D | os-zoo.yml | 171 …e-fips enable-ec_nistp_64_gcc_128 enable-md2 enable-rc5 enable-ssl3 enable-ssl3-method enable-trace
|
H A D | windows.yml | 108 … enable-rc5 enable-ssl3 enable-ssl3-method enable-weak-ssl-ciphers enable-trace enable-crypto-mdeb…
|
/openssl/doc/man7/ |
H A D | openssl-env.pod | 56 By default the OpenSSL trace feature is disabled statically. 58 which may be configured like this: C<./config enable-trace> 61 enable trace output of specific parts of OpenSSL libraries, by name. 71 Traces the OpenSSL trace API itself.
|
H A D | ossl-guide-migration.pod | 354 A new generic trace API has been added which provides support for enabling 355 instrumentation through trace output. This feature is mainly intended as an aid 357 configured with the C<enable-trace> option. 359 If the tracing API is enabled, the application can activate trace output by 360 registering BIOs as trace channels for a number of tracing and debugging
|
/openssl/doc/internal/man3/ |
H A D | ossl_cmp_print_log.pod | 49 If the trace API if enabled the function uses it, prepending the function name,
|
/openssl/doc/man1/ |
H A D | openssl-engine.pod.in | 57 Displays an error trace for any unavailable engine.
|
H A D | openssl-s_client.pod.in | 54 [B<-trace>] 201 Therefore, these credentials are easily recovered by anyone able to sniff/trace 500 =item B<-trace> 502 Show verbose trace output of protocol messages. 506 File to send output of B<-msg> or B<-trace> to, default standard output.
|
H A D | openssl-s_server.pod.in | 83 [B<-trace>] 332 File to send output of B<-msg> or B<-trace> to, default standard output. 558 =item B<-trace> 560 Show verbose trace output of protocol messages.
|
/openssl/crypto/ |
H A D | build.info | 108 o_dir.c o_fopen.c getenv.c o_init.c init.c trace.c provider.c \
|
/openssl/providers/ |
H A D | build.info | 106 # statements, the final build file will not have a trace of it.
|
H A D | fips.module.sources | 520 include/openssl/trace.h
|
/openssl/ |
H A D | INSTALL.md | 1008 ### no-ssl-trace 1012 This removes the `-trace` option from `s_client` and `s_server`, and omits the 1015 Disabling `ssl-trace` may provide a small reduction in libssl binary size. 1075 ### enable-trace
|
Completed in 54 milliseconds
12