Home
last modified time | relevance | path

Searched refs:SSL3_RT_APPLICATION_DATA (Results 1 – 15 of 15) sorted by relevance

/openssl/ssl/record/
H A Drec_layer_s3.c109 if (sc->rlayer.tlsrecs[i].type != SSL3_RT_APPLICATION_DATA) in ssl3_pending()
259 if (type == SSL3_RT_APPLICATION_DATA in ssl3_write_bytes()
470 (type == SSL3_RT_APPLICATION_DATA && in ssl3_write_bytes()
567 if (s->s3.need_empty_fragments && type == SSL3_RT_APPLICATION_DATA) { in do_ssl3_write()
701 rectype = SSL3_RT_APPLICATION_DATA; in do_ssl3_write()
1022 if (BIO_get_ktls_send(s->wbio) && type != SSL3_RT_APPLICATION_DATA) { in ssl3_write_pending()
1173 && (type != SSL3_RT_APPLICATION_DATA) in ssl3_read_bytes()
1175 || (peek && (type != SSL3_RT_APPLICATION_DATA))) { in ssl3_read_bytes()
1300 if (SSL_in_init(ssl) && type == SSL3_RT_APPLICATION_DATA in ssl3_read_bytes()
1356 } while (type == SSL3_RT_APPLICATION_DATA in ssl3_read_bytes()
[all …]
H A Drec_layer_d1.c232 if ((type && (type != SSL3_RT_APPLICATION_DATA) && in dtls1_read_bytes()
234 (peek && (type != SSL3_RT_APPLICATION_DATA))) { in dtls1_read_bytes()
344 if (SSL_in_init(s) && (type == SSL3_RT_APPLICATION_DATA) && in dtls1_read_bytes()
599 case SSL3_RT_APPLICATION_DATA: in dtls1_read_bytes()
/openssl/ssl/record/methods/
H A Dtls13_meth.c186 if (rec->type != SSL3_RT_APPLICATION_DATA in tls13_validate_record_header()
214 || rec->type != SSL3_RT_APPLICATION_DATA) { in tls13_post_process_record()
H A Dtls_common.c190 if (pkt[0] == SSL3_RT_APPLICATION_DATA in tls_default_read_n()
352 if (*p != SSL3_RT_APPLICATION_DATA) in tls_record_app_data_waiting()
598 && thisrr->type == SSL3_RT_APPLICATION_DATA in tls_get_more_records()
811 if (thisrr->type == SSL3_RT_APPLICATION_DATA in tls_get_more_records()
913 if (rec->type != SSL3_RT_APPLICATION_DATA in tls13_common_post_process_record()
1281 if (rl->rrec[i].type != SSL3_RT_APPLICATION_DATA) in tls_app_data_pending()
/openssl/test/
H A Drecordlentest.c165 if (!TEST_true(write_record(serverbio, len, SSL3_RT_APPLICATION_DATA, in test_record_overflow()
H A Dtls13encryptiontest.c325 rec.type = SSL3_RT_APPLICATION_DATA; in test_tls13_encryption()
H A Dtls13ccstest.c196 } else if (rectype == SSL3_RT_APPLICATION_DATA) { in watchccs_write()
H A Dbad_dtls_test.c568 if (!TEST_true(send_record(rbio, SSL3_RT_APPLICATION_DATA, tests[i].seq, in test_bad_dtls()
/openssl/include/openssl/
H A Dssl3.h222 # define SSL3_RT_APPLICATION_DATA 23 macro
/openssl/doc/man3/
H A DSSL_CTX_set_msg_callback.pod63 B<SSL3_RT_APPLICATION_DATA> because the callback will only be called for protocol
115 SSL3_RT_APPLICATION_DATA. The real content type for the record is contained in
H A DSSL_CTX_set_record_padding_callback.pod51 one of SSL3_RT_APPLICATION_DATA, SSL3_RT_HANDSHAKE, or SSL3_RT_ALERT.
/openssl/ssl/
H A Dt1_trce.c77 {SSL3_RT_APPLICATION_DATA, "ApplicationData"},
H A Ds3_lib.c4495 return s->method->ssl_write_bytes(s, SSL3_RT_APPLICATION_DATA, buf, len, in ssl3_write()
4513 s->method->ssl_read_bytes(s, SSL3_RT_APPLICATION_DATA, NULL, buf, len, in ssl3_read_internal()
4525 s->method->ssl_read_bytes(s, SSL3_RT_APPLICATION_DATA, NULL, buf, in ssl3_read_internal()
/openssl/apps/lib/
H A Ds_cb.c613 case SSL3_RT_APPLICATION_DATA: in msg_cb()
/openssl/
H A DCHANGES.md15204 SSL3_RT_APPLICATION_DATA, return 0.

Completed in 99 milliseconds