summaryrefslogtreecommitdiffstats
path: root/pki/base/common/src/com/netscape/cms/profile
Commit message (Collapse)AuthorAgeFilesLines
* Removed unnecessary pki folder.Endi Sukma Dewata2012-03-2691-24178/+0
| | | | | | | | | 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
* Removed unused variables (part 2).Endi Sukma Dewata2012-03-2312-100/+64
| | | | | | This patch brings down the warnings from 1943 to 1221. Ticket #103
* Refactored NameValuePairs.Endi Sukma Dewata2012-03-129-145/+124
| | | | | | | | | The NameValuePairs class has been modified to extend the Linked- HashMap which preserves the order of elements as in the original code. Some methods are renamed to match Java Map interface. The NameValuePair class is no longer needed and has been removed. Ticket #78
* Removed unused variables (part 1).Endi Sukma Dewata2012-02-207-106/+35
| | | | | | This patch brings down the warnings from 2917 to 2406. Ticket #103
* ECC encryption and signing profilesAndrew Wnuk2012-02-152-0/+368
| | | | | | This patch provides an option for certificate profiles to allow them to automatically create enrollment pages which are used to generate new signing and encryption certificate requests. Bug: 703608.
* Added generics (part 4).Endi Sukma Dewata2012-02-143-6/+6
| | | | | | This patch brings down the warnings from 3427 to 2917. Ticket #2
* Added generics (part 3).Endi Sukma Dewata2012-02-063-12/+12
| | | | | | This patch brings down the warnings from 3992 to 3500. Ticket #2
* File signing hash fix.Andrew Wnuk2012-01-191-1/+1
| | | | | | This patch resolves issue of "Agent-Authenticated File Signing" enrollment altering some file hashes. Bug: 771768.
* Added generics (part 2).Endi Sukma Dewata2012-01-189-23/+22
| | | | | | This patch brings down the warnings from 4648 to 3992. Ticket #2
* Added generics (part 1).Endi Sukma Dewata2012-01-1818-122/+130
| | | | | | | This patch is based on Adam's patch. It brings down the warnings from 6139 to 4648. Ticket #2
* Formatting - fix bad wrapsAde Lee2012-01-112-4/+4
|
* Formatting (line wrap > 120 in commentsAde Lee2012-01-111-2/+4
|
* Formatting - line wrap > 120 in codeAde Lee2012-01-1115-47/+94
|
* Formatting (no line wrap in comments or code)Ade Lee2012-01-1189-4541/+4519
|
* type safety certserv cms and cmscoreAdam Young2012-01-044-18/+18
| | | | Re-added files IPublshRuleSet and ILdapCertMapper
* type safety for certserv.baseAdam Young2011-12-222-33/+31
| | | | more type safety
* Revert "Formatting"Ade Lee2011-12-0889-6298/+6866
| | | | This reverts commit 32150d3ee32f8ac27118af7c792794b538c78a2f.
* Revert "Indent in conditionals"Ade Lee2011-12-081-1/+1
| | | | This reverts commit 0b5c0e0542354edc8cab4da6a1afa1ff00800c0c.
* Indent in conditionalsAdam Young2011-12-081-1/+1
| | | | | Additional Formatting generated by Eclipse 3.7.1 It provides more detailed control of the indentation which is not provided in the earlier version
* FormattingAde Lee2011-12-0789-6866/+6298
| | | | Formatted project according to eclipse project settings
* SerialVersionIDAdam Young2011-12-021-0/+1
| | | | Autogenerated SerialVersionID for all serializable classes
* unnecessary block removalAdam Young2011-12-022-8/+4
| | | | | | This patch removes all of the unneeded blocks that surrounded code cleaned up with the dead code removal. https://bugzilla.redhat.com/show_bug.cgi?id=728303
* Dead code removaladmiyo2011-11-212-9/+2
| | | | | | | | This patch removes all of the locations that Eclipse identified as Dead code. Only the Eclipse automated cleanups were performed, which means that some of the locations which were in *if* blocks still have the corresponding brackets around them. These ensure that the original variable semantics weren't changed, but are safe to remove in the future. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2296 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Cleanup importsadmiyo2011-11-0489-1151/+1566
| | | | | | | | | | 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
* Bug 744797 - KRA key recovery (retrieve pkcs#12) fails after the in-place ↵cfu2011-10-222-13/+18
| | | | | | upgrade( CS 8.0->8.1) git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2274 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #717041 - Improve escaping of some enrollment inputsawnuk2011-08-021-0/+13
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2093 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla BZ#716307 - rhcs80 - DER shall not include an encoding for any ↵vakwetu2011-07-191-1/+12
| | | | | | component value which is equal to its default value git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2065 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fix Bugzilla Bug# 719007 - Key Constraint keyParameter being ignored using ↵jmagne2011-07-191-3/+109
| | | | | | an ECC CA to generate ECC certs from CRMF. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2064 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla BZ 707416 - CC_LAB_EVAL: Security Domain: missing audit msgs for ↵vakwetu2011-06-071-7/+135
| | | | | | modify/add git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2017 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fix Bug 672920 - CA console: adding policy to a profile throws 'Duplicate ↵jmagne2011-02-011-7/+4
| | | | | | policy' error in some cases. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1806 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fix bugzilla bug #673614.awnuk2011-01-315-7/+9
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1796 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fix Bugzilla Bug 661196 - ECC(with nethsm) subca configuration fails with ↵jmagne2010-12-151-2/+2
| | | | | | Key Type RSA Not Matched despite using ECC key pairs for rootCA & subCA. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1639 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bug 499494 - change CA defaults to SHA2 cfu2010-12-033-5/+5
| | | | | | | - fix that makes the default alg not SHA1 when new profiles are created from the Console git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1604 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fix Bug 623452 - rhcs80 pkiconsole profile policy editor limit policy ↵jmagne2010-11-1711-149/+551
| | | | | | extension to 5 only git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1520 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bug 499494 - change CA defaults to SHA2 (phase 1)cfu2010-11-172-3/+3
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1516 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fix Bugzilla Bug 360721 - New Feature: Profile Integrity Check.jmagne2010-11-101-2/+10
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1493 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fix Bugzilla Bug 360721 - New Feature: Profile Integrity Check . . .jmagne2010-11-102-6/+100
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1491 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #516632.awnuk2010-11-011-34/+0
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1451 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fix Bugzilla Bug 524916 - ECC key constraints plug-ins should be based on ↵jmagne2010-10-281-33/+135
| | | | | | ECC curve names (not on key sizes). git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1448 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla 629677 - TPS: token enrollment failscfu2010-09-031-11/+25
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1259 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bug 563386 - rhcs80 ca crash on invalid inputs to profile caAgentServerCert ↵cfu2010-08-241-0/+7
| | | | | | (null cert_request) git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1241 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #224945 - javadocs has missing descriptions, contains empty ↵mharmsen2010-08-1885-85/+85
| | | | | | packages (applied 'svn:keywords' per attachment 439032). git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1211 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* 615827 - profile policies need more than 5 policy mappings (seem hardcoded)cfu2010-08-171-1/+1
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1206 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bug 608086 - CC: CA, OCSP, and DRM need to add more audit callscfu2010-07-231-26/+13
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1130 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla 580203 - Existing renewals generate CA certificates with validity ↵cfu2010-05-164-1/+347
| | | | | | limited by current git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1101 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #516632.awnuk2010-01-291-0/+15
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@953 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #529286.awnuk2009-10-161-0/+28
| | | | | | | Request attribute list extended with CN and UID. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@800 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #465507 - Enhancement: Support SHA2 + EC signature algorithmscfu2009-08-261-1/+1
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@777 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #517609awnuk2009-08-171-8/+13
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@760 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #224688 - Support ECC POP on the serveralee2009-08-072-7/+35
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@742 c9f7a03b-bd48-0410-a16d-cbbf54688b0b