Commit Graph

5 Commits

Author SHA1 Message Date
Viktor Krikun 9cd1409047 Add more unit-tests and bug-fixes for random-access ZRTP cache
(refs #24)
2012-03-31 22:56:22 +00:00
Viktor Krikun e8a376a87f First draft implementation of random-access cache
(refs #25)
2012-03-31 22:56:22 +00:00
Viktor Krikun be03cdc27a Add Cmockery unit-testing library as a backend for our automated tests
(closes #26)
2012-03-31 22:56:22 +00:00
Viktor Krikun 58bd25c4bc Move ZRTP_SRTP_HASH_SHA1
ZRTP_SRTP_HASH_SHA1 was moved from public zrtp_hash_id_t to the
private srtp implementation. HMAC SHA1 constant was also renamed to
ZRTP_SRTP_HASH_HMAC_SHA1 in order to raise an error if the user tries
to use an old ZRTP_SRTP_HASH_SHA1 constant in a ZRTP session
configuration.
2012-03-31 22:56:21 +00:00
Viktor Krikun 5a61e580b9 Add libzrtp beta 2012-03-31 18:37:58 +00:00