Home
last modified time | relevance | path

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

12

/openssl/test/ssl-tests/
H A D13-fragmentation.cnf5 test-0 = 0-one-fragment-minus-app-data
6 test-1 = 1-one-fragment-app-data
7 test-2 = 2-one-fragment-plus-app-data
29 [0-one-fragment-minus-app-data]
32 [0-one-fragment-minus-app-data-ssl]
52 [1-one-fragment-app-data]
55 [1-one-fragment-app-data-ssl]
59 [1-one-fragment-app-data-server]
64 [1-one-fragment-app-data-client]
75 [2-one-fragment-plus-app-data]
[all …]
H A D13-fragmentation.cnf.in19 # Default fragment size is 512.
21 name => "one-fragment-minus-app-data",
29 name => "one-fragment-app-data",
37 name => "one-fragment-plus-app-data",
53 name => "small-app-data-large-fragment-size",
87 name => "large-app-data-large-fragment-size",
96 name => "large-app-data-odd-fragment-size",
104 # When the buffer / fragment size ratio is sufficiently large,
107 # around 4. Since the test buffer is 64kB, a 4kB fragment is
137 name => "large-app-data-aes-sha1-multibuffer-odd-fragment",
[all …]
/openssl/external/perl/Text-Template-1.56/
H A DChanges123 Program fragment at line 30 delivered error ``Illegal division by zero''
130 program fragment began; it now reports the line number at which the error
143 program fragment began; it now reports the line number at which the error
155 call; this is a function which receives each code fragment prior to
156 evaluation, and which may modify and return the fragment; the modified
157 fragment is what is evaluated.
187 function which receives each code fragment prior to evaluation, and which
188 may modify and return the fragment; the modified fragment is what is
202 beginning of every program fragment in a template, either per template,
206 front of every program fragment everywhere.
[all …]
/openssl/test/
H A Dasynciotest.c22 static int fragment = 0; variable
142 if (fragment) { in async_write()
234 fragment = 0; in async_write()
312 fragment = 1; in test_asyncio()
H A DREADME.ssltest.md53 * MaxFragmentSize - maximum send fragment size (integer, defaults to 512 in
55 both client and server. Lowering the fragment size will split handshake and
58 four times as large as the maximum fragment, interleaved multi-buffer crypto
/openssl/doc/man3/
H A DOSSL_HTTP_parse_url.pod53 C<[scheme://][userinfo@]host[:port][/path][?query][#fragment]> and splits it up
54 into scheme, userinfo, host, port, path, query, and fragment components.
68 For absent scheme, userinfo, port, query, and fragment components
H A DSSL_CTX_set_split_send_fragment.pod11 SSL_SESSION_get_max_fragment_length - Control fragment size settings and pipelining operations
111 SSL_CTX_set_tlsext_max_fragment_length() sets the default maximum fragment
116 SSL_set_tlsext_max_fragment_length() sets the maximum fragment length
123 SSL_SESSION_get_max_fragment_length() gets the maximum fragment length
H A DOSSL_HTTP_transfer.pod81 C<[http[s]://][userinfo@]host[:port][/path][?query][#fragment]>,
82 where any userinfo, path, query, and fragment given is ignored.
231 Any userinfo and fragment components in the I<url> are ignored.
H A DSSL_CTX_set_msg_callback.pod101 and fragment collection where applicable. (Thus record boundaries are
H A DOSSL_CMP_CTX_new.pod395 C<[http[s]://][userinfo@]host[:port][/path][?query][#fragment]>,
396 where any given userinfo, path, query, and fragment is ignored.
H A DSSL_CTX_set_options.pod185 renegotiation, and setting the maximum fragment size is not possible as of
/openssl/ssl/statem/
H A Dstatem_dtls.c78 frag->fragment = buf; in dtls1_hm_fragment_new()
100 OPENSSL_free(frag->fragment); in dtls1_hm_fragment_free()
564 memcpy(&p[frag->msg_header.frag_off], frag->fragment, in dtls1_retrieve_buffered_fragment()
658 frag->fragment + msg_hdr->frag_off, in dtls1_reassemble_fragment()
770 frag->fragment, frag_len, 0, in dtls1_process_out_of_seq_message()
1130 memcpy(frag->fragment, s->init_buf->data, s->init_num); in dtls1_buffer_message()
1211 memcpy(s->init_buf->data, frag->fragment, in dtls1_retransmit_message()
/openssl/doc/man7/
H A DOSSL_STORE-winstore.pod19 No authority (host, etc), no path, no query, no fragment.
/openssl/doc/man1/
H A Dopenssl-ocsp.pod.in34 [B<-proxy> I<[http[s]://][userinfo@]host[:port][/path][?query][#fragment]>]
175 The optional userinfo and fragment components are ignored.
191 =item B<-proxy> I<[http[s]://][userinfo@]host[:port][/path][?query][#fragment]>
198 as well as any userinfo, path, query, and fragment components.
H A Dopenssl-s_server.pod.in78 [B<-proxy> I<[http[s]://][userinfo@]host[:port][/path][?query][#fragment]>]
523 =item B<-proxy> I<[http[s]://][userinfo@]host[:port][/path][?query][#fragment]>
530 as well as any userinfo, path, query, and fragment components.
546 The optional userinfo and fragment URL components are ignored.
581 The maximum size of data fragment to send.
H A Dopenssl-cmp.pod.in54 [B<-server> I<[http[s]://][userinfo@]host[:port][/path][?query][#fragment]>]
55 [B<-proxy> I<[http[s]://][userinfo@]host[:port][/path][?query][#fragment]>]
511 =item B<-server> I<[http[s]://][userinfo@]host[:port][/path][?query][#fragment]>
523 The optional userinfo and fragment components are ignored.
527 =item B<-proxy> I<[http[s]://][userinfo@]host[:port][/path][?query][#fragment]>
535 as well as any path, userinfo, and query, and fragment components.
H A Dopenssl-s_client.pod.in585 The maximum size of data fragment to send.
/openssl/doc/designs/quic-design/
H A Drecord-layer.md271 `set_max_frag_len()`: called by libssl to set the maximum allowed fragment
451 * to send. |maxfrag| is the maximum allowed fragment size based on user
453 * entry the default fragment size that will actually be used based on user
455 * exit the record layer may update this to an alternative fragment size to
575 * Set the maximum fragment length to be used for the record layer. This
/openssl/doc/internal/man3/
H A Dossl_namemap_new.pod65 allowing the caller to use a fragment of a string as a name.
/openssl/Configurations/
H A DREADME-design.md412 Unix) with perl code fragments mixed in. Those perl code fragment
415 At a minimum, there must be a perl code fragment that defines a set of
H A DREADME.md508 perl functions in a perl code fragment enclosed with `{-` and `-}`.
/openssl/doc/man5/
H A Dx509v3_config.pod345 The value is taken as a distinguished name fragment that is set as the
399 The value is taken as a distinguished name fragment that is set as the
H A Dconfig.pod228 If a full configuration with the above fragment is in the file
/openssl/crypto/err/
H A Dopenssl.txt1425 SSL_R_EXCEEDS_MAX_FRAGMENT_SIZE:194:exceeds max fragment size
1580 ssl3 ext invalid max fragment length
/openssl/ssl/
H A Dssl_local.h1895 unsigned char *fragment; member

Completed in 65 milliseconds

12