updates.
authorPekka Riikonen <priikone@silcnet.org>
Tue, 12 Nov 2002 17:58:32 +0000 (17:58 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Tue, 12 Nov 2002 17:58:32 +0000 (17:58 +0000)
CHANGES
doc/draft-riikonen-presence-attrs-01.nroff
doc/draft-riikonen-silc-ke-auth-06.nroff

diff --git a/CHANGES b/CHANGES
index 7584556424b3b2318cf6fec56a35cfb68ac12942..194a201bad557f07c11289d2a1d5336af0003859 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+Tue Nov 12 19:46:39 EET 2002  Pekka Riikonen <priikone@silcnet.org>
+
+       * Fixed public key decoding in crypto library.
+
+       * Added better error printing to SKE library.
+
 Tue Nov 12 08:50:12 CET 2002  Pekka Riikonen <priikone@silcnet.org>
 
        * Fixed NICK command to not crash if nickname was not sent.
index 2736584a924e725e58f57146ba08307cc6d706ab..6ac5ce94aed1d79f594e771c30a57a9022c29b6e 100644 (file)
@@ -343,7 +343,7 @@ multiple same attributes in the packet.
      0x00000040   MOOD_INLOVE       The user feels being in love
      0x00000080   MOOD_SLEEPY       The user feels sleepy
      0x00000100   MOOD_BORED        The user feels bored
-     0x00000200   MOOD_EXCITED      The user feels exited
+     0x00000200   MOOD_EXCITED      The user feels excited
      0x00000400   MOOD_ANXIOUS      The user feels anxious
 
 
index cedfc2169da01a25bff70247725ede8810fb7115..2cce6a0f5bc6a0ae962053a94efd0e7979df9bbb 100644 (file)
@@ -483,17 +483,18 @@ o Public Key Type (2 bytes) - The public key (or certificate)
   be closed immediately.
 
 o Public Key (or certificate) (variable length) - The
-  public key or certificate.  The public key or certificate
-  in this field is encoded in the manner as defined in their
-  respective definitions;  see previous field.
+  public key or certificate of the party.  This public key
+  is used to verify the digital signature.  The public key
+  or certificate in this field is encoded in the manner as
+  defined in their respective definitions; see previous field.
 
 o Public Data Length (2 bytes) - The length of the Public Data
   field, not including any other field.
 
 o Public Data (variable length) - The public data to be
-  sent to the receiver.  See section 2.2 Key Exchange 
-  Procedure for detailed description how this field is
-  computed.  This value is binary encoded.
+  sent to the receiver (Diffie-Hellman public values).  See
+  section 2.2 Key Exchange Procedure for detailed description
+  how this field is computed.  This value is binary encoded.
 
 o Signature Length (2 bytes) - The length of the signature,
   not including any other field.