summaryrefslogtreecommitdiffstats
path: root/libavformat/rtmpdh.c
Commit message (Expand)AuthorAgeFilesLines
* build: Drop gcrypt supportDiego Biurrun2016-11-251-18/+0
* rtmpdh: Don't use the OpenSSL DH structMartin Storsjö2016-10-231-49/+46
* build: Split test programs off into separate filesDiego Biurrun2016-04-071-142/+0
* rtmpdh: add an stdio.h includeAnton Khirnov2016-03-251-0/+3
* testprogs: Clean up #includesDiego Biurrun2016-03-241-1/+9
* rtmpdh: Use GMP functions directly, instead of nettle wrappersMartin Storsjö2015-06-011-4/+9
* rtmpdh: Generate the whole private exponent using av_get_random_seed() with n...Martin Storsjö2015-05-291-7/+9
* rtmpdh: Create sufficiently long private keys for gcrypt/nettleMartin Storsjö2015-05-291-4/+4
* rtmpdh: Remove an unnecessary check in the gcrypt/nettle dh_compute_keyMartin Storsjö2015-05-291-5/+0
* rtmpdh: Add fate test for the DH handshake routineMartin Storsjö2015-05-291-0/+142
* rtmpdh: Pass the actual buffer size of the output secret keyMartin Storsjö2015-05-291-2/+3
* rtmpdh: Check the output buffer size in the openssl version of dh_compute_keyMartin Storsjö2015-05-291-1/+8
* rtmpdh: Fix a local variable name in the nettle/gcrypt codepathMartin Storsjö2015-05-291-3/+3
* rtmpdh: Make sure ret is initialized in the nettle version of bn_hex2bnMartin Storsjö2015-05-291-0/+2
* rtmpdh: Do not generate the same private key every time when using libnettleSamuel Pitoiset2012-08-171-1/+9
* rtmp: Add credit/copyright to librtmp authors for parts of the RTMPE codeMartin Storsjö2012-07-241-0/+2
* RTMPE protocol supportSamuel Pitoiset2012-07-231-0/+329
OpenPOWER on IntegriCloud