index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
ecc.h
Age
Commit message (
Expand
)
Author
2018-02-18
include config.h for options.h. don't need to include options.h when
Matt Johnston
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-05-05
Turn dropbear_ecc_curve's name into const char *
Gaƫl PORTAY
2015-02-24
DROPBEAR_ prefix for include guards to avoid collisions
Thorsten Horstmann
2013-11-14
use oldstyle comments
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
2013-04-08
- Rename buf_put_ecc_pubkey_string() to buf_put_ecc_raw_pubkey_string()
Matt Johnston
2013-04-08
- Fix various hardcoded uses of SHA1
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