The branch master has been updated
via 4f6eaa592a9ab4601b08c74e3386c728c0a830a0 (commit)
from 1e2012b7ff4a5f12273446b281775faa5c8a1858 (commit)
- Log -----------------------------------------------------------------
commit 4f6eaa592a9ab4601b08c74e3386c728c0a830a0
Author: Laszlo Kovacs <[email protected]>
Date: Fri Feb 20 14:35:57 2015 -0500
RT3720 Increment session miss counter properly
Reviewed-by: Kurt Roeckx <[email protected]>
Reviewed-by: Matt Caswell <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
ssl/statem/statem_clnt.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/ssl/statem/statem_clnt.c b/ssl/statem/statem_clnt.c
index a97f0cc..078349f 100644
--- a/ssl/statem/statem_clnt.c
+++ b/ssl/statem/statem_clnt.c
@@ -1016,6 +1016,7 @@ MSG_PROCESS_RETURN tls_process_server_hello(SSL *s,
PACKET *pkt)
* overwritten if the server refuses resumption.
*/
if (s->session->session_id_length > 0) {
+ s->ctx->stats.sess_miss++;
if (!ssl_get_new_session(s, 0)) {
goto f_err;
}
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits