Home
last modified time | relevance | path

Searched refs:highest (Results 1 – 16 of 16) sorted by relevance

/openssl/doc/man3/
H A DSSL_CTX_set_min_proto_version.pod35 versions down to the lowest version, or up to the highest version
39 automatically use the lowest or highest version supported by the library.
52 lowest or highest protocol, respectively.
H A DBN_num_bytes.pod40 of bits doesn't always set the highest bits, thereby making the number
H A DSSL_get_shared_sigalgs.pod44 If an application is only interested in the highest preference shared
H A DSSL_CTX_new.pod124 The actual protocol version used will be negotiated to the highest version
H A DSSL_CTX_use_certificate.pod88 ending at the highest level (root) CA. SSL_use_certificate_chain_file() is
/openssl/ssl/quic/
H A Dquic_ackm.c421 QUIC_PN highest = QUIC_PN_INVALID; in rx_pkt_history_trim_range_count() local
426 highest = (highest == QUIC_PN_INVALID) in rx_pkt_history_trim_range_count()
427 ? r.end : ossl_quic_pn_max(highest, r.end); in rx_pkt_history_trim_range_count()
436 if (highest != QUIC_PN_INVALID) in rx_pkt_history_trim_range_count()
437 rx_pkt_history_bump_watermark(h, highest + 1); in rx_pkt_history_trim_range_count()
/openssl/doc/man7/
H A Dossl-guide-tls-introduction.pod43 perform version negotiation so that the highest protocol version that the client
70 OpenSSL will always try to negotiate the highest protocol version that it has
H A Dossl-guide-tls-server-block.pod47 the highest version of the protocol that is mutually supported by both the
H A Dossl-guide-tls-client-block.pod53 the highest version of the protocol that is mutually supported by both the
/openssl/doc/man1/
H A Dopenssl.pod591 clients will offer the lowest and highest protocol version they support,
592 and servers will pick the highest version that the client offers that is also
/openssl/doc/designs/quic-design/
H A Dquic-ackm.md280 * As such, ack_ranges[0].end is always the highest packet number
H A Dquic-fifm.md258 * Gets the highest priority CFQ item in the given PN space awaiting
H A Dquic-fault-injector.md412 * to use for testing purposes - but we just use the highest possible
H A Dtx-packetiser.md410 frames. It is therefore trivially given the highest priority.
/openssl/include/openssl/
H A Dssl.h.in1990 /* Negotiate highest available SSL/TLS version */
/openssl/
H A DCHANGES.md9312 order. This is currently hardcoded for the highest order curves first.
11127 highest version of TLS/SSL supported. Although TLS >= 2.0 is some way
16094 simply choose the highest available protocol version (i.e.,
16560 Extend BN_[pseudo_]rand: As before, top=1 forces the highest two bits
16561 to be set and top=0 forces the highest bit to be set; top=-1 is new
16562 and leaves the highest bit random.

Completed in 121 milliseconds