History log of /netbsd-current/crypto/external/bsd/netpgp/dist/src/pgp2ssh/b64.c
Revision Date Author Comments
# 1.3 10-Sep-2010 agc

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


# 1.2 09-Sep-2010 agc

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


# 1.1 06-Sep-2010 agc

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.