diff options
| author | Endi S. Dewata <edewata@redhat.com> | 2017-01-17 12:19:52 +0100 |
|---|---|---|
| committer | Endi S. Dewata <edewata@redhat.com> | 2017-03-28 00:37:55 +0200 |
| commit | 18412763e4ec09f4892c2a7b502d72ebfd9fec2a (patch) | |
| tree | e2360a5e9848c42c2d2ee7c1e5a3beb0155b63ea /base/common/src/com | |
| parent | 8cf4c5fadd2d5a154c99430be9898f37163bdac7 (diff) | |
| download | pki-18412763e4ec09f4892c2a7b502d72ebfd9fec2a.tar.gz pki-18412763e4ec09f4892c2a7b502d72ebfd9fec2a.tar.xz pki-18412763e4ec09f4892c2a7b502d72ebfd9fec2a.zip | |
Added audit logs for SSL/TLS events.
The CMSStartServlet has been modified to register an SSL socket
listener called PKIServerSocketListener to TomcatJSS.
The PKIServerSocketListener will receive the alerts generated by
SSL server sockets and generate ACCESS_SESSION_* audit logs.
The CS.cfg for all subsystems have been modified to include
ACCESS_SESSION_* audit events.
https://pagure.io/dogtagpki/issue/2602
Change-Id: If7fb6c1b096ec8c68d1fd08f9132baf099816f11
Diffstat (limited to 'base/common/src/com')
| -rw-r--r-- | base/common/src/com/netscape/certsrv/common/ScopeDef.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/base/common/src/com/netscape/certsrv/common/ScopeDef.java b/base/common/src/com/netscape/certsrv/common/ScopeDef.java index a06696e4b..8e43bc635 100644 --- a/base/common/src/com/netscape/certsrv/common/ScopeDef.java +++ b/base/common/src/com/netscape/certsrv/common/ScopeDef.java @@ -194,4 +194,7 @@ public interface ScopeDef { public final static String SC_TKSKEYSLIST = "tksKeysList"; public final static String SC_ROOTCERTSLIST = "rootCertsList"; public final static String SC_ROOTCERT_TRUSTBIT = "rootTrustBit"; + + // access session + public final static String SC_ACCESS_SESSION = "accessSession"; } |
