summaryrefslogtreecommitdiffstats
path: root/base/common/src/com/netscape/certsrv/profile/CertInfoProfile.java
Commit message (Collapse)AuthorAgeFilesLines
* Fixed exception handling in CertInfoProfile.Endi S. Dewata2016-04-121-8/+9
| | | | | | | The CertInfoProfile.populate() has been modified to re-throw the exception instead of ignoring it. https://fedorahosted.org/pki/ticket/1654
* Bug 929043 - updated serverCert.profile with SAN results in ↵Christina Fu2013-04-031-1/+6
| | | | | | SubjectAltNameExtDefault gname is empty, not added in cert ext during configuration Bug 927545 - Transport Cert signing Algorithm doesn't show ECC Signing Algorithms during DRM configuration with ECC
* Removed unnecessary type casts.Endi Sukma Dewata2012-04-091-3/+2
| | | | | | Unnecessary type casts have been removed using Eclipse Quick Fix. Ticket #134
* Removed unnecessary pki folder.Endi Sukma Dewata2012-03-261-0/+102
Previously the source code was located inside a pki folder. This folder was created during svn migration and is no longer needed. This folder has now been removed and the contents have been moved up one level. Ticket #131