index
:
ffmpeg
master
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
Mirror of FFmpeg git repo
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
/
tls_openssl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avformat/whip: remove DTLSState enum
Jack Lau
2025-08-16
1
-7
/
+0
*
avformat/tls_openssl: simplify fingerprint generation
Kacper Michajłow
2025-08-16
1
-47
/
+16
*
avformat/tls_openssl: clean keys serialization
Kacper Michajłow
2025-08-16
1
-71
/
+36
*
avformat/tls_openssl: use ascii - (0x2D) instead of 0x2010 hyphen
Kacper Michajłow
2025-08-16
1
-5
/
+5
*
avformat/tls_openssl: fix X509 cert serial number might be negative
winlin
2025-08-10
1
-3
/
+4
*
avformat/tls: add new option use_srtp to control whether enable it
Jack Lau
2025-08-09
1
-12
/
+12
*
avformat/tls_openssl: add av_assert0() for tls_shared
Jack Lau
2025-08-09
1
-0
/
+3
*
avformat/tls_openssl: simplify the external_sock check
Jack Lau
2025-08-09
1
-2
/
+2
*
avformat/tls_openssl: cleanup the pointer name of TLSContext and TLSShared
Jack Lau
2025-08-09
1
-116
/
+117
*
all: fix typos found by codespell
Timo Rothenpieler
2025-08-03
1
-1
/
+1
*
Revert "avformat/tls_openssl: properly get new BIO index"
Kacper Michajłow
2025-07-30
1
-14
/
+4
*
avformat/tls_openssl: load default verify locations
Marvin Scholz
2025-07-22
1
-0
/
+6
*
avformat/tls_openssl: verify setting hostname for SNI
Marvin Scholz
2025-07-22
1
-1
/
+5
*
avformat/tls_openssl: add hostname for verification
Daniel N Pettersson
2025-07-22
1
-3
/
+12
*
avformat/tls_openssl: avoid unusual inline-if style
Timo Rothenpieler
2025-07-17
1
-2
/
+5
*
avformat/tls_openssl: make tls and dtls use one close function
Jack Lau
2025-07-17
1
-15
/
+3
*
avformat/tls_openssl: remove all redundant "TLS: " in log with AVClass
Jack Lau
2025-07-17
1
-5
/
+5
*
avformat/tls_openssl: replace 1 with TLS_ST_OK to be more clear
Jack Lau
2025-07-17
1
-1
/
+2
*
avformat/tls_openssl: unset nonblock flag on correct URLContext during dtls h...
Timo Rothenpieler
2025-07-17
1
-4
/
+1
*
avformat/tls_openssl: set tlsext host name after init ssl
Jack Lau
2025-07-17
1
-3
/
+3
*
avformat/tls_openssl: automatically generate self-signed certificate when non...
Timo Rothenpieler
2025-07-16
1
-5
/
+30
*
avformat/tls_openssl: make generating fingerprints optional
Timo Rothenpieler
2025-07-16
1
-8
/
+12
*
avformat/tls_openssl: don't expose deprecated EC_KEY outside of its function
Timo Rothenpieler
2025-07-16
1
-11
/
+9
*
avformat/tls_openssl: properly free generated/read keys and certificates
Timo Rothenpieler
2025-07-16
1
-2
/
+24
*
avformat/tls_openssl: don't enable read_ahead in dtls mode
Timo Rothenpieler
2025-07-16
1
-3
/
+0
*
avformar/tls_openssl: use correct info callback in DTLS mode
Timo Rothenpieler
2025-07-16
1
-1
/
+1
*
avformat/tls_openssl: clean up peer verify logic in dtls mode
Timo Rothenpieler
2025-07-16
1
-14
/
+8
*
avformat/tls_openssl: don't hardcode ciphers and curves for dtls
Timo Rothenpieler
2025-07-16
1
-22
/
+0
*
avformat/tls_openssl: properly limit written size to data mtu
Timo Rothenpieler
2025-07-16
1
-0
/
+5
*
avformat/tls_openssl: set default MTU if none is set
Timo Rothenpieler
2025-07-16
1
-2
/
+6
*
avformat/tls_openssl: initialize DTLS context with correct method
Timo Rothenpieler
2025-07-16
1
-1
/
+2
*
avformat/tls_openssl: don't abort if dtls has no key/cert set
Timo Rothenpieler
2025-07-16
1
-8
/
+0
*
avformat/tls_openssl: force dtls handshake to be blocking
Timo Rothenpieler
2025-07-16
1
-6
/
+12
*
avformat/tls_openssl: set dtls remote addr in listen mode
Timo Rothenpieler
2025-07-16
1
-1
/
+17
*
avformat/tls: make passing an external socket universal
Timo Rothenpieler
2025-07-11
1
-4
/
+10
*
avformat/tls: move whip specific init out of generic tls code
Timo Rothenpieler
2025-07-11
1
-4
/
+8
*
avformat/tls_openssl: use SSL_CTX_set_min_proto_version
Marvin Scholz
2025-07-07
1
-1
/
+5
*
avformat/tls_openssl: use TLS_[client|server]_method
Marvin Scholz
2025-07-07
1
-2
/
+2
*
avformat/tls_openssl: remove unnecessary checks
Marvin Scholz
2025-07-07
1
-4
/
+4
*
avformat/tls_openssl: remove leftover comment
Marvin Scholz
2025-07-07
1
-1
/
+0
*
avformat/tls_openssl: properly get new BIO index
Marvin Scholz
2025-07-07
1
-4
/
+12
*
avformat/tls_openssl: remove now unnecessary define
Marvin Scholz
2025-07-07
1
-4
/
+2
*
avformat: tls: drop support for OpenSSL < 1.1.0
Marvin Scholz
2025-07-07
1
-164
/
+2
*
avformat/tls: remove unused fingerprint option
Timo Rothenpieler
2025-07-03
1
-3
/
+1
*
avformat/tls_openssl: use existing context handle
Timo Rothenpieler
2025-07-03
1
-6
/
+6
*
avformat/tls_openssl: fix warnings when openssl is lower version
Jack Lau
2025-06-21
1
-0
/
+8
*
avformat/tls_openssl: fix build error when openssl version < 3
Jack Lau
2025-06-07
1
-13
/
+20
*
avformat/whip: Add WHIP muxer support for subsecond latency streaming
Jack Lau
2025-06-04
1
-45
/
+812
*
avformat/tls_openssl: #if ff_openssl_init/deinit() away if possible
Andreas Rheinhardt
2024-05-20
1
-14
/
+20
*
avformat/utils: Use static mutexes instead of ff_lock_avformat()
Andreas Rheinhardt
2024-05-20
1
-10
/
+7
[next]