Home
last modified time | relevance | path

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

12

/freebsd/crypto/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]
169 ssl_conf = 6-disable-encrypt-then-mac-server-sha-tls1-ssl
171 [6-disable-encrypt-then-mac-server-sha-tls1-ssl]
172 server = 6-disable-encrypt-then-mac-server-sha-tls1-server
173 client = 6-disable-encrypt-then-mac-server-sha-tls1-client
175 [6-disable-encrypt-then-mac-server-sha-tls1-server]
181 [6-disable-encrypt-then-mac-server-sha-tls1-client]
[all …]
H A D19-mac-then-encrypt.cnf.in110 name => "disable-encrypt-then-mac-server-sha-tls1",
125 name => "disable-encrypt-then-mac-client-sha-tls1",
140 name => "disable-encrypt-then-mac-both-sha-tls1",
159 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");
/freebsd/tools/regression/compat32/aarch64/
H A Dswp_test_impl.S50 movw r3, :lower16:tls1
51 movt r3, :upper16:tls1
401 .type tls1,%object
402 .local tls1
403 .comm tls1,TLS_SIZE,1
/freebsd/crypto/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>
/freebsd/crypto/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.pod928 Sets or gets the number of records being sent in one go for a tls1 multiblock
/freebsd/crypto/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>]
79 =item B<-tls1_3>, B<-tls1_2>, B<-tls1_1>, B<-tls1>, B<-ssl3>
H A Dopenssl.pod604 =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.in909 B<-ssl3>, B<-tls1>, B<-no_ssl3>, B<-no_tls1> options can be tried
/freebsd/crypto/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()
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpkdf_tls12_prf.txt36 KDF = tls1-prf
H A Devppkey_kdf_tls1_prf.txt58 PKEYKDF = tls1-prf
/freebsd/contrib/bearssl/src/ssl/
H A Dssl_hs_server.t01029 addr-version get16 0x0303 >= { tls1.2+ }
1032 sig-len addr-ecdhe_point_len get8 + tls1.2+ 2 and + 6 + write24
1041 tls1.2+ if
H A Dssl_hs_client.t0872 addr-version get16 0x0303 >= { tls1.2+ }
875 tls1.2+ if
/freebsd/crypto/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 …
/freebsd/crypto/openssl/
H A DINSTALL.md1188 no-{ssl|ssl3|tls|tls1|tls1_1|tls1_2|tls1_3|dtls|dtls1|dtls1_2}
1192 If `no-tls` is selected then all of `tls1`, `tls1_1`, `tls1_2` and `tls1_3`
1205 no-{ssl3|tls1|tls1_1|tls1_2|dtls1|dtls1_2}-method
/freebsd/secure/lib/libcrypto/
H A DMakefile643 INCS+= ssl3.h sslerr.h sslerr_legacy.h stack.h store.h storeerr.h symhacks.h thread.h tls1.h trace.…
/freebsd/crypto/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 */
/freebsd/crypto/openssl/Configurations/
H A Dunix-Makefile.tmpl1327 include/openssl/tls1.h
/freebsd/crypto/openssl/crypto/objects/
H A Dobjects.txt1790 : TLS1-PRF : tls1-prf

12