mirror of https://github.com/wolfSSL/wolfssh.git
1. Separate the key type and signature type when handling user authentication. ssh-rsa is a key type used with rsa-sha2-256 and rsa-sha2-512 signatures, along with ssh-rsa signatures. 2. Allow rsa-sha2-512 to be used. 3. Fix bug where setting the key algorithm on the client command line was setting the list to NULL. 4. Fix bug where adding rsa-sha2-512 to the list of canned algorithms was terminating the list, rather that adding it. Issue: ZD-21247 |
||
|---|---|---|
| .. | ||
| client | ||
| echoserver | ||
| portfwd | ||
| scpclient | ||
| sftpclient | ||
| include.am | ||