Ticket #95 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

SILC ciphers/pkcs/hash/hmac not registered

Reported by: pat Assigned to: pat
Priority: normal Component: Chat Core (SILC)
Version: 2.0 (2D9) Severity: normal
Keywords: silc, aes, cipher Cc:

Description

If you have multiple SILC connections and before you connect you delete one, you can't connect anymore, because the AES cipher is missing. This is a bug in SILC Toolkit. The ciphers get unregistered in silc_client_free. I already wrote a mail to silc-devel, awaiting anwsers.

Change History

03/26/05 19:41:44 changed by timothy

What if we just don't call silc_client_free when deallocing the MVSILCChatConnection? This will leak, but it is better than breaking. No many deletes will happen, so the leak wont be huge. Once it is fixed in the SILC toolkit we can revert the change.

03/28/05 12:08:04 changed by pat

  • status changed from new to closed.
  • resolution set to fixed.