Home
last modified time | relevance | path

Searched refs:post_handshake_auth (Results 1 - 22 of 22) sorted by relevance

/third_party/openssl/test/
H A Dext_internal_test.c63 EXT_ENTRY(post_handshake_auth),
/third_party/python/Lib/http/
H A Dclient.py1430 if context.post_handshake_auth is not None:
1431 context.post_handshake_auth = True
1442 if context.post_handshake_auth is not None:
1443 context.post_handshake_auth = True
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_srvr.c132 && s->post_handshake_auth == SSL_PHA_REQUESTED) { in ossl_statem_server13_read_transition()
376 || s->post_handshake_auth == SSL_PHA_REQUEST_PENDING) in send_certificate_request()
433 if (s->post_handshake_auth == SSL_PHA_REQUEST_PENDING) { in ossl_statem_server13_write_transition()
476 if (s->post_handshake_auth == SSL_PHA_REQUEST_PENDING) { in ossl_statem_server13_write_transition()
477 s->post_handshake_auth = SSL_PHA_REQUESTED; in ossl_statem_server13_write_transition()
505 if (s->post_handshake_auth == SSL_PHA_REQUESTED) { in ossl_statem_server13_write_transition()
506 s->post_handshake_auth = SSL_PHA_EXT_RECEIVED; in ossl_statem_server13_write_transition()
981 if (s->post_handshake_auth == SSL_PHA_REQUEST_PENDING) { in ossl_statem_server_post_work()
2752 if (s->post_handshake_auth == SSL_PHA_REQUEST_PENDING) { in tls_construct_certificate_request()
3563 if (s->post_handshake_auth in tls_process_client_certificate()
[all...]
H A Dstatem_clnt.c174 if (!SSL_IS_DTLS(s) && s->post_handshake_auth == SSL_PHA_EXT_SENT) { in ossl_statem_client13_read_transition()
175 s->post_handshake_auth = SSL_PHA_REQUESTED; in ossl_statem_client13_read_transition()
423 if (s->post_handshake_auth == SSL_PHA_REQUESTED) { in ossl_statem_client13_write_transition()
851 if (s->post_handshake_auth != SSL_PHA_REQUESTED) { in ossl_statem_client_post_work()
2456 if (SSL_IS_TLS13(s) && s->post_handshake_auth != SSL_PHA_REQUESTED) in tls_process_certificate_request()
3452 if (s->post_handshake_auth == SSL_PHA_REQUESTED) { in tls_prepare_client_certificate()
3500 if (s->post_handshake_auth == SSL_PHA_REQUESTED) in tls_prepare_client_certificate()
H A Dstatem_lib.c593 if (!s->server && s->post_handshake_auth != SSL_PHA_REQUESTED) in tls_construct_finished()
831 if (s->post_handshake_auth != SSL_PHA_REQUESTED) in tls_process_finished()
891 if (s->post_handshake_auth != SSL_PHA_REQUESTED && in tls_process_finished()
1111 && s->post_handshake_auth == SSL_PHA_REQUESTED) in tls_finish_handshake()
1112 s->post_handshake_auth = SSL_PHA_EXT_SENT; in tls_finish_handshake()
H A Dextensions.c1739 s->post_handshake_auth = SSL_PHA_NONE; in init_post_handshake_auth()
H A Dextensions_srvr.c1230 s->post_handshake_auth = SSL_PHA_EXT_RECEIVED; in tls_parse_ctos_post_handshake_auth()
H A Dextensions_clnt.c1191 s->post_handshake_auth = SSL_PHA_EXT_SENT; in tls_construct_ctos_post_handshake_auth()
/third_party/openssl/ssl/statem/
H A Dstatem_srvr.c131 && s->post_handshake_auth == SSL_PHA_REQUESTED) { in ossl_statem_server13_read_transition()
375 || s->post_handshake_auth == SSL_PHA_REQUEST_PENDING) in send_certificate_request()
432 if (s->post_handshake_auth == SSL_PHA_REQUEST_PENDING) { in ossl_statem_server13_write_transition()
475 if (s->post_handshake_auth == SSL_PHA_REQUEST_PENDING) { in ossl_statem_server13_write_transition()
476 s->post_handshake_auth = SSL_PHA_REQUESTED; in ossl_statem_server13_write_transition()
504 if (s->post_handshake_auth == SSL_PHA_REQUESTED) { in ossl_statem_server13_write_transition()
505 s->post_handshake_auth = SSL_PHA_EXT_RECEIVED; in ossl_statem_server13_write_transition()
970 if (s->post_handshake_auth == SSL_PHA_REQUEST_PENDING) { in ossl_statem_server_post_work()
2731 if (s->post_handshake_auth == SSL_PHA_REQUEST_PENDING) { in tls_construct_certificate_request()
3542 if (s->post_handshake_auth in tls_process_client_certificate()
[all...]
H A Dstatem_clnt.c174 if (!SSL_IS_DTLS(s) && s->post_handshake_auth == SSL_PHA_EXT_SENT) { in ossl_statem_client13_read_transition()
175 s->post_handshake_auth = SSL_PHA_REQUESTED; in ossl_statem_client13_read_transition()
423 if (s->post_handshake_auth == SSL_PHA_REQUESTED) { in ossl_statem_client13_write_transition()
851 if (s->post_handshake_auth != SSL_PHA_REQUESTED) { in ossl_statem_client_post_work()
2448 if (SSL_IS_TLS13(s) && s->post_handshake_auth != SSL_PHA_REQUESTED) in tls_process_certificate_request()
3444 if (s->post_handshake_auth == SSL_PHA_REQUESTED) { in tls_prepare_client_certificate()
3492 if (s->post_handshake_auth == SSL_PHA_REQUESTED) in tls_prepare_client_certificate()
H A Dstatem_lib.c572 if (!s->server && s->post_handshake_auth != SSL_PHA_REQUESTED) in tls_construct_finished()
796 if (s->post_handshake_auth != SSL_PHA_REQUESTED) in tls_process_finished()
856 if (s->post_handshake_auth != SSL_PHA_REQUESTED && in tls_process_finished()
1076 && s->post_handshake_auth == SSL_PHA_REQUESTED) in tls_finish_handshake()
1077 s->post_handshake_auth = SSL_PHA_EXT_SENT; in tls_finish_handshake()
H A Dextensions.c1707 s->post_handshake_auth = SSL_PHA_NONE; in init_post_handshake_auth()
H A Dextensions_srvr.c1230 s->post_handshake_auth = SSL_PHA_EXT_RECEIVED; in tls_parse_ctos_post_handshake_auth()
H A Dextensions_clnt.c1191 s->post_handshake_auth = SSL_PHA_EXT_SENT; in tls_construct_ctos_post_handshake_auth()
/third_party/python/Lib/test/
H A Dtest_ssl.py4479 self.assertEqual(ctx.post_handshake_auth, False)
4481 ctx.post_handshake_auth = True
4482 self.assertEqual(ctx.post_handshake_auth, True)
4486 self.assertEqual(ctx.post_handshake_auth, True)
4488 ctx.post_handshake_auth = False
4490 self.assertEqual(ctx.post_handshake_auth, False)
4493 ctx.post_handshake_auth = True
4495 self.assertEqual(ctx.post_handshake_auth, True)
4499 server_context.post_handshake_auth = True
4501 client_context.post_handshake_auth
[all...]
H A Dtest_httplib.py2016 self.assertTrue(h._context.post_handshake_auth)
2019 self.assertFalse(context.post_handshake_auth)
2022 self.assertFalse(h._context.post_handshake_auth)
2029 self.assertTrue(h._context.post_handshake_auth)
/third_party/python/Modules/
H A D_ssl.c289 int post_handshake_auth; member
857 if (sslctx->post_handshake_auth == 1) { in newPySSLSocket()
3203 self->post_handshake_auth = 0; in _ssl__SSLContext_impl()
3204 SSL_CTX_set_post_handshake_auth(self->ctx, self->post_handshake_auth); in _ssl__SSLContext_impl()
3698 return PyBool_FromLong(self->post_handshake_auth); in get_post_handshake_auth()
3716 self->post_handshake_auth = pha; in set_post_handshake_auth()
4720 {"post_handshake_auth", (getter) get_post_handshake_auth,
/third_party/openssl/test/helpers/
H A Dhandshake.c979 peer->ssl->post_handshake_auth = SSL_PHA_EXT_RECEIVED; in do_reneg_setup_step()
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_lib.c6007 switch (ssl->post_handshake_auth) { in SSL_verify_client_post_handshake()
6025 ssl->post_handshake_auth = SSL_PHA_REQUEST_PENDING; in SSL_verify_client_post_handshake()
6029 ssl->post_handshake_auth = SSL_PHA_EXT_RECEIVED; /* restore on error */ in SSL_verify_client_post_handshake()
H A Dssl_local.h1786 SSL_PHA_STATE post_handshake_auth; member
/third_party/openssl/ssl/
H A Dssl_lib.c5891 switch (ssl->post_handshake_auth) { in SSL_verify_client_post_handshake()
5909 ssl->post_handshake_auth = SSL_PHA_REQUEST_PENDING; in SSL_verify_client_post_handshake()
5913 ssl->post_handshake_auth = SSL_PHA_EXT_RECEIVED; /* restore on error */ in SSL_verify_client_post_handshake()
H A Dssl_local.h1730 SSL_PHA_STATE post_handshake_auth; member

Completed in 80 milliseconds