/freebsd/contrib/netbsd-tests/ipf/expected/ |
H A D | n4 | 14 List of active sessions: 18 List of active state sessions: 45 List of active sessions: 49 List of active state sessions: 76 List of active sessions: 81 List of active state sessions: 108 List of active sessions: 112 List of active state sessions: 139 List of active sessions: 144 List of active state sessions: [all …]
|
H A D | n4_6 | 14 List of active sessions: 18 List of active state sessions: 45 List of active sessions: 49 List of active state sessions: 76 List of active sessions: 81 List of active state sessions: 108 List of active sessions: 112 List of active state sessions: 139 List of active sessions: 144 List of active state sessions: [all …]
|
H A D | n6 | 17 List of active sessions: 22 List of active state sessions: 52 List of active sessions: 57 List of active state sessions: 87 List of active sessions: 91 List of active state sessions: 121 List of active sessions: 126 List of active state sessions: 156 List of active sessions: 160 List of active state sessions:
|
H A D | n6_6 | 17 List of active sessions: 22 List of active state sessions: 52 List of active sessions: 57 List of active state sessions: 87 List of active sessions: 91 List of active state sessions: 121 List of active sessions: 126 List of active state sessions: 156 List of active sessions: 160 List of active state sessions:
|
H A D | f11 | 19 List of active sessions: 22 List of active state sessions: 55 List of active sessions: 58 List of active state sessions: 91 List of active sessions: 94 List of active state sessions: 127 List of active sessions: 130 List of active state sessions: 163 List of active sessions: 166 List of active state sessions: [all …]
|
H A D | n10 | 6 List of active sessions: 11 List of active state sessions: 30 List of active sessions: 35 List of active state sessions: 54 List of active sessions: 59 List of active state sessions:
|
H A D | n18 | 12 List of active sessions: 24 List of active state sessions: 49 List of active sessions: 61 List of active state sessions: 86 List of active sessions: 98 List of active state sessions:
|
H A D | n7 | 13 List of active sessions: 19 List of active state sessions: 45 List of active sessions: 51 List of active state sessions: 77 List of active sessions: 85 List of active state sessions:
|
H A D | n7_6 | 13 List of active sessions: 19 List of active state sessions: 45 List of active sessions: 51 List of active state sessions: 77 List of active sessions: 85 List of active state sessions:
|
H A D | n2 | 23 List of active sessions: 30 List of active state sessions: 66 List of active sessions: 71 List of active state sessions: 107 List of active sessions: 125 List of active state sessions: 161 List of active sessions: 178 List of active state sessions:
|
H A D | n11 | 20 List of active sessions: 25 List of active state sessions: 58 List of active sessions: 66 List of active state sessions: 99 List of active sessions: 111 List of active state sessions:
|
H A D | n11_6 | 20 List of active sessions: 25 List of active state sessions: 58 List of active sessions: 66 List of active state sessions: 99 List of active sessions: 111 List of active state sessions:
|
H A D | n2_6 | 23 List of active sessions: 30 List of active state sessions: 66 List of active sessions: 71 List of active state sessions: 107 List of active sessions: 125 List of active state sessions: 161 List of active sessions: 178 List of active state sessions:
|
H A D | n15 | 6 List of active sessions: 10 List of active state sessions: 29 List of active sessions: 34 List of active state sessions:
|
H A D | n15_6 | 6 List of active sessions: 10 List of active state sessions: 29 List of active sessions: 34 List of active state sessions:
|
H A D | n3 | 9 List of active sessions: 20 List of active state sessions: 42 List of active sessions: 53 List of active state sessions:
|
H A D | n1 | 38 List of active sessions: 45 List of active state sessions: 96 List of active sessions: 113 List of active state sessions: 164 List of active sessions: 184 List of active state sessions:
|
H A D | n5 | 58 List of active sessions: 73 List of active state sessions: 144 List of active sessions: 166 List of active state sessions: 237 List of active sessions: 254 List of active state sessions: 325 List of active sessions: 332 List of active state sessions: 403 List of active sessions: 428 List of active state sessions: [all …]
|
H A D | n5_6 | 58 List of active sessions: 73 List of active state sessions: 144 List of active sessions: 166 List of active state sessions: 237 List of active sessions: 254 List of active state sessions: 325 List of active sessions: 332 List of active state sessions: 403 List of active sessions: 428 List of active state sessions: [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_sess_number.pod | 26 SSL_CTX_sess_number() returns the current number of sessions in the internal 33 SSL/TLS sessions in client mode. 42 SSL/TLS sessions in server mode. 47 SSL_CTX_sess_hits() returns the number of successfully reused sessions. 52 SSL_CTX_sess_cb_hits() returns the number of successfully retrieved sessions 55 SSL_CTX_sess_misses() returns the number of sessions proposed by clients 58 SSL_CTX_sess_timeouts() returns the number of sessions proposed by clients 60 but that were invalid due to timeout. These sessions are not included in 63 SSL_CTX_sess_cache_full() returns the number of sessions that were removed
|
H A D | SSL_CTX_flush_sessions.pod | 5 SSL_CTX_flush_sessions - remove expired sessions 16 B<ctx> to remove sessions expired at time B<tm>. 20 If enabled, the internal session cache will collect all sessions established 22 As sessions will not be reused ones they are expired, they should be 24 automatically whenever 255 new sessions were established (see 32 SSL_CTX_flush_sessions() will only check sessions stored in the internal
|
H A D | SSL_CTX_set_session_cache_mode.pod | 23 The OpenSSL library can store/retrieve SSL/TLS sessions for later reuse. 24 The sessions can be held in memory for each B<ctx>, if more than one 25 SSL_CTX object is being maintained, the sessions are unique for each SSL_CTX 52 Client sessions are added to the session cache. As there is no reliable way 61 Server sessions are added to the session cache. When a client proposes a 73 Normally the session cache is checked for expired sessions every 84 automatically look up sessions in the internal cache, even if sessions are 93 sessions negotiated in an SSL/TLS handshake may be cached for possible reuse. 96 prevent sessions being stored in the internal cache (though the application can
|
H A D | SSL_CTX_sess_set_cache_size.pod | 25 currently 1024*20, so that up to 20000 sessions can be held. This size 30 sessions are dropped from the end of the cache. 33 expired sessions. 35 If the size of the session cache is reduced and more sessions are already 38 expiration of sessions.
|
/freebsd/crypto/openssh/regress/ |
H A D | putty-transfer.sh | 17 cp ${OBJ}/.putty/sessions/localhost_proxy \ 18 ${OBJ}/.putty/sessions/compression_$c 19 echo "Compression=$c" >> ${OBJ}/.putty/sessions/kex_$k
|
H A D | putty-ciphers.sh | 35 cp ${OBJ}/.putty/sessions/localhost_proxy \ 36 ${OBJ}/.putty/sessions/cipher_$c 38 echo "Cipher=$c" >> ${OBJ}/.putty/sessions/cipher_$c
|