Home
last modified time | relevance | path

Searched refs:tls1 (Results 1 – 24 of 24) sorted by relevance

/openssl/test/ssl-tests/
H A D19-mac-then-encrypt.cnf11 test-6 = 6-disable-encrypt-then-mac-server-sha-tls1
12 test-7 = 7-disable-encrypt-then-mac-client-sha-tls1
13 test-8 = 8-disable-encrypt-then-mac-both-sha-tls1
168 [6-disable-encrypt-then-mac-server-sha-tls1]
171 [6-disable-encrypt-then-mac-server-sha-tls1-ssl]
194 [7-disable-encrypt-then-mac-client-sha-tls1]
197 [7-disable-encrypt-then-mac-client-sha-tls1-ssl]
220 [8-disable-encrypt-then-mac-both-sha-tls1]
223 [8-disable-encrypt-then-mac-both-sha-tls1-ssl]
227 [8-disable-encrypt-then-mac-both-sha-tls1-server]
[all …]
H A D19-mac-then-encrypt.cnf.in106 name => "disable-encrypt-then-mac-server-sha-tls1",
121 name => "disable-encrypt-then-mac-client-sha-tls1",
136 name => "disable-encrypt-then-mac-both-sha-tls1",
155 push @tests, @tests_tls1 unless disabled("tls1") || $fips_mode;
H A D22-compression.cnf.in142 push @tests, @tests_tls1_2 unless alldisabled(("tls1_2", "tls1_1", "tls1",
H A D04-client_auth.cnf.in25 push @is_disabled, anydisabled("ssl3", "tls1", "tls1_1", "tls1_2", "dtls1", "dtls1_2");
/openssl/doc/man3/
H A DSSL_get1_builtin_sigalgs.pod9 #include <openssl/tls1.h>
H A DSSL_CTX_set_tlsext_status_cb.pod19 #include <openssl/tls1.h>
H A DSSL_CTX_set_tlsext_ticket_key_cb.pod11 #include <openssl/tls1.h>
H A DEVP_EncryptInit.pod842 Sets or gets the number of records being sent in one go for a tls1 multiblock
/openssl/doc/man5/
H A Dfips_config.pod97 =item B<tls1-prf-ems-check>
121 =item B<tls1-prf-digest-check>
169 =item B<tls1-prf-key-check>
/openssl/doc/man1/
H A Dopenssl-s_time.pod.in21 [B<-tls1>]
131 =item B<-ssl3>, B<-tls1>, B<-tls1_1>, B<-tls1_2>, B<-tls1_3>
H A Dopenssl-ciphers.pod.in16 [B<-tls1>]
80 =item B<-tls1_3>, B<-tls1_2>, B<-tls1_1>, B<-tls1>, B<-ssl3>
H A Dopenssl.pod602 =item B<-ssl3>, B<-tls1>, B<-tls1_1>, B<-tls1_2>, B<-tls1_3>, B<-no_ssl3>, B<-no_tls1>, B<-no_tls1_…
H A Dopenssl-s_client.pod.in983 B<-ssl3>, B<-tls1>, B<-no_ssl3>, B<-no_tls1> options can be tried
/openssl/test/
H A Dssl_old_test.c902 int dtls1 = 0, dtls12 = 0, dtls = 0, tls1 = 0, tls1_1 = 0, tls1_2 = 0, ssl3 = 0; in main() local
1038 tls1 = 1; in main()
1259 if (ssl3 + tls1 + tls1_1 + tls1_2 + dtls + dtls1 + dtls12 > 1) { in main()
1271 if (tls1) in main()
1309 if (!ssl3 && !tls1 && !tls1_1 && !tls1_2 && !dtls && !dtls1 && !dtls12 && number > 1 in main()
1360 } else if (tls1) { in main()
/openssl/test/recipes/30-test_evp_data/
H A Devppkey_kdf_tls1_prf.txt58 PKEYKDF = tls1-prf
H A Devpkdf_tls12_prf.txt36 KDF = tls1-prf
/openssl/.github/workflows/
H A Drun-checker-daily.yml121 no-tls1,
125 no-tls1-method,
H A Dci.yml257 …le-h3demo enable-asan enable-ubsan no-cached-fetch no-fips no-dtls no-tls1 no-tls1-method no-tls1_…
/openssl/doc/designs/
H A Dfips_indicator.md285 - TLS1_PRF If we are only trying to support TLS1.2 here then we should remove the tls1.0/1.1 code …
/openssl/
H A DINSTALL.md1167 no-{ssl|ssl3|tls|tls1|tls1_1|tls1_2|tls1_3|dtls|dtls1|dtls1_2}
1171 If `no-tls` is selected then all of `tls1`, `tls1_1`, `tls1_2` and `tls1_3`
1184 no-{ssl3|tls1|tls1_1|tls1_2|dtls1|dtls1_2}-method
H A DCHANGES.md17576 * Add '-tls1' option to 'openssl ciphers', which was already
/openssl/include/openssl/
H A Dssl.h.in962 # include <openssl/tls1.h> /* This is mostly sslv3 with a few tweaks */
1258 /* see tls1.h for macros based on these */
/openssl/crypto/objects/
H A Dobjects.txt1760 : TLS1-PRF : tls1-prf
/openssl/Configurations/
H A Dunix-Makefile.tmpl1327 include/openssl/tls1.h

Completed in 165 milliseconds