index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
signkey.h
Age
Commit message (
Expand
)
Author
2020-05-19
ext-info handling for server-sig-algs
Matt Johnston
2020-05-17
split signkey_type and signature_type for RSA sha1 vs sha256
Matt Johnston
2020-04-06
use sigtype where appropriate
Matt Johnston
2020-03-12
Add Ed25519 support (#91)
Vladislav Grishenko
2017-08-19
Pointer parameter could be declared as pointing to const
Francois Perrad
2016-05-04
Convert #ifdef to #if, other build changes
Matt Johnston
2016-03-16
fix empty C prototypes
Francois Perrad
2015-02-24
DROPBEAR_ prefix for include guards to avoid collisions
Thorsten Horstmann
2013-11-14
use oldstyle comments
Matt Johnston
2013-11-01
Fix specifying a keysize for key generation, fix key name arguments
Matt Johnston
2013-05-25
have separate ecdsa keys for each size
Matt Johnston
2013-05-03
ecdsa is working
Matt Johnston
2013-04-28
more ecdsa signkey work, not correct
Matt Johnston
2013-04-09
start on ecdsa keys
Matt Johnston
2013-04-06
Make _sign and _verify functions take a buffer* rather than void* and int
Matt Johnston
2010-07-21
Rename rsa_key to dropbear_rsa_key (and same for dss too) so
Matt Johnston
2009-07-06
New standard linked list to use, rather than adhoc SignKeyList or TCPFwdList
Matt Johnston
2007-02-22
Improve known_hosts checking.
Matt Johnston
2004-08-08
- Hostkey checking is mostly there, just aren't appending yet.
Matt Johnston
2004-08-03
Improved signkey code
Matt Johnston
2004-06-01
Makefile.in contains updated files required
Matt Johnston