Squashed commit of the following:
commit
f09bbc493a8567cb60a280c264e120216ebbc82f
Author: Oleksii Zaika <ozaika@cisco.com>
Date: Mon Feb 17 18:48:19 2020 +0200
appid: handle CERTIFICATE STATUS handshake type in SSL detector
#define SSL_SERVER_KEY_XCHG 12
#define SSL_SERVER_CERT_REQ 13
#define SSL_SERVER_HELLO_DONE 14
+#define SSL_CERTIFICATE_STATUS 22
#define SSL2_SERVER_HELLO 4
#define PCT_SERVER_HELLO 2
}
}
/* fall through */
+ case SSL_CERTIFICATE_STATUS:
case SSL_SERVER_KEY_XCHG:
case SSL_SERVER_CERT_REQ:
ss->length = ntohs(rec->length) + offsetof(ServiceSSLV3Record, version);