| /freebsd/crypto/openssl/test/recipes/ |
| H A D | 70-test_sslmessages.t | 13 use TLSProxy::Proxy; 32 my $proxy = TLSProxy::Proxy->new( 174 $proxy->serverconnects(2); 175 $proxy->cipherc("DEFAULT:\@SECLEVEL=2"); 176 $proxy->clientflags("-no_tls1_3 -sess_out ".$session); 177 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests"; 179 checkhandshake($proxy, checkhandshake::DEFAULT_HANDSHAKE, 184 $proxy->clearClient(); 185 $proxy->cipherc("DEFAULT:\@SECLEVEL=2"); 186 $proxy->clientflags("-no_tls1_3 -sess_in ".$session); [all …]
|
| H A D | 70-test_renegotiation.t | 13 use TLSProxy::Proxy; 32 my $proxy = TLSProxy::Proxy->new( 40 $proxy->clientflags("-no_tls1_3"); 41 $proxy->serverflags("-client_renegotiation"); 42 $proxy->reneg(1); 43 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests"; 47 $proxy->clear(); 48 $proxy->filter(\&reneg_scsv_filter); 49 $proxy->cipherc("DEFAULT:\@SECLEVEL=0"); 50 $proxy->clientflags("-no_tls1_3"); [all …]
|
| H A D | 70-test_sslsigalgs.t | 12 use TLSProxy::Proxy; 29 my $proxy = TLSProxy::Proxy->new( 68 $proxy->clientflags("-no_tls1_3") if disabled("ec") && disabled("dh"); 69 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests"; 78 $proxy->filter(\&sigalgs_filter); 81 $proxy->clear(); 83 $proxy->start(); 87 $proxy->clear(); 89 $proxy->start(); 93 $proxy->clear(); [all …]
|
| H A D | 70-test_tls13messages.t | 13 use TLSProxy::Proxy; 202 my $proxy = TLSProxy::Proxy->new( 211 $proxy->serverconnects(2); 212 $proxy->cipherc("DEFAULT:\@SECLEVEL=2"); 213 $proxy->clientflags("-no_rx_cert_comp -sess_out ".$session); 214 $proxy->sessionfile($session); 215 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests"; 217 checkhandshake($proxy, checkhandshake::DEFAULT_HANDSHAKE, 222 $proxy->clearClient(); 223 $proxy->cipherc("DEFAULT:\@SECLEVEL=2"); [all …]
|
| H A D | 70-test_sslextension.t | 14 use TLSProxy::Proxy; 44 my $proxy = TLSProxy::Proxy->new( 54 my $proxy = shift; 56 if ($proxy->flight == 1) { 59 my $message = ${$proxy->message_list}[1]; 66 if ($proxy->flight != 0) { 70 foreach my $message (@{$proxy->message_list}) { 85 my ($proxy, $message_type) = @_; 87 foreach my $message (@{$proxy->message_list}) { 102 my $proxy = shift; [all …]
|
| H A D | 70-test_sslrecords.t | 14 use TLSProxy::Proxy; 54 my $proxy; 56 $proxy = TLSProxy::Proxy->new_dtls( 63 $proxy = TLSProxy::Proxy->new( 75 $proxy->clear(); 79 $proxy->serverflags("-tls1_2"); 80 $proxy->clientflags("-no_tls1_3"); 81 $proxy_start_success = $proxy->start(); 89 $proxy->clear(); 92 $proxy->serverflags("-min_protocol DTLSv1.2 -max_protocol DTLSv1.2"); [all …]
|
| H A D | 70-test_sslsessiontick.t | 12 use TLSProxy::Proxy; 39 my $proxy = TLSProxy::Proxy->new( 49 $proxy->clientflags("-no_tls1_3"); 50 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests"; 59 $proxy->clientflags("-no_tls1_3"); 60 $proxy->serverflags("-no_ticket"); 61 $proxy->start(); 69 $proxy->clientflags("-no_tls1_3 -no_ticket"); 70 $proxy->start(); 78 $proxy->serverconnects(2); [all …]
|
| H A D | 70-test_key_share.t | 12 use TLSProxy::Proxy; 67 my $proxy = TLSProxy::Proxy->new( 80 $proxy->filter(\&modify_key_shares_filter); 82 $proxy->serverflags("-groups ffdhe3072"); 84 $proxy->serverflags("-groups P-384"); 86 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests"; 92 $proxy->clear(); 93 $proxy->start(); 97 $proxy->clear(); 99 $proxy->start(); [all …]
|
| H A D | 70-test_tls13psk.t | 13 use TLSProxy::Proxy; 30 my $proxy = TLSProxy::Proxy->new( 47 $proxy->clientflags("-sess_out ".$session); 48 $proxy->serverflags("-servername localhost"); 49 $proxy->sessionfile($session); 50 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests"; 55 $proxy->clear(); 56 $proxy->clientflags("-sess_in ".$session); 57 $proxy->filter(\&modify_psk_filter); 59 $proxy->start(); [all …]
|
| H A D | 70-test_tls13downgrade.t | 12 use TLSProxy::Proxy; 30 my $proxy = TLSProxy::Proxy->new( 46 $proxy->filter(\&downgrade_filter); 48 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests"; 53 $proxy->clear(); 55 $proxy->start(); 61 $proxy->clear(); 63 $proxy->clientflags("-fallback_scsv -no_tls1_3"); 64 $proxy->start(); 75 $proxy->clear(); [all …]
|
| H A D | 70-test_tls13kexmodes.t | 13 use TLSProxy::Proxy; 187 my $proxy = TLSProxy::Proxy->new( 196 $proxy->cipherc("DEFAULT:\@SECLEVEL=2"); 197 $proxy->clientflags("-no_rx_cert_comp -sess_out ".$session); 198 $proxy->serverflags("-no_rx_cert_comp -servername localhost"); 199 $proxy->sessionfile($session); 200 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests"; 206 $proxy->clear(); 207 $proxy->cipherc("DEFAULT:\@SECLEVEL=2"); 208 $proxy->clientflags("-no_rx_cert_comp -sess_in ".$session); [all …]
|
| H A D | 70-test_tlsextms.t | 12 use TLSProxy::Proxy; 40 my $proxy = TLSProxy::Proxy->new( 55 $proxy->clientflags("-no_tls1_3"); 56 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests"; 66 $proxy->clientflags("-no_tls1_3"); 67 $proxy->start(); 74 $proxy->clientflags("-no_ticket -no_tls1_3"); 76 $proxy->start(); 83 $proxy->clientflags("-no_ticket -no_tls1_3"); 85 $proxy->start(); [all …]
|
| H A D | 70-test_tls13hrr.t | 12 use TLSProxy::Proxy; 30 my $proxy = TLSProxy::Proxy->new( 47 $proxy->filter(\&hrr_filter); 49 $proxy->serverflags("-curves ffdhe3072"); 51 $proxy->serverflags("-curves P-256"); 54 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests"; 60 $proxy->clear(); 62 $proxy->serverflags("-curves ffdhe3072"); 64 $proxy->serverflags("-curves P-384"); 66 $proxy->ciphersuitess("TLS_AES_128_GCM_SHA256:TLS_AES_256_GCM_SHA384"); [all …]
|
| H A D | 70-test_sslversions.t | 12 use TLSProxy::Proxy; 45 my $proxy = TLSProxy::Proxy->new( 58 $proxy->filter(\&modify_supported_versions_filter); 59 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests"; 65 $proxy->clear(); 67 $proxy->start(); 71 $proxy->clear(); 73 $proxy->start(); 74 my $record = pop @{$proxy->record_list}; 80 $proxy->clear(); [all …]
|
| H A D | 70-test_tls13certcomp.t | 13 use TLSProxy::Proxy; 209 my $proxy = TLSProxy::Proxy->new( 218 $proxy->serverconnects(2); 219 $proxy->clear(); 220 $proxy->serverflags("-no_tx_cert_comp -no_rx_cert_comp"); 222 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests"; 224 checkhandshake($proxy, checkhandshake::DEFAULT_HANDSHAKE, 230 $proxy->clear(); 231 $proxy->clientflags("-no_tx_cert_comp -no_rx_cert_comp"); 232 $proxy->serverflags("-cert_comp"); [all …]
|
| H A D | 70-test_certtypeext.t | 12 use TLSProxy::Proxy; 29 my $proxy = TLSProxy::Proxy->new( 44 $proxy->clear(); 45 $proxy->clientflags("-tls1_2 -cert ".srctop_file("apps", "server.pem")); 46 $proxy->serverflags("-verify 4"); 48 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests"; 53 $proxy->clear(); 54 $proxy->serverflags("-enable_server_rpk"); 56 $proxy->start(); 60 $proxy->clear(); [all …]
|
| H A D | 70-test_sslsignature.t | 12 use TLSProxy::Proxy; 29 my $proxy = TLSProxy::Proxy->new( 43 $proxy->filter(\&signature_filter); 47 $proxy->clientflags("-no_tls1_3") if disabled("ec") && disabled("dh"); 48 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests"; 57 $proxy->clear(); 59 $proxy->start(); 63 #$proxy->clear(); 65 #$proxy->serverflags("-Verify 5"); 66 #$proxy->clientflags("-cert ".srctop_file("apps", "server.pem")); [all …]
|
| H A D | 70-test_sslcbcpadding.t | 14 use TLSProxy::Proxy; 31 my $proxy = TLSProxy::Proxy->new( 44 $proxy->serverflags("-tls1_2"); 45 $proxy->clientflags("-no_tls1_3"); 46 $proxy->serverconnects(1 + scalar(@test_offsets)); 47 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests"; 57 $proxy->clearClient(); 58 $proxy->clientflags("-no_tls1_3"); 59 $proxy->clientstart(); 65 my $proxy = shift; [all …]
|
| H A D | 70-test_tls13cookie.t | 12 use TLSProxy::Proxy; 34 my $proxy = TLSProxy::Proxy->new( 47 $proxy->filter(\&cookie_filter); 49 $proxy->clientflags("-curves ffdhe3072:ffdhe2048"); 50 $proxy->serverflags("-curves ffdhe2048"); 52 $proxy->clientflags("-curves P-256:X25519"); 53 $proxy->serverflags("-curves X25519"); 55 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests"; 64 $proxy->clear(); 65 $proxy->serverflags("-curves X25519"); [all …]
|
| H A D | 70-test_sslvertol.t | 12 use TLSProxy::Proxy; 29 my $proxy = TLSProxy::Proxy->new( 61 $proxy->clientflags("-no_tls1_3"); 62 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests"; 68 my $record = pop @{$proxy->record_list}; 83 $proxy->clear(); 84 $proxy->clientflags("-no_tls1_3"); 85 $proxy->start(); 86 my $record = pop @{$proxy->record_list}; 97 $proxy->clear(); [all …]
|
| /freebsd/secure/lib/libcrypto/man/man7/ |
| H A D | proxy-certificates.7 | 57 .IX Title "PROXY-CERTIFICATES 7ossl" 58 .TH PROXY-CERTIFICATES 7ossl 2025-09-30 3.5.4 OpenSSL 64 proxy\-certificates \- Proxy certificates in OpenSSL 67 Proxy certificates are defined in RFC 3820. They are used to 72 The requirements for a valid proxy certificate are: 75 another proxy certificate. 84 .SS "Enabling proxy certificate verification" 85 .IX Subsection "Enabling proxy certificate verification" 86 OpenSSL expects applications that want to use proxy certificates to be 101 .SS "Creating proxy certificates" [all …]
|
| /freebsd/contrib/pf/ftp-proxy/ |
| H A D | ftp-proxy.8 | 1 .\" $OpenBSD: ftp-proxy.8,v 1.11 2008/02/26 18:52:53 henning Exp $ 23 .Nm ftp-proxy 24 .Nd Internet File Transfer Protocol proxy daemon 42 is a proxy for the Internet File Transfer Protocol. 43 FTP control connections should be redirected into the proxy using the 46 command, after which the proxy connects to the server on behalf of 49 The proxy allows data connections to pass, rewriting and redirecting 52 address rewritten so they appear to come from the proxy. 53 Consequently, all connections from the server to the proxy have 56 The proxy uses the [all …]
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | proxy-certificates.pod | 7 proxy-certificates - Proxy certificates in OpenSSL 11 Proxy certificates are defined in RFC 3820. They are used to 16 The requirements for a valid proxy certificate are: 23 another proxy certificate. 41 =head2 Enabling proxy certificate verification 43 OpenSSL expects applications that want to use proxy certificates to be 55 =head2 Creating proxy certificates 57 Creating proxy certificates can be done using the L<openssl-x509(1)> 60 [ proxy ] 61 # A proxy certificate MUST NEVER be a CA certificate. [all …]
|
| /freebsd/contrib/pf/tftp-proxy/ |
| H A D | tftp-proxy.8 | 1 .\" $OpenBSD: tftp-proxy.8,v 1.1 2005/12/28 19:07:07 jcs Exp $ 32 .Nm tftp-proxy 33 .Nd Internet Trivial File Transfer Protocol proxy 35 .Nm tftp-proxy 40 is a proxy for the Internet Trivial File Transfer Protocol invoked by 44 TFTP connections should be redirected to the proxy using the 47 command, after which the proxy connects to the server on behalf of 50 The proxy establishes a 71 proxy connected to the server using the $proxy source address, and 76 rdr proto udp from $server to $proxy port $port -\*(Gt $client [all …]
|
| /freebsd/sys/dev/etherswitch/ |
| H A D | miiproxy.c | 57 device_t proxy; member 66 * match up, so that the proxy endpoint can be associated with a target 67 * endpoint. The proxy has to know the device name of the target that it 92 struct rendezvous_endpoint proxy; member 97 * Call the callback routines for both the proxy and the target. If either 105 error = e->proxy.callback(RENDEZVOUS_ATTACH, e); in rendezvous_attach() 109 e->proxy.callback(RENDEZVOUS_DETACH, e); in rendezvous_attach() 118 * Create an entry for the proxy in the rendezvous list. The name parameter 135 e->proxy.name = device_get_nameunit(dev); in rendezvous_register_proxy() 136 e->proxy.device = dev; in rendezvous_register_proxy() [all …]
|