projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e2012b
)
RT3720 Increment session miss counter properly
author
Laszlo Kovacs
<lkovacs@akamai.com>
Fri, 20 Feb 2015 19:35:57 +0000
(14:35 -0500)
committer
Matt Caswell
<matt@openssl.org>
Thu, 9 Jun 2016 22:34:18 +0000
(23:34 +0100)
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
ssl/statem/statem_clnt.c
patch
|
blob
|
history
diff --git
a/ssl/statem/statem_clnt.c
b/ssl/statem/statem_clnt.c
index a97f0cc6bf2c9b5a2625f741032c5a8a03a4b1f6..078349fbb19c427b49fc54a04f3c0fff060afdd2 100644
(file)
--- 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;
}