Werner Dittmann
Werner Dittmann
This one is a bit more complex :-) When adding algorithms to the configuration (standard or mandatory) then the vectors in ZrtpConfigure class hold pointers to static data. This static...
Am 23.10.2015 um 11:05 schrieb sahara108: > Ok, I will investigate more about the first one. For the second one, did you mean the zrtp_DestroyWrapper will take care of the...
For ZRTP we have to stick to the RFC6189, thus changing the algorithms is not that easy. Also the library is not only for ARM but for other systems as...
Actually not tested or verified for Windows. The random initialization has a comment that explicitly states that Windows is not supported. On the other hand we don't rely on the...
Thanks Saúl, fixed in the develop branch and will go into next release (soon). Werner Am 26.02.2014 15:31, schrieb Saúl Ibarra Corretgé: > |../../zsrtp/zrtp/zrtp/ZrtpPacketCommit.cpp: In member function ‘void ZrtpPacketCommit::setNonce(uint8_t_)’: >...
The ZRTP intercal sync makes sure that the state engine handle only one packet at a time for a stream. Stream means: one RTP in/out data flow, for example s...
Hi, thanks for the catch. No, this isn't expected behaviour. If no error occurs the function should return the number of bytes sent. IMHO you should change the code and...
This is a completely outdated and now unsupported project. Check [here](https://github.com/wernerd/ZRTPCPP) to get a current ZRTP implementation.
Actually, that project has a C-wrapper that's used for example in pjsip projects. If you can't use C++ at all then you may be out of luck. I have not...