Home
last modified time | relevance | path

Searched refs:ssl3 (Results 1 – 19 of 19) sorted by relevance

/freebsd-14.2/crypto/openssl/fuzz/
H A DREADME.md32 enable-ssl3 enable-ssl3-method enable-nextprotoneg \
70 enable-ssl3 enable-ssl3-method enable-nextprotoneg \
83 enable-md2 enable-ssl3 enable-ssl3-method enable-nextprotoneg \
/freebsd-14.2/crypto/openssl/doc/man1/
H A Dopenssl-s_time.pod.in20 [B<-ssl3>]
131 =item B<-ssl3>, B<-tls1>, B<-tls1_1>, B<-tls1_2>, B<-tls1_3>
142 …me -connect servername:443 -www / -CApath yourdir -CAfile yourfile.pem -cipher commoncipher [-ssl3]
150 B<-ssl3> options can be tried
H A Dopenssl-ciphers.pod.in15 [B<-ssl3>]
80 =item B<-tls1_3>, B<-tls1_2>, B<-tls1_1>, B<-tls1>, B<-ssl3>
H A Dopenssl.pod564 =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.in863 B<-ssl3>, B<-tls1>, B<-no_ssl3>, B<-no_tls1> options can be tried
/freebsd-14.2/crypto/openssl/
H A DNOTES-NONSTOP.md80 * For 3.0 `--prefix=/usr/local-ssl3.0 --openssldir=/usr/local-ssl3.0/ssl`
172 CIPHENABLES="enable-ssl3 enable-ssl3-method enable-weak-ssl-ciphers enable-rc4"
H A DINSTALL.md978 no-{ssl|ssl3|tls|tls1|tls1_1|tls1_2|tls1_3|dtls|dtls1|dtls1_2}
985 synonymous with `no-ssl3`. Note this only affects version negotiation.
991 no-{ssl3|tls1|tls1_1|tls1_2|dtls1|dtls1_2}-method
H A DCHANGES.md4719 defined in ssl.h and ssl3.h have also been removed.
7633 * Fix issue where no-ssl3 configuration sets method to NULL. When openssl is
7634 built with the no-ssl3 option and a SSL v3 ClientHello is received the ssl
7784 * Build option no-ssl3 is incomplete.
7786 When OpenSSL is configured with "no-ssl3" as a build option, servers
8698 * Fix issue where no-ssl3 configuration sets method to NULL. When openssl is
8699 built with the no-ssl3 option and a SSL v3 ClientHello is received the ssl
8801 * Build option no-ssl3 is incomplete.
8803 When OpenSSL is configured with "no-ssl3" as a build option, servers
15079 * Bugfix: Return -1 from ssl3_get_server_done (ssl3/s3_clnt.c)
/freebsd-14.2/crypto/openssl/test/ssl-tests/
H A D22-compression.cnf.in127 "ssl3"));
H A D04-client_auth.cnf.in25 push @is_disabled, anydisabled("ssl3", "tls1", "tls1_1", "tls1_2", "dtls1", "dtls1_2");
/freebsd-14.2/crypto/openssl/doc/man7/
H A DEVP_MD-SHA1.pod28 =item "ssl3-ms" (B<OSSL_DIGEST_PARAM_SSL3_MS>) <octet string>
H A DEVP_MD-MD5-SHA1.pod30 =item "ssl3-ms" (B<OSSL_DIGEST_PARAM_SSL3_MS>) <octet string>
H A Dssl.pod97 =item F<< <openssl/ssl3.h> >>
/freebsd-14.2/crypto/openssl/test/
H A Dssl_old_test.c889 int dtls1 = 0, dtls12 = 0, dtls = 0, tls1 = 0, tls1_1 = 0, tls1_2 = 0, ssl3 = 0; in main() local
1026 ssl3 = 1; in main()
1245 if (ssl3 + tls1 + tls1_1 + tls1_2 + dtls + dtls1 + dtls12 > 1) { in main()
1252 if (ssl3) in main()
1295 if (!ssl3 && !tls1 && !tls1_1 && !tls1_2 && !dtls && !dtls1 && !dtls12 && number > 1 in main()
1345 if (ssl3) { in main()
H A DREADME.ssltest.md275 protocols: a build with `enable-ssl3` has different test expectations than a
276 build with `no-ssl3`.
/freebsd-14.2/crypto/openssl/crypto/err/
H A Dopenssl.txt1482 ssl3 ext invalid max fragment length
1483 SSL_R_SSL3_EXT_INVALID_SERVERNAME:319:ssl3 ext invalid servername
1484 SSL_R_SSL3_EXT_INVALID_SERVERNAME_TYPE:320:ssl3 ext invalid servername type
1485 SSL_R_SSL3_SESSION_ID_TOO_LONG:300:ssl3 session id too long
1509 SSL_R_UNABLE_TO_LOAD_SSL3_MD5_ROUTINES:242:unable to load ssl3 md5 routines
1510 SSL_R_UNABLE_TO_LOAD_SSL3_SHA1_ROUTINES:243:unable to load ssl3 sha1 routines
/freebsd-14.2/secure/lib/libcrypto/
H A DMakefile577 INCS+= ssl3.h sslerr.h sslerr_legacy.h stack.h store.h storeerr.h symhacks.h tls1.h trace.h ts.h
/freebsd-14.2/crypto/openssl/Configurations/
H A Dunix-Makefile.tmpl1257 include/openssl/ssl3.h
/freebsd-14.2/crypto/openssl/include/openssl/
H A Dssl.h.in941 # include <openssl/ssl3.h>