Home
last modified time | relevance | path

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

/PHP-5.6/ext/openssl/tests/
H A Dsni_server.phpt36 $ctxArr['peer_name'] = 'domain1.com';
42 $ctxArr['peer_name'] = 'domain2.com';
48 $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 Dstream_verify_peer_name_001.phpt27 'peer_name' => 'bug54992.local'
H A Dbug68879.phpt29 'peer_name' => '10.2.0.1',
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 Dbug65538_003.phpt41 'peer_name' => 'bug54992.local',
H A Dstream_crypto_flags_003.phpt35 '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 Dbug48182.phpt31 '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 Dopenssl_peer_fingerprint_basic.phpt30 'peer_name' => 'bug54992.local',
H A Dbug54992.phpt70 'peer_name' => 'buga_buga',
/PHP-5.6/ext/openssl/
H A Dxp_ssl.c454 char *peer_name = NULL; in apply_peer_verification_policy() local
521 GET_VER_OPT_STRING("peer_name", peer_name); in apply_peer_verification_policy()
524 GET_VER_OPT_STRING("CN_match", peer_name); in apply_peer_verification_policy()
530 if (peer_name == NULL && sslsock->is_client) { in apply_peer_verification_policy()
531 peer_name = sslsock->url_name; in apply_peer_verification_policy()
534 if (peer_name) { in apply_peer_verification_policy()
535 if (matches_san_list(peer, peer_name)) { in apply_peer_verification_policy()
537 } else if (matches_common_name(peer, peer_name TSRMLS_CC)) { in apply_peer_verification_policy()
/PHP-5.6/
H A DUPGRADING146 - Added "peer_name" SSL context option to better reflect peer certificate
191 favor of the new "peer_name" option. Name verification now checks certificate
195 "peer_name" value.
H A DNEWS2299 . New "peer_name" SSL context option replaces "CN_match" (which still works

Completed in 52 milliseconds