]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_srtp: Instead of libSRTP use OpenSSL as random source. 61/2961/1
authorAlexander Traud <pabstraud@compuserve.com>
Tue, 7 Jun 2016 10:45:34 +0000 (12:45 +0200)
committerAlexander Traud <pabstraud@compuserve.com>
Tue, 7 Jun 2016 10:48:02 +0000 (05:48 -0500)
commitc6ee4a0f44f7f5d8e3c77f63f3c56694584e28e9
tree17b981ee6cd2ebd75022d87eeb3e484ffb2c49dc
parent93237209ebe05a849f8ae7a48d16b6f53676ea97
res_srtp: Instead of libSRTP use OpenSSL as random source.

Since libSRTP 1.5, its Random Number Generator (RNG) is not maintained anymore.
Therefore, the symbol RAND_bytes is used instead of crypto_get_random.

ASTERISK-24436 #close

Change-Id: Iea0bae4d4e3c9aa0926ea442b6484b5159789d96
res/res_srtp.c