Home
last modified time | relevance | path

Searched refs:filter (Results 1 – 25 of 66) sorted by relevance

123

/openssl/doc/man3/
H A DBIO_f_null.pod5 BIO_f_null - null filter
15 BIO_f_null() returns the null filter BIO method. This is a filter BIO
18 All requests to a null filter BIO are passed through to the next BIO in
19 the chain: this means that a BIO chain containing a null filter BIO
24 As may be apparent a null filter BIO is not particularly useful.
28 BIO_f_null() returns the null filter BIO method.
H A DBIO_new_CMS.pod5 BIO_new_CMS - CMS streaming filter BIO
15 BIO_new_CMS() returns a streaming filter BIO chain based on B<cms>. The output
16 of the filter is written to B<out>. Any data written to the chain is
21 The chain returned by this function behaves like a standard filter BIO. It
35 Any content written through the filter is used verbatim: no canonical
H A DBIO_f_prefix.pod6 - prefix BIO filter
19 BIO_f_cipher() returns the prefix BIO method. This is a filter for
24 going through this filter, the prefix is output first, then the amount
H A DOSSL_STORE_expect.pod22 OSSL_STORE_expect() helps applications filter what OSSL_STORE_load() returns
45 If a more elaborate filter is required by the application, a better choice
/openssl/test/recipes/
H A D70-test_sslsigalgs.t66 $proxy->filter(\&sigalgs_filter);
104 $proxy->filter(\&modify_cert_verify_sigalg);
118 $proxy->filter(undef);
132 $proxy->filter(undef);
140 $proxy->filter(\&sigalgs_filter);
220 $proxy->filter(undef);
223 $proxy->filter(\&sigalgs_filter);
250 $proxy->filter(\&modify_sigalgs_filter);
262 $proxy->filter(\&modify_sigalgs_filter);
275 $proxy->filter(\&modify_sigalgs_cert_filter);
[all …]
H A D70-test_renegotiation.t48 $proxy->filter(\&reneg_scsv_filter);
63 $proxy->filter(\&reneg_ext_filter);
77 $proxy->filter(undef);
107 $proxy->filter(\&sigalgs_filter);
120 $proxy->filter(undef);
135 $proxy->filter(undef);
152 $proxy->filter(undef);
171 $proxy->filter(undef);
H A D70-test_sslextension.t201 $proxy->filter(\&inject_duplicate_extension_serverhello);
208 $proxy->filter(\&extension_filter);
218 $proxy->filter(\&inject_unsolicited_extension);
228 $proxy->filter(\&inject_cryptopro_extension);
239 $proxy->filter(\&inject_unsolicited_extension);
252 $proxy->filter(\&inject_unsolicited_extension);
265 $proxy->filter(\&inject_unsolicited_extension);
H A D70-test_sslsessiontick.t106 $proxy->filter(\&ticket_filter);
115 $proxy->filter(undef);
120 $proxy->filter(\&inject_empty_ticket_filter);
127 $proxy->filter(undef);
140 $proxy->filter(\&inject_ticket_extension_filter);
150 $proxy->filter(\&inject_empty_ticket_filter);
H A D70-test_tls13psk.t57 $proxy->filter(\&modify_psk_filter);
71 $proxy->filter(undef);
84 $proxy->filter(\&modify_psk_filter);
107 $proxy->filter(\&remove_sig_algs_filter);
H A D70-test_tls13downgrade.t45 $proxy->filter(\&downgrade_filter);
80 $proxy->filter(undef);
88 $proxy->filter(undef);
H A D70-test_key_share.t80 $proxy->filter(\&modify_key_shares_filter);
105 $proxy->filter(undef);
116 $proxy->filter(undef);
140 $proxy->filter(\&modify_key_shares_filter);
260 $proxy->filter(undef);
267 $proxy->filter(\&modify_key_shares_filter);
H A D70-test_sslrecords.t123 $proxy->filter(\&add_frag_alert_filter);
146 $proxy->filter(\&add_sslv2_filter);
207 $proxy->filter(\&add_unknown_record_type);
243 $proxy->filter(\&change_version);
254 $proxy->filter(\&change_version);
261 $proxy->filter(\&add_unknown_record_type);
269 $proxy->filter(\&change_outer_record_type);
286 $proxy->filter(\&not_on_record_boundary);
332 $proxy->filter(\&change_server_hello_version);
H A D70-test_tls13alerts.t38 $proxy->filter(\&alert_filter);
/openssl/util/
H A Dcheck-format-commit.sh90 grep "$i " $TEMPDIR/ranges.txt >> $TEMPDIR/ranges.filter || true
93 REMAINING_FILES=$(wc -l <$TEMPDIR/ranges.filter)
109 for j in $(awk '{print $1}' $TEMPDIR/ranges.filter | sort -u)
118 for j in $(awk '{print $1}' $TEMPDIR/ranges.filter | sort -u)
128 for k in $(grep ^$j $TEMPDIR/ranges.filter | awk '{print $2}')
H A Dmknum.pl51 filter => sub { $_->exists() })
98 filter => sub { $_->exists() });
120 my $filter = sub {
126 $ordinals->rewrite(filter => $filter);
/openssl/util/perl/TLSProxy/
H A DProxy.pm79 my ($filter,
83 return init($class, $filter, $execute, $cert, $debug, 0);
88 my ($filter,
92 return init($class, $filter, $execute, $cert, $debug, 1);
98 my ($filter,
108 filter => $filter,
534 if (defined $self->filter) {
535 $self->filter->($self);
630 sub filter subroutine
634 $self->{filter} = shift;
[all …]
/openssl/util/perl/OpenSSL/
H A DOrdinals.pm272 my $filter = $opts{filter} // sub { 1; };
275 if (ref($filter) eq 'ARRAY') {
277 if ($filter->[0] == F_NUMBER) {
278 my $index = $filter->[1];
280 } elsif ($filter->[0] == F_NAME) {
281 my $index = $self->{name2num}->{$filter->[1]};
286 } elsif (ref($filter) eq 'CODE') {
287 @l = grep { $filter->($_) }
468 my @items = $self->items(filter => f_name($name));
540 my @items = $self->items(filter => $f_byalias);
[all …]
/openssl/doc/designs/quic-design/
H A Dqlog.md66 environment variable `QLOGDIR`. A filter can be defined using `OSSL_QFILTER`. When
80 filter = *filter-term
82 filter-term = add-sub-term
99 Here is a (somewhat nonsensical) example filter:
107 - A filter term is preceded by `-` (disable an event type) or `+` (enable an
120 Each term is applied in sequence, therefore later items in the filter override
/openssl/doc/man7/
H A Dbio.pod20 There are two types of BIO, a source/sink BIO and a filter BIO.
25 A filter BIO takes data from one BIO and passes it through to
28 encryption BIO). The effect of a filter BIO may change according
35 BIO and one or more filter BIOs. Data read from or written to the
52 a filter BIO with I<BIO_f_>.
H A Dopenssl-qlog.pod71 environment variable can be used to configure a filter specification which
73 and off individually. The filter specification is a space-separated list of
79 Here are some example filter specifications:
109 Formally, the format of the filter specification in ABNF is as follows:
111 filter = *filter-term
113 filter-term = add-sub-term
165 to a filter of C<*>). Note that the B<QLOGDIR> environment variable must also be
H A DEVP_RAND-CRNG-TEST.pod5 EVP_RAND-CRNG-TEST - The FIPS health testing EVP_RAND filter
9 This B<EVP_RAND> object acts as a filter between the entropy source
49 A context for a health test filter can be obtained by calling:
/openssl/test/
H A Dquic_qlog_test.c155 const char *filter; member
228 if (!TEST_int_eq(ossl_qlog_set_filter(qlog, filters[idx].filter), in test_qlog_filter()
/openssl/providers/common/der/
H A Dder_ecx_gen.c.in18 filter => \&oids_to_c::filter_to_C });
H A Dder_wrap_gen.c.in18 filter => \&oids_to_c::filter_to_C });
H A Dder_ec_gen.c.in18 filter => \&oids_to_c::filter_to_C });

Completed in 33 milliseconds

123