Go to the source code of this file.
| #define ZRTP_EQUAL_ZID_WARNING_STR |
Value:
"Received a ZRTP_HELLO packet with the same ZRTP ID that we have.\n"\ " This is likely due to a bug in the software. Ignoring the ZRTP_HELLO\n"\ " packet, therefore this call cannot be encrypted.\n"
Definition at line 123 of file zrtp_error.h.
| #define ZRTP_MIM2_WARNING_STR |
Value:
"Possible Man-In-The-Middle-Attack! Switching to state Error\n"\ "because a packet arrived that was ZRTP_DHPART2, but contained\n"\ "a g^y that didn't match the previous ZRTP_COMMIT.\n"
Definition at line 107 of file zrtp_error.h.
| #define ZRTP_MITM1_WARNING_STR "DH validating failed. (pvi is 1 or p-1), aborted\n" |
Definition at line 112 of file zrtp_error.h.
| #define ZRTP_NOT_UNIQUE_NONCE_WARNING_STR " Received COMMIT with hash value already used in another stream within this ZRTP session\n" |
Definition at line 133 of file zrtp_error.h.
| #define ZRTP_RELAYED_SAS_FROM_NONMITM_STR " Received SAS Relaying message from endpoint which have't introduced as MiTM.\n" |
Definition at line 136 of file zrtp_error.h.
| #define ZRTP_UNSUPPORTED_COMP_WARNING_STR |
Value:
" Received ZRTP_HELLO packet with an algorithms field which had a\n"\ " list of hashes that didn't include any of our supported hashes. Ignoring\n"\ " the ZRTP_HELLO packet, therefore this call cannot be encrypted.\n"
Definition at line 128 of file zrtp_error.h.
| #define ZRTP_VERIFIED_INIT_WARNING_STR |
Value:
"Falling back to cleartext because a packet arrived that was\n"\ "ZRTP_CONFIRM1, but which couldn't be verified - the sender must have a different\n"\ "shared secret than we have.\n"
Definition at line 114 of file zrtp_error.h.
| #define ZRTP_VERIFIED_RESP_WARNING_STR |
Value:
"Falling back to cleartext because a packet arrived that was ZRTP_CONFIRM2,\n"\ " but which couldn't be verified - the sender must have a different shared secret than we have.\n"
Definition at line 119 of file zrtp_error.h.