* Removed backwards support for not-so-strict decryption length
check, it's strict now. Affected lib/silccrypt/silccipher.c.
+ * GETKEY to update the client entrys fingerprint too.
+ Affected file lib/silcclient/command_reply.c.
+
Thu Dec 5 22:29:46 EET 2002 Pekka Riikonen <priikone@silcnet.org>
* Fixed backup router bugs: When backup resumes router and
goto out;
}
+ /* Save fingerprint */
+ if (!client_entry->fingerprint) {
+ client_entry->fingerprint = silc_calloc(20, sizeof(unsigned char));
+ client_entry->fingerprint_len = 20;
+ silc_hash_make(cmd->client->sha1hash, tmp + 4, len - 4,
+ client_entry->fingerprint);
+ }
+
/* Notify application */
COMMAND_REPLY((SILC_ARGS, id_type, client_entry, public_key));
} else if (id_type == SILC_ID_SERVER) {