summaryrefslogtreecommitdiffstats
path: root/pki/base/ca/src/com/netscape/ca/CertificateAuthority.java
Commit message (Collapse)AuthorAgeFilesLines
* Added generics (part 1).Endi Sukma Dewata2012-01-181-10/+14
| | | | | | | This patch is based on Adam's patch. It brings down the warnings from 6139 to 4648. Ticket #2
* Formatting - line wrap > 120 in codeAde Lee2012-01-111-8/+16
|
* Formatting (no line wrap in comments or code)Ade Lee2012-01-111-242/+244
|
* typesafety certserv and cmscoreAdam Young2012-01-041-3/+3
| | | | Using interface instead of implementing class
* type safety for certserv.baseAdam Young2011-12-221-18/+20
| | | | more type safety
* Revert "Formatting"Ade Lee2011-12-081-506/+443
| | | | This reverts commit 32150d3ee32f8ac27118af7c792794b538c78a2f.
* FormattingAde Lee2011-12-071-443/+506
| | | | Formatted project according to eclipse project settings
* TreeSetAdam Young2011-12-071-2/+2
| | | | | | | | | | | | | | | | | | | ArraySet and AttributeNameEnumeration both were not updated to handfle Generics. Neither are really needed, and are likely to introduce errors. ArraySet can be safely replaced by TreeSet. TreeSet provides a stricter ordering constraint than ArraySet did. This will not hurt anything, and may actually be closer to the desired behavior AttributeNameEnumeration was a thin wrapper around Vector. It has been replaced with Vector<String> In addition, this patch cleans up the Type safety in of the collections used in the related files. removed files from cmake Removed custom collection files Supressed watnings generated by the clone method.
* call statics staticallyAdam Young2011-12-061-1/+1
| | | | | | | https://bugzilla.redhat.com/show_bug.cgi?id=728303 Updated with changes from code review Leaving in the warning in GenericASN1Extension, ans that is an indication of a real problem, which will get addressed in a separate patch.
* Cleanup importsadmiyo2011-11-041-47/+94
| | | | | | | | | | Automated changes done by Eclipse Minor tweak to one file where Eclipse was tring to find an import for Any Due to finding it in an annotated comment. https://bugzilla.redhat.com/show_bug.cgi?id=728303 git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2292 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #531137.awnuk2011-01-201-4/+15
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1753 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bug 499494 - change CA defaults to SHA2 cfu2010-12-031-1/+1
| | | | | | | - fix for when new CRL Issuing point is added, default CRL signing alg is SHA2 instead of SHA1 git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1606 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #516632.awnuk2010-11-011-26/+1
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1451 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bug 634663 - CA CMC response default hard-coded to SHA1cfu2010-09-211-0/+4
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1310 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fix Bugzilla #586700 - OCSP Server throws fatal error while using OCSP ↵jmagne2010-09-101-17/+0
| | | | | | console for renewing SSL Server certificate. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1285 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #224945 - javadocs has missing descriptions, contains empty ↵mharmsen2010-08-181-1/+1
| | | | | | packages (applied 'svn:keywords' per attachment 439032). git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1211 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed main issue from bugzilla bug #493765.awnuk2010-03-161-0/+17
| | | | | | | | | -This line, and those below, will be ignored-- M CertificateAuthority.java git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1021 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #516632.awnuk2010-01-291-29/+16
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@952 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla bug #502694.awnuk2009-06-121-0/+20
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@594 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #491185 - added AIA extensionawnuk2009-05-201-0/+10
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@468 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #491185 - removed Hold Instruction Code extension to comply ↵awnuk2009-05-141-7/+7
| | | | | | with RFC 5280 git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@454 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* 472916 Bugzilla. Renewal: certs created during post-installation can not be ↵cfu2009-03-201-4/+12
| | | | | | renewed via profile framework. PHASE 1 only. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@312 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* BZ472006 Serial number managementalee2009-01-051-7/+32
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@168 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fix for bug #453834.awnuk2008-08-081-1/+24
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@106 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fix for bug #453834.awnuk2008-08-071-1/+24
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@77 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Initial open source version based upon proprietary Red Hat Certificate ↵PKI Team2008-03-181-0/+1882
System (RHCS) 7.3. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2 c9f7a03b-bd48-0410-a16d-cbbf54688b0b