/openssl/test/ssl-tests/ |
H A D | protocol_version.pm | 46 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 D | 04-client_auth.cnf.in | 16 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 D | 80-test_ssl_old.t | 515 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 D | SSL_CTX_set_alpn_select_cb.pod | 53 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 D | SSL_CTX_new.pod | 126 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 D | SSL_get_default_timeout.pod | 27 for all currently supported protocols.
|
H A D | SSL_get_client_random.pod | 52 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 D | SSL_CTX_set_timeout.pod | 42 All currently supported protocols have the same default timeout value
|
H A D | SSL_get_version.pod | 24 For SSL, TLS and DTLS protocols SSL_client_version() returns the numeric
|
H A D | SSL_CONF_cmd.pod | 473 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 D | DTLSv1_listen.pod | 27 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 D | SSL_connect.pod | 44 typical for many protocols) then this data could be buffered until an ACK has
|
H A D | SSL_get_ciphers.pod | 45 a gap in the list of supported protocols, and some ciphers may not be
|
H A D | BF_encrypt.pod | 68 to decrypt. Some programs and protocols simplify this, like SSH, where
|
/openssl/doc/man7/ |
H A D | ossl-guide-libssl-introduction.pod | 11 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 D | ossl-guide-quic-introduction.pod | 32 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 D | quic-requirements.md | 24 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 D | record-layer.md | 49 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 D | openssl-s_client.pod.in | 113 [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 D | openssl-s_time.pod.in | 172 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 D | openssl.pod | 21 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 D | openssl-dgst.pod.in | 248 with existing formats and protocols.
|
/openssl/test/ |
H A D | README.ssltest.md | 189 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 D | README-dev.md | 38 80-89 "larger" protocols (CA, CMS, OCSP, SSL, TSA)
|
/openssl/ |
H A D | README.md | 14 protocols.
|