index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
/
rtmpdh.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
build: Drop gcrypt support
Diego Biurrun
2016-11-25
1
-18
/
+0
*
rtmpdh: Don't use the OpenSSL DH struct
Martin Storsjö
2016-10-23
1
-49
/
+46
*
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