History log of /netbsd/crypto/external/bsd/netpgp/dist/src/pgp2ssh/b64.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 6bae07a6 11-Sep-2010 agc <agc@NetBSD.org>

Fix previous differently to avoid over-padding the base64 encoded output,
by being smarter in the decode stage.


# 2f6667e4 10-Sep-2010 agc <agc@NetBSD.org>

clean up various bits of lint, and one outstanding bug:

+ properly terminate base64-encoded output, fixes a bug whereby if the input
length was divisible by 3, a bad base64 encoding would ensue


# 13b8cf66 06-Sep-2010 agc <agc@NetBSD.org>

Add pgp2ssh, a utility to retrieve PGP keys via HKP, and to store the keys
in ssh format. In combination with hkpd (using ssh key files), this utility
can be used to distribute ssh pubkey files to re

Add pgp2ssh, a utility to retrieve PGP keys via HKP, and to store the keys
in ssh format. In combination with hkpd (using ssh key files), this utility
can be used to distribute ssh pubkey files to remote computers using the
HKP protocol.

show more ...