index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
keyimport.c
Age
Commit message (
Expand
)
Author
2020-05-26
Update LibTomMath to 1.2.0 (#84)
Steffen Jaeckel
2020-04-06
use sigtype where appropriate
Matt Johnston
2020-03-12
Add Ed25519 support (#91)
Vladislav Grishenko
2019-03-20
dropbearconvert: keyimport.c: fix BER encoding of secp521r1 keys (#69)
Christian Hohnstädt
2018-02-16
options: Complete the transition to numeric toggles (`#if')
Michael Witten
2017-08-19
Pointer parameter could be declared as pointing to const
Francois Perrad
2017-06-01
fix indentation
Francois Perrad
2016-07-21
merge 2016.74
Matt Johnston
2016-05-04
Convert #ifdef to #if, other build changes
Matt Johnston
2016-05-02
options for disabling "normal" DH
Matt Johnston
2016-07-12
make indenting consistent
Matt Johnston
2016-07-12
add length checks for ecc too
Matt Johnston
2016-07-12
merge fixes from PuTTY import.c
Matt Johnston
2016-01-01
more hard tab
Francois Perrad
2015-06-04
buf_getstring and buf_putstring now use non-unsigned char*
Matt Johnston
2015-05-05
Turn modptr local variable into unsigned char *
Gaël PORTAY
2015-05-05
Fix pointer differ in signess warnings [-Werror=pointer-sign]
Gaël PORTAY
2015-05-05
Uses k_size as an signed integer
Gaël PORTAY
2015-02-24
Use m_burn rather than memset
Thorsten Horstmann
2015-02-24
Fix for old compilers, variable declarations at beginning of functions
Thorsten Horstmann
2015-01-28
When clearing the memory of 'key' in function openssh_read(), only the size
Christian Engelmayer
2015-01-23
Fix variables may be uninitialized.
Like Ma
2014-06-25
Fix compiling with ECDSA and DSS disabled
Matt Johnston
2013-11-27
- Increase buffer size, fixes converting 521bit ECC key
Matt Johnston
2013-11-14
use oldstyle comments
Matt Johnston
2013-11-07
Add '-R' for delayed hostkey option
Matt Johnston
2013-11-07
refactor key generation, make it generate as required.
Matt Johnston
2013-11-01
merge yet again
Matt Johnston
2013-11-01
Fix specifying a keysize for key generation, fix key name arguments
Matt Johnston
2013-10-20
writing out openssh ecc keys works
Matt Johnston
2013-05-25
have separate ecdsa keys for each size
Matt Johnston
2013-05-23
hackish ECC import code from OpenSSH
Matt Johnston
2013-04-14
A bit of work on ecdsa for host/auth keys
Matt Johnston
2008-09-22
Remove an unused variable
Matt Johnston
2006-07-07
Fixes from Erik Hovland:
Matt Johnston
2005-11-30
* keyimport.c: fclose() the key file to make sure data gets written
Matt Johnston
2005-09-05
* use own assertions which should get logged properly
Matt Johnston
2004-08-17
Some small fixes for unused vars, and old messages
Matt Johnston
2004-08-14
Dropbearkey can now print out pubkey portions
Matt Johnston
2004-06-01
Makefile.in contains updated files required
Matt Johnston