-
- Downloads
You need to sign in or sign up before continuing.
Introduce OpenSSH-compatible SHA256 key fingerprinting.
There's a new enumeration of fingerprint types, and you tell ssh2_fingerprint() or ssh2_fingerprint_blob() which of them to use. So far, this is only implemented behind the scenes, and exposed for testcrypt to test. All the call sites of ssh2_fingerprint pass a fixed default fptype, which is still set to the old MD5. That will change shortly.
Showing
- cmdgen.c 2 additions, 2 deletionscmdgen.c
- pageant.c 14 additions, 8 deletionspageant.c
- ssh.h 11 additions, 2 deletionsssh.h
- ssh2kex-client.c 4 additions, 4 deletionsssh2kex-client.c
- sshpubk.c 47 additions, 25 deletionssshpubk.c
- test/cryptsuite.py 30 additions, 0 deletionstest/cryptsuite.py
- test/testcrypt.py 1 addition, 1 deletiontest/testcrypt.py
- testcrypt.c 19 additions, 0 deletionstestcrypt.c
- testcrypt.h 2 additions, 0 deletionstestcrypt.h
- windows/winpgen.c 2 additions, 2 deletionswindows/winpgen.c
- windows/winpgnt.c 1 addition, 1 deletionwindows/winpgnt.c
Loading
Please register or sign in to comment