Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix use of strncpy, which is actually good to use memcpy. | NIIBE Yutaka | 2018-09-06 | 1 | -1/+1 |
* | common: Correctly render SHA256-based ssh fingerprints. | Justus Winter | 2017-05-24 | 1 | -3/+70 |
* | common: Support different digest algorithms for ssh fingerprints. | Justus Winter | 2017-05-24 | 1 | -28/+31 |
* | Change all http://www.gnu.org in license notices to https:// | Werner Koch | 2016-11-05 | 1 | -1/+1 |
* | ssh: Fix fingerprint computation for EdDSA key. | NIIBE Yutaka | 2015-09-29 | 1 | -0/+2 |
* | ssh: Fix fingerprint computation for 384 bit ECDSA keys. | Werner Koch | 2015-09-22 | 1 | -1/+1 |
* | agent: Cleanups to prepare implementation of Ed25519. | Werner Koch | 2014-03-22 | 1 | -38/+103 |
* | ssh: Support ECDSA keys. | Werner Koch | 2012-12-12 | 1 | -0/+28 |
* | Change license for some files in common to LGPLv3+/GPLv2+. | Werner Koch | 2012-04-20 | 1 | -5/+15 |
* | common: Replace macro based function calls by using DEFAULT_ERRSOURCE. | Werner Koch | 2012-02-07 | 1 | -22/+14 |
* | New functions to compute an ssh style fingerprint. | Werner Koch | 2011-07-20 | 1 | -0/+187 |