cyclonedds/src/security/core
Dennis Potman e3056402fc Implement on_revoke_identity_cb
Impement the revoke identity callback in ddsi that is called when
the identity certificate of a participant expires. In case the
identity handle that expires is from a local participant, all
proxy pp connections will be dropped for this participant. In case
the identity that expires is from a remote participant, the
corresponding proxy participant is deleted.

Signed-off-by: Dennis Potman <dennis.potman@adlinktech.com>
2020-04-16 15:30:08 +02:00
..
include/dds/security/core Add domaingv pointer to security plugins, as a preparation for supporting the permissions_expiry callback (which needs the gv to enumerate participants. 2020-04-16 15:30:08 +02:00
src Add domaingv pointer to security plugins, as a preparation for supporting the permissions_expiry callback (which needs the gv to enumerate participants. 2020-04-16 15:30:08 +02:00
tests Implement on_revoke_identity_cb 2020-04-16 15:30:08 +02:00
CMakeLists.txt Do not build security tests if BUILD_IDLC=NO 2020-04-10 09:51:35 +02:00