Thread

Commits

  1. Remove SHA256_HMAC_B from scram-common.h

  1. Remove SHA256_HMAC_B from scram-common.h

    Michael Paquier <michael@paquier.xyz> — 2022-12-13T04:57:22Z

    Hi all,
    
    While doing some hackery on SCRAM, I have noticed $subject giving the
    attached.  I guess that this is not going to cause any objections, but
    feel free to comment just in case.
    
    Thanks,
    --
    Michael
    
  2. Re: Remove SHA256_HMAC_B from scram-common.h

    Jacob Champion <jchampion@timescale.com> — 2022-12-13T17:27:50Z

    On Mon, Dec 12, 2022 at 8:57 PM Michael Paquier <michael@paquier.xyz> wrote:
    > While doing some hackery on SCRAM, I have noticed $subject giving the
    > attached.  I guess that this is not going to cause any objections, but
    > feel free to comment just in case.
    
    Yeah, no objection :D That cryptohash refactoring was quite nice.
    
    --Jacob
    
    
    
    
  3. Re: Remove SHA256_HMAC_B from scram-common.h

    Michael Paquier <michael@paquier.xyz> — 2022-12-13T22:13:24Z

    On Tue, Dec 13, 2022 at 09:27:50AM -0800, Jacob Champion wrote:
    > On Mon, Dec 12, 2022 at 8:57 PM Michael Paquier <michael@paquier.xyz> wrote:
    >> While doing some hackery on SCRAM, I have noticed $subject giving the
    >> attached.  I guess that this is not going to cause any objections, but
    >> feel free to comment just in case.
    > 
    > Yeah, no objection :D That cryptohash refactoring was quite nice.
    
    Thanks.  I have much more refactoring work coming up in this area, and
    the cryptohash move is helping quite a lot in terms of error handling.
    --
    Michael