Why remove trailing padding from base64 encoded fingerprint?

[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

 



>From sshkey.c (line 925):

        /* Trim padding characters from end */
        ret[strcspn(ret, "=")] = '\0';
        return ret;

Why remove the trailing padding from the Base64 encoded key fingerprint?  I
recognize that it's easy enough to re-pad the string, but I'm just curious
why it's being removed in the first place.

Thanks,
Mark
_______________________________________________
openssh-unix-dev mailing list
openssh-unix-dev@xxxxxxxxxxx
https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev



[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux