From: Hendrik Leppkes <h.leppkes@gmail.com> To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org> Subject: Re: [FFmpeg-devel] [PATCH] fix typo(1),style(1),nit(4) issue Date: Wed, 3 Apr 2024 11:00:08 +0200 Message-ID: <CA+anqdzUR3=oYgRFmwHSFjn2S0qnEP=F=nJFNH=vx+LW9vOLhw@mail.gmail.com> (raw) In-Reply-To: <SL2P216MB148161C1B4CFE14820436CBBB83D2@SL2P216MB1481.KORP216.PROD.OUTLOOK.COM> On Wed, Apr 3, 2024 at 10:50 AM 정지우 | Eugene <eugene@bitsensing.com> wrote: > > - typo(1) : Line 242 : RFIC7616 ->RFC7616 > - style(1) : make_digest_auth() , make_digest_auth_sha() : A1hash-> a1_hash and A2hash -> a2_hash > - nit(3) : httpauth.c: Line 245,265,389: > - nit(1) : httpauth.h: Line 85 > > Signed-off-by: Eugene-bitsensing <eugene@bitsensing.com> > > @@ -386,7 +386,7 @@ char *ff_http_auth_create_response(HTTPAuthState *state, const char *auth, > if ((password = strchr(username, ':'))) { > *password++ = 0; > /* add digest algorithm SHA-256 */ > - if (!strcmp(state->digest_params.algorithm, "SHA-256")) { > + if (!strcmp(state->digest_params.algorithm, "SHA256")) { This is not a "nit", "SHA-256" with a dash is how RFC 7616 specifies the algorithm token to be spelled. > authstr = make_digest_auth_sha(state, username, password, path, method,"SHA256"); > } else { > authstr = make_digest_auth(state, username, password, path, method); - Hendrik _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
prev parent reply other threads:[~2024-04-03 9:00 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2024-04-03 8:50 정지우 | Eugene 2024-04-03 9:00 ` Hendrik Leppkes [this message]
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to='CA+anqdzUR3=oYgRFmwHSFjn2S0qnEP=F=nJFNH=vx+LW9vOLhw@mail.gmail.com' \ --to=h.leppkes@gmail.com \ --cc=ffmpeg-devel@ffmpeg.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel This inbox may be cloned and mirrored by anyone: git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \ ffmpegdev@gitmailbox.com public-inbox-index ffmpegdev Example config snippet for mirrors. AGPL code for this site: git clone https://public-inbox.org/public-inbox.git