index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
ecdsa.c
Age
Commit message (
Expand
)
Author
2015-06-04
buf_getstring and buf_putstring now use non-unsigned char*
Matt Johnston
2015-05-05
Turn dropbear_ecc_curve's name into const char *
Gaël PORTAY
2015-05-05
Turn local key_indent variable into char *
Gaël PORTAY
2015-03-01
Fix some memory leaks in ecc code
Matt Johnston
2015-01-28
Fix memory leak of ecdsa structure, found by Coverity
Matt Johnston
2013-11-14
use oldstyle comments
Matt Johnston
2013-11-14
- Some fixes for old compilers like tru64 v4 from Daniel Richard G.
Matt Johnston
2013-11-12
Various cleanups and fixes for warnings
Matt Johnston
2013-11-07
refactor key generation, make it generate as required.
Matt Johnston
2013-05-21
merge in HEAD
Matt Johnston
2013-05-09
Fix ecdsa verification
Matt Johnston
2013-05-03
ecdsa is working
Matt Johnston
2013-04-28
more ecdsa signkey work, not correct
Matt Johnston
2013-04-14
A bit of work on ecdsa for host/auth keys
Matt Johnston
2013-04-09
Be safer with how we handle ltc_ecc_sets[] (particularly with
Matt Johnston
2013-04-09
start on ecdsa keys
Matt Johnston