+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.
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
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.