Home
last modified time | relevance | path

Searched refs:protocols (Results 1 – 25 of 40) sorted by relevance

12

/openssl/test/ssl-tests/
H A Dprotocol_version.pm46 my @protocols = @{$protref};
50 foreach my $i (0..$#protocols) {
62 my @protocols = @{$protref};
66 foreach my $i (0..$#protocols) {
68 && ($protocols[$i] ne "TLSv1.3"
121 my @protocols;
229 my @protocols;
344 $protocols) = @_;
345 my @prots = @$protocols;
362 || ($orig_c_max != scalar @$protocols
[all …]
H A D04-client_auth.cnf.in16 my @protocols;
21 @protocols = (undef, "TLSv1.2", "DTLSv1.2");
24 @protocols = (undef, "SSLv3", "TLSv1", "TLSv1.1", "TLSv1.2", "DTLSv1", "DTLSv1.2");
31 foreach (0..$#protocols) {
32 my $protocol = $protocols[$_];
/openssl/test/recipes/
H A D80-test_ssl_old.t515 my @protocols = ();
517 push @protocols, "-tls1_3" unless $no_tls1_3;
518 push @protocols, "-tls1_2" unless $no_tls1_2;
519 push @protocols, "-tls1" unless $no_tls1 || $provider eq "fips";
520 push @protocols, "-ssl3" unless $no_ssl3 || $provider eq "fips";
528 foreach my $protocol (@protocols) {
549 my $testcount = scalar(@protocols) + $protocolciphersuitecount
554 foreach my $protocol (@protocols) {
/openssl/doc/man3/
H A DSSL_CTX_set_alpn_select_cb.pod53 set the list of protocols available to be negotiated. The B<protos> must be in
56 protocols and no ALPN extension will be sent to the server.
70 SSL_select_next_proto() is a helper function used to select protocols. It
94 server's advertised protocols are provided in B<in> and B<inlen>. The
102 when a TLS server needs a list of supported protocols for Next Protocol
120 this function need not be a member of the list of supported protocols
186 ALPN protocol not selected, e.g., because no ALPN protocols are configured for
H A DSSL_CTX_new.pod126 The supported protocols are SSLv3, TLSv1, TLSv1.1, TLSv1.2 and TLSv1.3.
163 Currently supported protocols are DTLS 1.0 and DTLS 1.2.
186 If you want to limit the supported protocols for the version flexible
192 allow newer protocols like TLS 1.0, TLS 1.1, TLS 1.2 or TLS 1.3.
194 The list of protocols available can also be limited using the
200 protocols they support. When disabling a protocol, make sure that you also
H A DSSL_get_default_timeout.pod27 for all currently supported protocols.
H A DSSL_get_client_random.pod52 use in low-level protocols. You probably should not use them, unless
67 In current versions of the TLS protocols, the length of client_random
H A DSSL_CTX_set_timeout.pod42 All currently supported protocols have the same default timeout value
H A DSSL_get_version.pod24 For SSL, TLS and DTLS protocols SSL_client_version() returns the numeric
H A DSSL_CONF_cmd.pod473 The B<value> argument is a comma separated list of supported protocols
487 This can't enable protocols that are disabled using B<MinProtocol>
488 or B<MaxProtocol>, but can disable protocols that are still allowed
494 protocols has no "holes", e.g. if TLS 1.0 and TLS 1.2 are both enabled, make
745 There are various ways to select the supported protocols.
748 This is the recommended way to disable protocols.
756 The following will first enable all protocols, and then disable
H A DDTLSv1_listen.pod27 Some transport protocols (such as UDP) can be susceptible to amplification
39 stream-based transport protocols (e.g. QUIC) may not validate the source
H A DSSL_connect.pod44 typical for many protocols) then this data could be buffered until an ACK has
H A DSSL_get_ciphers.pod45 a gap in the list of supported protocols, and some ciphers may not be
H A DBF_encrypt.pod68 to decrypt. Some programs and protocols simplify this, like SSH, where
/openssl/doc/man7/
H A Dossl-guide-libssl-introduction.pod11 communications protocols. Specifically it provides SSL/TLS (SSLv3, TLSv1,
17 network protocols, so a developer familiar with writing applications using one
18 of these protocols should be able to transition to using another with relative
H A Dossl-guide-quic-introduction.pod32 allowing application protocols built on QUIC to create arbitrarily many
76 same UDP socket as some other UDP-based protocols, such as RTP.
/openssl/doc/designs/quic-design/
H A Dquic-requirements.md24 interactions between TLS, DTLS, KTLS and the planned QUIC protocols. The pluggable
87 existing (or future) security protocols and to select between them with minimal
94 encompass that capability for all protocols will need to be added.
H A Drecord-layer.md49 layer interactions between TLS, DTLS, KTLS and the planned QUIC protocols. The
299 * "packet". The interface in this file applies to all protocols that protect
384 * protocols more than 2 might be used (e.g. in DTLS for retransmitting
/openssl/doc/man1/
H A Dopenssl-s_client.pod.in113 [B<-alpn> I<protocols>]
114 [B<-nextprotoneg> I<protocols>]
707 This option is used to specify hostname information for various protocols
748 =item B<-alpn> I<protocols>, B<-nextprotoneg> I<protocols>
753 The I<protocols> list is a comma-separated list of protocol names that
755 desirable protocols first. Protocol names are printable ASCII strings,
757 An empty list of protocols is treated specially and will cause the
759 after receiving ServerHello with a list of server supported protocols.
1032 protocols where the server waits for a graceful disconnect from the client.
H A Dopenssl-s_time.pod.in172 L<openssl-s_client(1)> program to turn protocols on and off, you may not
173 be able to measure the performance of all protocols with all servers.
H A Dopenssl.pod21 and Transport Layer Security (TLS) network protocols and related
597 Note that not all protocols and flags may be available, depending on how
604 These options require or disable the use of the specified SSL or TLS protocols.
H A Dopenssl-dgst.pod.in248 with existing formats and protocols.
/openssl/test/
H A DREADME.ssltest.md189 protocols can be specified as a comma-separated list, and a callback with the
275 protocols: a build with `enable-ssl3` has different test expectations than a
H A DREADME-dev.md38 80-89 "larger" protocols (CA, CMS, OCSP, SSL, TSA)
/openssl/
H A DREADME.md14 protocols.

Completed in 52 milliseconds

12