index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
ecc.c
Age
Commit message (
Expand
)
Author
2013-11-25
Fix some warnings
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-05-23
Add m_mp_alloc_init_multi() helper
Matt Johnston
2013-04-14
A bit of work on ecdsa for host/auth keys
Matt Johnston
2013-04-09
A bit of debugging output
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
2013-04-08
- Rename buf_put_ecc_pubkey_string() to buf_put_ecc_raw_pubkey_string()
Matt Johnston
2013-04-08
ecdh works against OpenSSH
Matt Johnston
2013-04-08
- Fix various hardcoded uses of SHA1
Matt Johnston
2013-04-07
ecc kind of works, needs fixing/testing
Matt Johnston
2013-03-29
More changes for KEX and ECDH. Set up hash descriptors, make ECC code work,
Matt Johnston
2013-03-27
ecc key import function
Matt Johnston
2013-03-27
more bits on ecc branch
Matt Johnston
2013-03-26
refactor kexdh code a bit, start working on ecdh etc
Matt Johnston