Author | SHA1 | Message | Date |
---|---|---|---|
|
63ce9fd23c |
rtmpdh: Use GMP functions directly, instead of nettle wrappers
mpz_import and mpz_export were added in GMP 4.1, in 2002. This simplifies the DH code by clarifying that it only uses pure bignum functions, no other parts of nettle/hogweed. Signed-off-by: Martin Storsjö <martin@martin.st> |
10 years ago |
|
84c5ff911f |
rtmpdh: Fix the indentation in a struct
Signed-off-by: Martin Storsjö <martin@martin.st> |
10 years ago |
|
0508faaa11 |
rtmpdh: Pass the actual buffer size of the output secret key
Signed-off-by: Martin Storsjö <martin@martin.st> |
10 years ago |
|
acd554c103 |
RTMPE protocol support
This adds two protocols, but one of them is an internal implementation detail just used as an abstraction layer/generalization in the code. The RTMPE protocol implementation uses ffrtmpcrypt:// as an alternative to the tcp:// protocol. This allows moving most of the lower level logic out from the higher level generic rtmp code. Signed-off-by: Martin Storsjö <martin@martin.st> |
13 years ago |