From 37a22955a1b614c0b112ae5dee30ce1f6c80da77 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Fri, 11 Mar 2016 10:15:52 +0000 Subject: compilation fix git-svn-id: http://svn.miranda-ng.org/main/trunk@16455 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirOTR/libotr/read/Protocol-v3.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'plugins/MirOTR/libotr/read/Protocol-v3.html') diff --git a/plugins/MirOTR/libotr/read/Protocol-v3.html b/plugins/MirOTR/libotr/read/Protocol-v3.html index 99c376b98b..49b2edbabc 100644 --- a/plugins/MirOTR/libotr/read/Protocol-v3.html +++ b/plugins/MirOTR/libotr/read/Protocol-v3.html @@ -1280,7 +1280,8 @@ fragmentation on outgoing messages is optional.

  • Note that k and n are unsigned short ints (2 bytes), and each has a maximum value of 65535. Also, each piece[k] must be - non-empty.
  • + non-empty. The instance tags (if applicable) and the k and n + values may have leading zeroes.

    Note that fragments are not themselves messages that can be fragmented: you can't fragment a fragment.

    @@ -1610,7 +1611,9 @@ AUTHSTATE_V1_SETUP:
    Ignore the message.

    Receiving a Reveal Signature Message

    -

    If ALLOW_V2 is not set, ignore this message. Otherwise:

    +

    If the message is version 2 and ALLOW_V2 is not set, ignore this message. +Similarly if the message is version 3 and ALLOW_V3 is not set, ignore the +message. Otherwise:

    If authstate is AUTHSTATE_AWAITING_REVEALSIG:
    Use the received value of r to decrypt the value of gx @@ -1630,7 +1633,9 @@ AUTHSTATE_AWAITING_SIG, or AUTHSTATE_V1_SETUP:
    Ignore the message.

    Receiving a Signature Message

    -

    If ALLOW_V2 is not set, ignore this message. Otherwise:

    +

    If the message is version 2 and ALLOW_V2 is not set, ignore this message. +Similarly if the message is version 3 and ALLOW_V3 is not set, ignore the +message. Otherwise:

    If authstate is AUTHSTATE_AWAITING_SIG:
    Decrypt the encrypted signature, and verify the signature and the MACs. -- cgit v1.2.3