/openssl/doc/man3/ |
H A D | BIO_f_null.pod | 5 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 D | BIO_new_CMS.pod | 5 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 D | BIO_f_prefix.pod | 6 - 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 D | OSSL_STORE_expect.pod | 22 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 D | 70-test_sslsigalgs.t | 66 $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 D | 70-test_renegotiation.t | 48 $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 D | 70-test_sslextension.t | 201 $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 D | 70-test_sslsessiontick.t | 106 $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 D | 70-test_tls13psk.t | 57 $proxy->filter(\&modify_psk_filter); 71 $proxy->filter(undef); 84 $proxy->filter(\&modify_psk_filter); 107 $proxy->filter(\&remove_sig_algs_filter);
|
H A D | 70-test_tls13downgrade.t | 45 $proxy->filter(\&downgrade_filter); 80 $proxy->filter(undef); 88 $proxy->filter(undef);
|
H A D | 70-test_key_share.t | 80 $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 D | 70-test_sslrecords.t | 123 $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(\¬_on_record_boundary); 332 $proxy->filter(\&change_server_hello_version);
|
H A D | 70-test_tls13alerts.t | 38 $proxy->filter(\&alert_filter);
|
/openssl/util/ |
H A D | check-format-commit.sh | 90 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 D | mknum.pl | 51 filter => sub { $_->exists() }) 98 filter => sub { $_->exists() }); 120 my $filter = sub { 126 $ordinals->rewrite(filter => $filter);
|
/openssl/util/perl/TLSProxy/ |
H A D | Proxy.pm | 79 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 D | Ordinals.pm | 272 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 D | qlog.md | 66 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 D | bio.pod | 20 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 D | openssl-qlog.pod | 71 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 D | EVP_RAND-CRNG-TEST.pod | 5 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 D | quic_qlog_test.c | 155 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 D | der_ecx_gen.c.in | 18 filter => \&oids_to_c::filter_to_C });
|
H A D | der_wrap_gen.c.in | 18 filter => \&oids_to_c::filter_to_C });
|
H A D | der_ec_gen.c.in | 18 filter => \&oids_to_c::filter_to_C });
|