Home
last modified time | relevance | path

Searched refs:stateless (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/openssl/openssl/apps/
H A Ds_server.c113 static int stateless = 0; variable
919 {"stateless", OPT_STATELESS, '-', "Require TLSv1.3 cookies"},
1546 stateless = 1; in s_server_main()
1680 if (stateless && socket_type != SOCK_STREAM) { in s_server_main()
1681 BIO_printf(bio_err, "Can only use --stateless with TLS\n"); in s_server_main()
2851 if (dtlslisten || stateless) { in init_ssl_connection()
2883 stateless = 0; in init_ssl_connection()
2926 if (((dtlslisten || stateless) && i == 0) in init_ssl_connection()
2927 || (!dtlslisten && !stateless && retry)) { in init_ssl_connection()
/third_party/openssl/apps/
H A Ds_server.c113 static int stateless = 0; variable
919 {"stateless", OPT_STATELESS, '-', "Require TLSv1.3 cookies"},
1546 stateless = 1; in s_server_main()
1675 if (stateless && socket_type != SOCK_STREAM) { in s_server_main()
1676 BIO_printf(bio_err, "Can only use --stateless with TLS\n"); in s_server_main()
2846 if (dtlslisten || stateless) { in init_ssl_connection()
2878 stateless = 0; in init_ssl_connection()
2921 if (((dtlslisten || stateless) && i == 0) in init_ssl_connection()
2922 || (!dtlslisten && !stateless && retry)) { in init_ssl_connection()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
H A Dmod.rs1259 fn stateless() { in stateless() functions
1370 assert!(!server_stream.stateless().unwrap());
1376 assert!(server_stream.stateless().unwrap());
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dmod.rs1483 /// stateless handshakes.
1503 /// stateless handshakes.
3619 /// Perform a stateless server-side handshake. in fmt()
3631 pub fn stateless(&mut self) -> Result<bool, ErrorStack> { in fmt() functions
3859 /// Perform a stateless server-side handshake
3874 pub fn stateless(&mut self) -> Result<bool, ErrorStack> { in stateless() functions

Completed in 30 milliseconds