Menu

#102 encrypted puffs show as unknown

open
6
2001-10-01
2001-09-30
No

For example:
[wtanaka@ofb.net] from Unknown (unsigned)
Unknown Gale Message

Discussion

  • Wesley Tanaka

    Wesley Tanaka - 2001-10-01

    Logged In: YES
    user_id=11717

    Turns out this is actually pretty interesting. The problem
    is that "Puff.getContents()" uses find (with recursive flag
    set to true) to determine if there is a message body. If
    there is an encrypted fragment, find will just silently pass
    by if the decryption of that fragment fails. I could make
    find() declare that it throws AuthException, but this would
    be a problem if a puff came in with two encrypted fragments,
    one which we could decrypt, and the other of which we could not.

    I'll attach a patch of how far I've gotten so far, but I'm
    going to switch to working on something else.

     
  • Wesley Tanaka

    Wesley Tanaka - 2001-10-01
    • priority: 9 --> 6
     
  • Wesley Tanaka

    Wesley Tanaka - 2001-10-01

    investigative work that i've done so far.

     

Log in to post a comment.