| zrtp_error_unknown |
|
| zrtp_error_timeout |
|
| zrtp_error_invalid_packet |
|
| zrtp_error_software |
Malformed packet (CRC OK, but wrong structure) |
| zrtp_error_version |
Critical software error: no memory, can't call some system function, etc |
| zrtp_error_hello_mistmatch |
Error showing incompatibility of libzrtp versions |
| zrtp_error_hash_unsp |
Hello components mismatch |
| zrtp_error_cipher_unsp |
Hash type is not supported by the current implementation |
| zrtp_error_pktype_unsp |
Cipher type is not supported by the current implementation |
| zrtp_error_auth_unsp |
Public key exchange scheme isn't supported by the current implementation |
| zrtp_error_sas_unsp |
Authentication tag length isn't supported by the current implementation |
| zrtp_error_possible_mitm1 |
Authentication scheme isn't supported by the current implementation |
| zrtp_error_possible_mitm2 |
DH Error: bad pvi or pvr ( == 1, 0, or p-1) |
| zrtp_error_possible_mitm3 |
MitM attack on "trusted MitM" scheme Generated by the client side (_mitm_mode equals RTP_MITM_MODE_CLIENT) when sending the transferred SAS from an unverified ZRTP point and other secrets don't match. |
| zrtp_error_auth_decrypt |
|
| zrtp_error_nonse_reuse |
Auth. Error: Bad Confirm pkt HMAC |
| zrtp_error_equal_zid |
Nonce reuse |
| zrtp_error_service_unavail |
This error is generated if local ZID is equal to the remote one |
| zrtp_error_goclear_unsp |
Service unavailable |
| zrtp_error_wrong_meshash |
"Stay secure" option is enabled but GoClear packet received |
| zrtp_error_wrong_zid |
Message hash doesn't match with pre-received one - looks like DOS attack |
| zrtp_error_wrong_meshmac |
ZID received in new Hello doesn't equal to ZID from the previous stream |