Home
last modified time | relevance | path

Searched refs:trace (Results 1 – 25 of 30) sorted by relevance

12

/openssl/crypto/perlasm/
H A Driscv.pm65 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/doc/man3/
H A DOSSL_trace_enabled.pod18 #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>,
123 used as follows to wrap a trace section:
143 trace section:
197 only if a specific trace category is enabled.
216 executed only if the trace category is enabled.
[all …]
H A DOSSL_trace_set_channel.pod8 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 DOSSL_trace_get_category_num.pod10 #include <openssl/trace.h>
H A DBIO_set_callback.pod49 be used for debugging purposes to trace operations on a BIO or to modify its
H A DSSL_CIPHER_get_name.pod199 Before OpenSSL 1.1.1, tracing (B<enable-ssl-trace> argument to Configure) was
/openssl/util/
H A Dquicserver.c145 int ipv6 = 0, trace = 0; in main() local
176 trace = 1; in main()
222 if (trace) in main()
/openssl/.github/workflows/
H A Drun-checker-ci.yml33 enable-ssl-trace,
41 enable-trace enable-fips,
H A Dcoveralls.yml65 …l-ciphers enable-zlib enable-ec_nistp_64_gcc_128 enable-buildtest-c++ enable-ssl-trace enable-trace
H A Dfuzz-checker.yml36 …config: enable-fuzz-libfuzzer enable-asan enable-ubsan -fsanitize-coverage=trace-cmp -DFUZZING_BUI…
H A Dfips-checksums.yml80 …8 enable-md2 enable-rc5 enable-sctp enable-ssl3 enable-ssl3-method enable-trace enable-zlib enable…
H A Drun-checker-daily.yml114 no-ssl-trace,
123 no-trace,
H A Dos-zoo.yml179 …e-fips enable-ec_nistp_64_gcc_128 enable-md2 enable-rc5 enable-ssl3 enable-ssl3-method enable-trace
H A Dci.yml139 …e-fips enable-ec_nistp_64_gcc_128 enable-md2 enable-rc5 enable-ssl3 enable-ssl3-method enable-trace
388 …=Configured --strict-warnings enable-demos enable-h3demo no-ec enable-ssl-trace enable-zlib enable…
418 …enable-sctp enable-ssl3 enable-ssl3-method enable-weak-ssl-ciphers enable-trace enable-zlib enable…
H A Dwindows.yml108 … enable-rc5 enable-ssl3 enable-ssl3-method enable-weak-ssl-ciphers enable-trace enable-crypto-mdeb…
/openssl/doc/internal/man3/
H A Dossl_cmp_print_log.pod49 If the trace API if enabled the function uses it, prepending the function name,
/openssl/doc/man1/
H A Dopenssl-engine.pod.in57 Displays an error trace for any unavailable engine.
H A Dopenssl-s_client.pod.in54 [B<-trace>]
201 Therefore, these credentials are easily recovered by anyone able to sniff/trace
498 =item B<-trace>
500 Show verbose trace output of protocol messages.
504 File to send output of B<-msg> or B<-trace> to, default standard output.
H A Dopenssl-s_server.pod.in83 [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.
H A Dopenssl.pod724 Traces the OpenSSL trace API itself.
/openssl/crypto/
H A Dbuild.info108 o_dir.c o_fopen.c getenv.c o_init.c init.c trace.c provider.c \
/openssl/providers/
H A Dbuild.info106 # statements, the final build file will not have a trace of it.
H A Dfips.module.sources520 include/openssl/trace.h
/openssl/doc/man7/
H A Dossl-guide-migration.pod354 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/
H A DINSTALL.md995 ### no-ssl-trace
999 This removes the `-trace` option from `s_client` and `s_server`, and omits the
1002 Disabling `ssl-trace` may provide a small reduction in libssl binary size.
1062 ### enable-trace

Completed in 72 milliseconds

12