summaryrefslogtreecommitdiffhomepage
path: root/keyimport.c
AgeCommit message (Expand)Author
2020-05-26Update LibTomMath to 1.2.0 (#84)Steffen Jaeckel
2020-04-06use sigtype where appropriateMatt Johnston
2020-03-12Add Ed25519 support (#91)Vladislav Grishenko
2019-03-20dropbearconvert: keyimport.c: fix BER encoding of secp521r1 keys (#69)Christian Hohnstädt
2018-02-16options: Complete the transition to numeric toggles (`#if')Michael Witten
2017-08-19Pointer parameter could be declared as pointing to constFrancois Perrad
2017-06-01fix indentationFrancois Perrad
2016-07-21merge 2016.74Matt Johnston
2016-05-04Convert #ifdef to #if, other build changesMatt Johnston
2016-05-02options for disabling "normal" DHMatt Johnston
2016-07-12make indenting consistentMatt Johnston
2016-07-12add length checks for ecc tooMatt Johnston
2016-07-12merge fixes from PuTTY import.cMatt Johnston
2016-01-01more hard tabFrancois Perrad
2015-06-04buf_getstring and buf_putstring now use non-unsigned char*Matt Johnston
2015-05-05Turn modptr local variable into unsigned char *Gaël PORTAY
2015-05-05Fix pointer differ in signess warnings [-Werror=pointer-sign]Gaël PORTAY
2015-05-05Uses k_size as an signed integerGaël PORTAY
2015-02-24Use m_burn rather than memsetThorsten Horstmann
2015-02-24Fix for old compilers, variable declarations at beginning of functionsThorsten Horstmann
2015-01-28When clearing the memory of 'key' in function openssh_read(), only the sizeChristian Engelmayer
2015-01-23Fix variables may be uninitialized.Like Ma
2014-06-25Fix compiling with ECDSA and DSS disabledMatt Johnston
2013-11-27- Increase buffer size, fixes converting 521bit ECC keyMatt Johnston
2013-11-14use oldstyle commentsMatt Johnston
2013-11-07Add '-R' for delayed hostkey optionMatt Johnston
2013-11-07refactor key generation, make it generate as required.Matt Johnston
2013-11-01merge yet againMatt Johnston
2013-11-01Fix specifying a keysize for key generation, fix key name argumentsMatt Johnston
2013-10-20writing out openssh ecc keys worksMatt Johnston
2013-05-25have separate ecdsa keys for each sizeMatt Johnston
2013-05-23hackish ECC import code from OpenSSHMatt Johnston
2013-04-14A bit of work on ecdsa for host/auth keysMatt Johnston
2008-09-22Remove an unused variableMatt Johnston
2006-07-07Fixes from Erik Hovland:Matt Johnston
2005-11-30 * keyimport.c: fclose() the key file to make sure data gets writtenMatt Johnston
2005-09-05* use own assertions which should get logged properlyMatt Johnston
2004-08-17Some small fixes for unused vars, and old messagesMatt Johnston
2004-08-14Dropbearkey can now print out pubkey portionsMatt Johnston
2004-06-01Makefile.in contains updated files requiredMatt Johnston