• Heikki Linnakangas's avatar
    Misc cleanup of SCRAM code. · e6e9c4da
    Heikki Linnakangas authored
    * Remove is_scram_verifier() function. It was unused.
    * Fix sanitize_char() function, used in error messages on protocol
      violations, to print bytes >= 0x7F correctly.
    * Change spelling of scram_MockSalt() function to be more consistent with
      the surroundings.
    * Change a few more references to "server proof" to "server signature" that
      I missed in commit d981074c.
    e6e9c4da
fe-auth-scram.c 16.7 KB