EventIDs (GVL)¶
- InOut:
Scope
Name
Type
Initial
Comment
Constant
CMPID_CmpOpenSSL
DWORD
16#33
ComponentID to specify for EventOpen
EVTPARAMID_X509CertValidity
WORD
16#2
IDs for the event parameter structures
EVTVERSION_X509CertValidity
WORD
16#1
EVT_X509CertValidity
DWORD
(SHL(UINT_TO_DWORD(EventClass.EVTCLASS_INFO), 16) OR 16#2)
<category>Events</category>
<description>This event is fired once a day, as well as after a PLC reboot and after an application download.</description>
<param name=”pEventParam” type=”IN”>EVTPARAM_X509CertValidity</param>
EVT_X509CertNotValidNow
DWORD
(SHL(UINT_TO_DWORD(EventClass.EVTCLASS_WARNING), 16) OR 16#3)
<category>Events</category>
<description>
This event will be posted, every time when for a component use case no certificate is found,
which is valid at the current time, but there is a certificate with another validity period.
This can be an expired certificate or certificate which is not valid yet.
The check will be performed every time the X509CertStoreGetRegisteredCert() function is called.
</description>
<param name=”pEventParam” type=”IN”>EVTPARAM_X509CertValidity</param>