Mercurial > dropbear
log svr-authpubkey.c @ 1911:ced53051e200
age | author | description |
---|---|---|
Wed, 16 Mar 2022 18:35:23 +0800 | Matt Johnston | Don't set pubkey_info directly in checkpubkey_line |
Wed, 16 Mar 2022 17:17:23 +0800 | Matt Johnston | Fix SSH_PUBKEYINFO, limit characters, add tests |
Tue, 15 Mar 2022 18:57:21 +0000 | HansH111 | use buf_getptr and m_free on every iteration before m_malloc to insure no memory leaks are happening |
Sun, 13 Mar 2022 17:38:13 +0000 | HansH111 | extract pubkey_info when seuccesfully auth with a key and free it in the cleanup function |
Sat, 24 Oct 2020 18:56:45 +0800 | Matt Johnston | Add buf_decrpos() |
Sun, 17 May 2020 23:58:31 +0800 | Matt Johnston | split signkey_type and signature_type for RSA sha1 vs sha256 |