ZRTPCPP icon indicating copy to clipboard operation
ZRTPCPP copied to clipboard

C++ Implementation of ZRTP protocol - GNU ZRTP C++

Results 30 ZRTPCPP issues
Sort by recently updated
recently updated
newest added

RE: 114e210 Type mismatch between class static method declaration and implementation. isLocked is both bool and int32_t - wont compile. Declaration static int addEntropy(const uint8_t *buffer, uint32_t length, int32_t isLocked...

```$ make Scanning dependencies of target zrtpcpp [ 1%] Building CXX object clients/ccrtp/CMakeFiles/zrtpcpp.dir/__/__/zrtp/ZrtpCallbackWrapper.cpp.o In file included from zrtpcpp/zrtp/libzrtpcpp/ZrtpCallbackWrapper.h:24, from zrtpcpp/zrtp/ZrtpCallbackWrapper.cpp:17: zrtpcpp/zrtp/libzrtpcpp/ZrtpCWrapper.h:983:2: warning: #warning is a GCC extension 983 | #warning...

Take this PR as a follow-up to my old PR (#43) that added general support for OpenSSL >= 1.1. This PR resolves some issues, f.ex. instead of accidentally freeing memory,...

Good day. Compiling with Yocto using cmake and ninja. It complains about GeneratePackage.cmake line 59 https://github.com/wernerd/ZRTPCPP/blob/4abf86a35fd4845150b270a51b133860bfa8e313/cmake/Modules/GeneratePackage.cmake#L59 The round brackets () should be curly brackets {}. I patch it locally, but...

Code below clients/tivi in source lacks licensing information. That code is copyright "Slient Circle LLC." - i.e. is different from copyright holder of main project, so the licensing granted to...

ZRTPCPP is licensed as GPL 3 or newer, but links with bnlib which - according to bnlib/legal.c - is GPL 2 (no newer). It seems that linking with bnlib is...

I've come across an interoperability issue with [libzrtp](https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse/libs/libzrtp). This library was originally made for ZFone, and is used by baresip and FreeSWITCH. The issue. ZRTPCPP doesn't fill in `V` and...

Hi. I'm trying to compile the TIVI client for Android with:` cmake -DTIVI=true -DBUILD_STATIC=true -DAXO=true -DANDROID=true .. ` However, I got problems related to sqlite3. What is the problem? Trace:...

Hello, I'm using this library to make some tests, i'm using "demo"-> zrtptest.cpp. I want to compile this to Android, do you have any how to do this? Can you...

First of all thank you for great work. We are using pjsip in connection with ZRTP4PJ+ZRTPCPP for delivering secure calls. In development we faced with deadlock problem. After some investigation...