Searched refs:bound (Results 1 – 18 of 18) sorted by relevance
/openssl/crypto/asn1/ |
H A D | asn_mime.c | 243 char bound[33], c; in SMIME_write_ASN1_ex() local 263 c = bound[i] & 0xf; in SMIME_write_ASN1_ex() 268 bound[i] = c; in SMIME_write_ASN1_ex() 270 bound[32] = 0; in SMIME_write_ASN1_ex() 277 bound, mime_eol, mime_eol); in SMIME_write_ASN1_ex() 281 BIO_printf(bio, "------%s%s", bound, mime_eol); in SMIME_write_ASN1_ex() 284 BIO_printf(bio, "%s------%s%s", mime_eol, bound, mime_eol); in SMIME_write_ASN1_ex() 294 BIO_printf(bio, "%s------%s--%s%s", mime_eol, bound, in SMIME_write_ASN1_ex() 619 blen = strlen(bound); in multi_split() 628 state = mime_bound_check(linebuf, len, bound, blen); in multi_split() [all …]
|
/openssl/apps/ |
H A D | CA.pl.in | 97 my ($infile, $outfile, $bound) = @_; 103 $found = 1 if /^-----BEGIN.*$bound/; 105 $found = 2, last if /^-----END.*$bound/;
|
/openssl/doc/man3/ |
H A D | SSL_set_default_stream_mode.pod | 66 L<SSL_read(3)>, a bidirectional client-initiated stream is created and bound as 79 a unidirectional client-initiated stream is created and bound as the default
|
H A D | OPENSSL_instrument_bus.pod | 20 bus-bound a 'flush cache line' instruction is used between probes. In
|
H A D | SSL_CONF_cmd.pod | 223 If either the lower or upper bound is not specified then only the other bound 226 options twice, once with a bound for TLS and again with an appropriate bound 452 The command can be repeated with one instance setting a TLS bound, and the 453 other setting a DTLS bound. 464 The command can be repeated with one instance setting a TLS bound, and the 465 other setting a DTLS bound.
|
H A D | BIO_s_accept.pod | 111 then another socket cannot be bound to the same port. If
|
/openssl/ssl/ |
H A D | ssl_conf.c | 334 static int min_max_proto(SSL_CONF_CTX *cctx, const char *value, int *bound) in min_max_proto() argument 347 return ssl_set_version_bound(method_version, new_version, bound); in min_max_proto()
|
H A D | ssl_local.h | 2665 __owur int ssl_set_version_bound(int method_version, int version, int *bound);
|
/openssl/ssl/statem/ |
H A D | statem_lib.c | 2059 int ssl_set_version_bound(int method_version, int version, int *bound) in ssl_set_version_bound() argument 2065 *bound = version; in ssl_set_version_bound() 2099 *bound = version; in ssl_set_version_bound() 2104 *bound = version; in ssl_set_version_bound()
|
/openssl/doc/designs/quic-design/ |
H A D | quic-api.md | 1144 * stream is created and bound as the default stream. If the peer opens a 1146 * (with `len > 0`) for the first time, that stream is bound as the default 1157 * bound as the default stream. Thereafter, calls to `SSL_read` will fail. 1159 * to `SSL_write` (with `len > 0`), that stream will be bound as the default 1160 * stream; note that a bidirectional stream may be bound in this case. 1646 enabled, meaning that a default stream will be bound to the QUIC connection 1648 stream is bound yet. 1654 this can be changed. This stream is bound as the default stream. 1656 - The peer creates a stream. This stream is bound as the default stream.
|
H A D | quic-ackm.md | 149 * This is necessary to bound the number of PNs we have to keep track of on
|
/openssl/doc/man5/ |
H A D | fips_config.pod | 189 =item B<pbkdf2-lower-bound-check>
|
/openssl/doc/designs/ |
H A D | fips_indicator.md | 336 - KMAC may need a lower bound check on the output size (SP800-185 Section 8.4.2)
|
/openssl/doc/man1/ |
H A D | openssl-fipsinstall.pod.in | 352 Configure the module to not perform run-time lower bound check for PBKDF2.
|
/openssl/doc/man7/ |
H A D | openssl-quic.pod | 70 In default stream mode, a stream is implicitly created and bound to the QUIC 76 case it affects the default stream bound to the connection.
|
H A D | provider-keymgmt.pod | 399 Because an EVP_KEYMGMT method is always tightly bound to another method
|
/openssl/ |
H A D | NEWS.md | 260 reaches its upper bound of BIO_TYPE_MASK and will now return -1 once its
|
H A D | CHANGES.md | 353 reaches its upper bound of BIO_TYPE_MASK. It will now correctly return an 12268 number file to 1, which is bound to cause problems. To avoid
|
Completed in 107 milliseconds