summaryrefslogtreecommitdiff
path: root/libavformat/rtmpdh.c
Commit message (Expand)AuthorAge
* build: Split test programs off into separate filesDiego Biurrun2016-04-07
* rtmpdh: add an stdio.h includeAnton Khirnov2016-03-25
* testprogs: Clean up #includesDiego Biurrun2016-03-24
* rtmpdh: Use GMP functions directly, instead of nettle wrappersMartin Storsjö2015-06-01
* rtmpdh: Generate the whole private exponent using av_get_random_seed() with n...Martin Storsjö2015-05-29
* rtmpdh: Create sufficiently long private keys for gcrypt/nettleMartin Storsjö2015-05-29
* rtmpdh: Remove an unnecessary check in the gcrypt/nettle dh_compute_keyMartin Storsjö2015-05-29
* rtmpdh: Add fate test for the DH handshake routineMartin Storsjö2015-05-29
* rtmpdh: Pass the actual buffer size of the output secret keyMartin Storsjö2015-05-29
* rtmpdh: Check the output buffer size in the openssl version of dh_compute_keyMartin Storsjö2015-05-29
* rtmpdh: Fix a local variable name in the nettle/gcrypt codepathMartin Storsjö2015-05-29
* rtmpdh: Make sure ret is initialized in the nettle version of bn_hex2bnMartin Storsjö2015-05-29
* rtmpdh: Do not generate the same private key every time when using libnettleSamuel Pitoiset2012-08-17
* rtmp: Add credit/copyright to librtmp authors for parts of the RTMPE codeMartin Storsjö2012-07-24
* RTMPE protocol supportSamuel Pitoiset2012-07-23