Home
last modified time | relevance | path

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

/PHP-7.0/ext/openssl/tests/
H A Dsni_server.phpt37 $ctxArr['peer_name'] = 'domain1.com';
43 $ctxArr['peer_name'] = 'domain2.com';
49 $ctxArr['peer_name'] = 'domain3.com';
H A Dbug69215.phpt18 'peer_name' => 'bug69215-client',
36 'peer_name' => 'bug69215-server',
H A Dsan_peer_matching.phpt33 stream_context_set_option($clientCtx, 'ssl', 'peer_name', 'example.org');
36 stream_context_set_option($clientCtx, 'ssl', 'peer_name', 'moar.example.org');
H A Dbug68879.phpt29 'peer_name' => '10.2.0.1',
H A Dstream_verify_peer_name_001.phpt27 'peer_name' => 'bug54992.local'
H A Dbug68265.phpt29 'peer_name' => 'debs.ak-online.net',
H A Dbug73072.phpt36 $ctxArr['peer_name'] = 'domain1.com';
H A Dstream_crypto_flags_001.phpt30 'peer_name' => 'bug54992.local',
H A Dbug65538_001.phpt40 'peer_name' => 'bug54992.local',
H A Dbug54992.phpt28 'peer_name' => 'buga_buga',
H A Dbug65538_003.phpt41 'peer_name' => 'bug54992.local',
H A Dstream_crypto_flags_003.phpt35 'peer_name' => 'bug54992.local',
H A Dbug72333.phpt36 …$context = stream_context_create(['ssl' => ['verify_peer' => false, 'peer_name' => 'bug54992.local…
H A Dopenssl_peer_fingerprint_basic.phpt30 'peer_name' => 'bug54992.local',
H A Dbug48182.phpt31 'peer_name' => 'bug54992.local'
H A Dsession_meta_capture.phpt32 'peer_name' => 'bug54992.local',
H A Dstream_crypto_flags_002.phpt32 'peer_name' => 'bug54992.local',
H A Dpeer_verification.phpt50 'peer_name' => 'bug54992.local',
H A Dstream_crypto_flags_004.phpt32 'peer_name' => 'bug54992.local',
H A Dbug65729.phpt36 'peer_name' => $expected_name,
H A Dbug74159.phpt76 'peer_name' => 'bug54992.local',
/PHP-7.0/ext/soap/tests/
H A Dbug69137.phpt22 // Prime the WSDL cache because that request sets peer_name on the HTTP context
/PHP-7.0/ext/openssl/
H A Dxp_ssl.c483 char *peer_name = NULL; in apply_peer_verification_policy() local
548 GET_VER_OPT_STRING("peer_name", peer_name); in apply_peer_verification_policy()
551 if (peer_name == NULL && sslsock->is_client) { in apply_peer_verification_policy()
552 peer_name = sslsock->url_name; in apply_peer_verification_policy()
555 if (peer_name) { in apply_peer_verification_policy()
556 if (matches_san_list(peer, peer_name)) { in apply_peer_verification_policy()
558 } else if (matches_common_name(peer, peer_name)) { in apply_peer_verification_policy()
/PHP-7.0/
H A DUPGRADING497 detection or the "peer_name" option instead.
H A DNEWS2644 detection or the "peer_name" option instead. (Nikita)

Completed in 29 milliseconds