summaryrefslogtreecommitdiffstats
path: root/common/ssh-utils.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* common: Fix to determine ECC curve for SSH.NIIBE Yutaka2022-09-061-3/+3
* common: Fix confusion of get_pk_algo_from_key.NIIBE Yutaka2022-03-041-4/+4
* scd: Let READKEY support --format=ssh option.NIIBE Yutaka2022-03-021-0/+290
* Fix use of strncpy, which is actually good to use memcpy.NIIBE Yutaka2018-09-061-1/+1
* common: Correctly render SHA256-based ssh fingerprints.Justus Winter2017-05-241-3/+70
* common: Support different digest algorithms for ssh fingerprints.Justus Winter2017-05-241-28/+31
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* ssh: Fix fingerprint computation for EdDSA key.NIIBE Yutaka2015-09-291-0/+2
* ssh: Fix fingerprint computation for 384 bit ECDSA keys.Werner Koch2015-09-221-1/+1
* agent: Cleanups to prepare implementation of Ed25519.Werner Koch2014-03-221-38/+103
* ssh: Support ECDSA keys.Werner Koch2012-12-121-0/+28
* Change license for some files in common to LGPLv3+/GPLv2+.Werner Koch2012-04-201-5/+15
* common: Replace macro based function calls by using DEFAULT_ERRSOURCE.Werner Koch2012-02-071-22/+14
* New functions to compute an ssh style fingerprint.Werner Koch2011-07-201-0/+187