Home
last modified time | relevance | path

Searched refs:TLS_LIMIT_DATE (Results 1 – 1 of 1) sorted by relevance

/dports/net/ndpi/nDPI-92a1be2/src/lib/protocols/
H A Dtls.c98 #define TLS_LIMIT_DATE 1598918400 /* From 01/09/2020 TLS certificates lifespan is limite… macro
464 if (flow->protos.tls_quic_stun.tls_quic.notBefore > TLS_LIMIT_DATE) in processCertificateElements()