[FFmpeg-devel] [PATCH] avformat/httpauth: add SHA-256 Digest Authorization (Combined)
Andreas Rheinhardt
andreas.rheinhardt at outlook.com
Wed Apr 3 18:36:35 EEST 2024
정지우 | Eugene:
> - add SHA-256 Digest Authorization for RFC7616 using avutil/hash.h
> - make_digest_auth_sha() : A1hash-> a1_hash and A2hash -> a2_hash
> - combine with lint fix patch
> (Please ignore previous patch requests that were requested by mistake):
> [FFmpeg-devel] [PATCH] fix typo(1),style(1),nit(4) issue
>
> Signed-off-by: Eugene-bitsensing <eugene at bitsensing.com>
> ---
> libavformat/httpauth.c | 130 +++++++++-
> libavformat/httpauth.h | 8 +
> ...h-add-SHA-256-Digest-Authorization-Com.eml | 224 ++++++++++++++++++
> 3 files changed, 354 insertions(+), 8 deletions(-)
> create mode 100644 outputfolder/0001-avformat-httpauth-add-SHA-256-Digest-Authorization-Com.eml
You should not try to commit the eml file corresponding to your patch.
- Andreas
More information about the ffmpeg-devel
mailing list