Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我必须为 TURN 分配请求准备消息完整性属性。
假设我的用户名是user_1,领域是192.168.1.101,密码是user_pass_1
key = MD5(user_1:192.168.1.101:user_pass_1)
然后我必须使用上面的键在缓冲区上执行 HMAC-SHA1。
我想使用 gnutls 库来计算 HMAC-SHA1,有什么办法吗