aboutsummaryrefslogtreecommitdiffstats
path: root/common/ssh-utils.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-26Use gpgrt_b64* API of libgpg-error.NIIBE Yutaka1-12/+12
2022-09-06common: Fix to determine ECC curve for SSH.NIIBE Yutaka1-3/+3
2022-03-04common: Fix confusion of get_pk_algo_from_key.NIIBE Yutaka1-4/+4
2022-03-02scd: Let READKEY support --format=ssh option.NIIBE Yutaka1-0/+290
2018-09-06Fix use of strncpy, which is actually good to use memcpy.NIIBE Yutaka1-1/+1
2017-05-24common: Correctly render SHA256-based ssh fingerprints.Justus Winter1-3/+70
2017-05-24common: Support different digest algorithms for ssh fingerprints.Justus Winter1-28/+31
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2015-09-29ssh: Fix fingerprint computation for EdDSA key.NIIBE Yutaka1-0/+2
2015-09-22ssh: Fix fingerprint computation for 384 bit ECDSA keys.Werner Koch1-1/+1
2014-03-22agent: Cleanups to prepare implementation of Ed25519.Werner Koch1-38/+103
2012-12-12ssh: Support ECDSA keys.Werner Koch1-0/+28
2012-04-20Change license for some files in common to LGPLv3+/GPLv2+.Werner Koch1-5/+15
2012-02-07common: Replace macro based function calls by using DEFAULT_ERRSOURCE.Werner Koch1-22/+14
2011-07-20New functions to compute an ssh style fingerprint.Werner Koch1-0/+187