summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2006-08-07 22:35:50 +0000
committerMark Wielaard <mark@klomp.org>2006-08-07 22:35:50 +0000
commit50f69a943fc08be8b1e70973e5b7de2b93821183 (patch)
tree56c1fa0d11d72677546f407f274c59626ebc6946 /ChangeLog
parent4366b4849b3ed205e3688304721473a8df8e4bb7 (diff)
downloadclasspath-50f69a943fc08be8b1e70973e5b7de2b93821183.tar.gz
2006-08-07 Raif S. Naffah <raif@swiftdsl.com.au>
* gnu/java/security/key/dss/DSSKey.java: Updated documentation. (hasInheritedParameters): New method. (equals): Updated documentation. Take into consideration the outcome of hasInheritedParameters invocation. (toString): Call hasInheritedParameters and adjust the result accordingly. * gnu/java/security/key/dss/DSSKeyPairX509Codec.java (encodePublicKey): Updated documentation. Handle case of public keys with null p, q, and g MPIs. (decodePublicKey): Handle case of absent or NULL p, q and g MPIs.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 84caeb3db..54728531e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2006-08-07 Raif S. Naffah <raif@swiftdsl.com.au>
+
+ * gnu/java/security/key/dss/DSSKey.java: Updated documentation.
+ (hasInheritedParameters): New method.
+ (equals): Updated documentation.
+ Take into consideration the outcome of hasInheritedParameters invocation.
+ (toString): Call hasInheritedParameters and adjust the result accordingly.
+ * gnu/java/security/key/dss/DSSKeyPairX509Codec.java (encodePublicKey):
+ Updated documentation.
+ Handle case of public keys with null p, q, and g MPIs.
+ (decodePublicKey): Handle case of absent or NULL p, q and g MPIs.
+
2006-08-07 Tom Tromey <tromey@redhat.com>
PR libgcj/23682: