summaryrefslogtreecommitdiffstats
path: root/base/util/src/netscape
Commit message (Collapse)AuthorAgeFilesLines
* https://fedorahosted.org/pki/ticket/362 RFE: CMC ECCChristina Fu2013-01-152-1/+16
|
* Fixed problem finding SHA-256 message digest.Endi Sukma Dewata2012-10-311-1/+1
| | | | | | | | The CertPrettyPrint has been modified to use the standard names for message digests so that it will work with standard security provider. Ticket #392
* Patch 25 - Misc FixesAbhishek Koneru2012-07-252-16/+4
|
* Misc Fixes Remaining part of the code.Abhishek Koneru2012-07-1815-85/+50
|
* NO_HASHCODE_OVERRIDDENAbhishek Koneru2012-07-1211-24/+94
|
* Added cert revocation REST service.Endi Sukma Dewata2012-07-112-67/+112
| | | | | | | The cert revocation REST service is based on DoRevoke and DoUnrevoke servlets. It provides an interface to manage certificate revocation. Ticket #161
* SE_BAD_FIELD, MIGHT_IGNORE , STATIC_INNER_CLASSAbhishek Koneru2012-07-1010-13/+31
|
* Coverity CATCH_REXCEPTION and UNREAD_FIELD_CASESAbhishek Koneru2012-07-066-620/+579
|
* LeftOver Cases in Resource Leaks and NULL_RETURNSAbhishek Koneru2012-07-021-1/+10
|
* Fixes for Guarded_By_Violation issues shown in CoverityAbhishek Koneru2012-07-022-4/+8
|
* Fix for handling null object value passed to DBAttrMapper as part of ↵Abhishek Koneru2012-06-291-0/+2
| | | | Coverity fix for Forward NULL cases in DogTag 10.
* Fixes for Forward Null Cases in Coverity for DogTag10Abhishek Koneru2012-06-292-20/+23
| | | | Addressed review coments.
* Fixes for Coverity issues of type Resource Leaks - RemainingAbhishek Koneru2012-06-258-71/+152
|
* Fixed equals() and hashCode() in X500Name and RDN.Endi Sukma Dewata2012-06-212-30/+34
| | | | | | | The X500Name and RDN have been modified to fix the incorrect method signature for equals() and the missing hashCode(). Ticket #206
* Fixes for Coverity issues of type Stringbuffer, NO_EQUALS_METHOD , ↵Abhishek Koneru2012-06-158-0/+230
| | | | REVERSE_INULL,Wrong_Map_Iterators
* Fixes for NULL_RETURNS Coverity Issues - Part 2Abhishek Koneru2012-06-144-5/+13
|
* Fixes for Null_Returns Cases - 1 For CommitAbhishek Koneru2012-06-052-1/+9
|
* Patch with fixes for review comments 0529Abhishek Koneru2012-06-012-2/+2
|
* Fixes for Coverity Issues CALL_SUPER,UNCONFIRMEDCAST,DEAD_STORE,TOSTRING_ARRAYAbhishek Koneru2012-06-018-3/+9
|
* Patch for fixes for Review CommentsAbhishek Koneru2012-05-2411-43/+23
|
* Fixes for Coverity Defects of Category : ↵Abhishek Koneru2012-05-247-27/+35
| | | | FB.SBSC_USE_STRINGBUFFER_CONCATENATION --Remaining
* Fixes for Coverity Defects of Category : FB.SBSC_USE_STRINGBUFFER_CONCATENATIONAbhishek Koneru2012-05-246-45/+47
|
* Fixes for Coverity Defects of Category : FB.DM_NUMBER_CTOR, ↵Abhishek Koneru2012-05-243-10/+9
| | | | FB.DM_STRING_CTOR, FB.DM_STRING_VOID_CTOR
* Fixes for Coverity Defects of Category : FB.DM_BOOLEAN_CTORAbhishek Koneru2012-05-248-24/+24
|
* Fixes for Coverity Defects of Category : FB.BC_VACUOUS_INSTANCEOFAbhishek Koneru2012-05-241-4/+4
|
* Removed unused private fields.Endi Sukma Dewata2012-04-129-19/+1
| | | | | | | Most of unused private fields have been removed because they generate warnings in Eclipse. Some are kept because it might be useful later. Ticket #139
* Removed unnecessary type casts.Endi Sukma Dewata2012-04-0954-165/+151
| | | | | | Unnecessary type casts have been removed using Eclipse Quick Fix. Ticket #134
* Removed whitespaces from Java code.Endi Sukma Dewata2012-04-09160-1408/+1408
| | | | | | | | Whitespaces in Java code have been removed with the following command: find . -not -path .git -name *.java -exec sed -i 's/[[:blank:]]\+$//' {} \; Ticket #134
* Removed deprecated Signer.Endi Sukma Dewata2012-04-091-10/+6
| | | | | | | The X500Signer has been modified to become an independent class. It's no longer a subclass of the deprecated Signer class. Ticket #3
* Replaced deprecated ApacheHttpClientExecutor.Endi Sukma Dewata2012-03-301-12/+4
| | | | | | | The deprecated ApacheHttpClientExecutor class has been replaced with ApacheHttpClient4Executor. Ticket #3
* Replaced deprecated AlgorithmId.getAlgorithmId().Endi Sukma Dewata2012-03-283-39/+25
| | | | | | | The deprecated getAlgorithmId() method in AlgorithmId has been replaced with get(). Ticket #3
* Removed unnecessary pki folder.Endi Sukma Dewata2012-03-26178-0/+43457
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