summaryrefslogtreecommitdiffstats
path: root/pki/base/util/src/netscape/security/x509
Commit message (Collapse)AuthorAgeFilesLines
* Consolidated BtoA/AtoB invocations.Endi Sukma Dewata2012-02-231-1/+3
| | | | | | | | The OSUtil's BtoA() and AtoB() have been replaced with wrapper methods in com.netscape.cmsutil.util.Utils to simplify transition into Base64 codec from Apache Commons library. Ticket #90
* Removed unused variables (part 1).Endi Sukma Dewata2012-02-204-7/+5
| | | | | | This patch brings down the warnings from 2917 to 2406. Ticket #103
* Added generics (part 4).Endi Sukma Dewata2012-02-144-6/+1
| | | | | | This patch brings down the warnings from 3427 to 2917. Ticket #2
* Added generics (part 2).Endi Sukma Dewata2012-01-181-21/+13
| | | | | | This patch brings down the warnings from 4648 to 3992. Ticket #2
* Added generics (part 1).Endi Sukma Dewata2012-01-1843-143/+184
| | | | | | | This patch is based on Adam's patch. It brings down the warnings from 6139 to 4648. Ticket #2
* Formatting (line wrap > 120 in commentsAde Lee2012-01-1133-61/+162
|
* Formatting - line wrap > 120 in codeAde Lee2012-01-114-9/+18
|
* Formatting (no line wrap in comments or code)Ade Lee2012-01-11101-7810/+7339
|
* Replaced byte-to-char & char-to-byte converters.Endi Sukma Dewata2012-01-106-210/+151
| | | | | | | The byte-to-char and char-to-byte converters have been replaced with a set of charsets, each having its own decoders and encoders. Ticket #3
* Replaced TreeSet with LinkedHashSet.Endi Sukma Dewata2012-01-103-10/+10
| | | | | | The TreeSet has been replaced by LinkedHashSet because it is used to store non-Comparable objects according to the insertion order. This fixes a ClassCastException that happens while viewing Certificate Revocation List.
* util type safety cleanupAdam Young2011-12-2218-104/+106
|
* Removal of unused private methodsAdam Young2011-12-205-31/+0
| | | | | | | | | | | | These methods are uncallable. There might be some discussion about the private default constructores. The Rules of Java are different from C++: If there is any constructor defined, all the other defaults befome uncallable. Thus, the private default constructors are not needed. https://bugzilla.redhat.com/show_bug.cgi?id=728303 Conflicts: pki/base/ca/src/com/netscape/ca/CRLIssuingPoint.java
* Revert "Formatting"Ade Lee2011-12-08101-8991/+9588
| | | | This reverts commit 32150d3ee32f8ac27118af7c792794b538c78a2f.
* FormattingAde Lee2011-12-07101-9588/+8991
| | | | Formatted project according to eclipse project settings
* TreeSetAdam Young2011-12-0737-159/+142
| | | | | | | | | | | | | | | | | | | 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-062-6/+6
| | | | | | | 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.
* SerialVersionIDAdam Young2011-12-0261-3/+259
| | | | Autogenerated SerialVersionID for all serializable classes
* Cleanup importsadmiyo2011-11-0495-253/+466
| | | | | | | | | | 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
* Bugzilla BZ#716307 - rhcs80 - DER shall not include an encoding for any ↵vakwetu2011-07-192-6/+3
| | | | | | 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-1/+26
| | | | | | 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
* Fixed bugzilla bug #531137.awnuk2011-01-201-3/+33
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1752 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fix Bug 623452 - rhcs80 pkiconsole profile policy editor limit policy ↵jmagne2010-11-171-0/+8
| | | | | | extension to 5 only git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1520 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #224945 - javadocs has missing descriptions, contains empty ↵mharmsen2010-08-182-2/+2
| | | | | | packages (applied 'svn:keywords' per attachment 439032). git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1211 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* 615814 - profile policyConstraintsCritical cannot be set to truecfu2010-08-171-1/+0
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1205 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* merge 8.1 -> tip, multiple bugs (base)alee2010-07-271-1/+0
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1134 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #529286.awnuk2009-10-201-0/+18
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@803 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #514270.awnuk2009-09-031-11/+14
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@787 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #465507 - Enhancement: Support SHA2 + EC signature algorithmscfu2009-08-261-2/+35
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@777 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #491185awnuk2009-05-201-0/+23
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@478 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #491185awnuk2009-05-201-0/+2
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@477 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #491185awnuk2009-05-201-2/+7
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@476 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #223353 - Values entered through web ui are not checked/escapedalee2009-04-101-1/+5
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@381 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #445052.awnuk2009-03-261-0/+35
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@336 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* 462488 - IPAddress in SubjAltNameExt incorrectly padded with extra bytes in certcfu2008-09-161-3/+24
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@111 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fix for bug #458317: certitificate policy extensions not displayed in ↵alee2008-08-141-0/+15
| | | | | | PrettyPrintCert git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@110 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Initial open source version based upon proprietary Red Hat Certificate ↵PKI Team2008-03-18102-0/+24949
System (RHCS) 7.3. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2 c9f7a03b-bd48-0410-a16d-cbbf54688b0b