summaryrefslogtreecommitdiffstats
path: root/base/server/cmscore/src/com/netscape/cmscore/dbs/X509CertImplMapper.java
Commit message (Collapse)AuthorAgeFilesLines
* Store issuer DN in certificate recordsFraser Tweedale2015-10-211-0/+5
| | | | | | | | Lightweight CAs mean that we may wish to filter certificates based on the issuer. Update X509CertImplMapper to store the issuer DN in each certificate record, using exiting schema. Also add indices for the 'issuerName' LDAP attribute.
* Reorganized server packages.Endi S. Dewata2013-10-251-0/+372
The tomcat, cms, and cmscore packages have been moved from base/common into separate folders in base/server so that they can be built separately.