| Commit message (Expand) | Author | Age | Files | Lines |
* | build: Split test programs off into separate files | Diego Biurrun | 2016-04-07 | 1 | -142/+0 |
* | rtmpdh: add an stdio.h include | Anton Khirnov | 2016-03-25 | 1 | -0/+3 |
* | testprogs: Clean up #includes | Diego Biurrun | 2016-03-24 | 1 | -1/+9 |
* | rtmpdh: Use GMP functions directly, instead of nettle wrappers | Martin Storsjö | 2015-06-01 | 1 | -4/+9 |
* | rtmpdh: Generate the whole private exponent using av_get_random_seed() with n... | Martin Storsjö | 2015-05-29 | 1 | -7/+9 |
* | rtmpdh: Create sufficiently long private keys for gcrypt/nettle | Martin Storsjö | 2015-05-29 | 1 | -4/+4 |
* | rtmpdh: Remove an unnecessary check in the gcrypt/nettle dh_compute_key | Martin Storsjö | 2015-05-29 | 1 | -5/+0 |
* | rtmpdh: Add fate test for the DH handshake routine | Martin Storsjö | 2015-05-29 | 1 | -0/+142 |
* | rtmpdh: Pass the actual buffer size of the output secret key | Martin Storsjö | 2015-05-29 | 1 | -2/+3 |
* | rtmpdh: Check the output buffer size in the openssl version of dh_compute_key | Martin Storsjö | 2015-05-29 | 1 | -1/+8 |
* | rtmpdh: Fix a local variable name in the nettle/gcrypt codepath | Martin Storsjö | 2015-05-29 | 1 | -3/+3 |
* | rtmpdh: Make sure ret is initialized in the nettle version of bn_hex2bn | Martin Storsjö | 2015-05-29 | 1 | -0/+2 |
* | rtmpdh: Do not generate the same private key every time when using libnettle | Samuel Pitoiset | 2012-08-17 | 1 | -1/+9 |
* | rtmp: Add credit/copyright to librtmp authors for parts of the RTMPE code | Martin Storsjö | 2012-07-24 | 1 | -0/+2 |
* | RTMPE protocol support | Samuel Pitoiset | 2012-07-23 | 1 | -0/+329 |