summaryrefslogtreecommitdiff
path: root/keyimport.c
Commit message (Expand)AuthorAgeFilesLines
* Fix accientally removed variable for DSSMatt Johnston2022-11-101-0/+1
* Fix warnings when DROPBEAR_DSS is disabledMatt Johnston2022-11-101-5/+5
* Remove commented ssh.com code from keyimportMatt Johnston2022-03-301-728/+1
* Fix dropbearconvert ecdsa parsing error typoMatt Johnston2022-03-291-37/+21
* Use buf_burn_free() instead of two callsMatt Johnston2022-03-291-12/+6
* Add ecdsa OpenSSH format for dropbearconvertMatt Johnston2022-03-291-102/+24
* Support RSA OpenSSH new format in dropbearconvertMatt Johnston2022-03-291-200/+40
* Fix ed25519 dropbear to openssh conversionMatt Johnston2022-03-291-22/+75
* Add buf_decrpos()Matt Johnston2020-10-241-1/+1
* Update LibTomMath to 1.2.0 (#84)Steffen Jaeckel2020-05-261-4/+7
* use sigtype where appropriateMatt Johnston2020-04-061-0/+3
* Add Ed25519 support (#91)Vladislav Grishenko2020-03-121-15/+143
* dropbearconvert: keyimport.c: fix BER encoding of secp521r1 keys (#69)Christian Hohnstädt2019-03-201-1/+3
* options: Complete the transition to numeric toggles (`#if')Michael Witten2018-02-161-2/+2
* Pointer parameter could be declared as pointing to constFrancois Perrad2017-08-191-7/+7
* fix indentationFrancois Perrad2017-06-011-5/+5
* merge 2016.74Matt Johnston2016-07-211-26/+60
|\
| * make indenting consistentMatt Johnston2016-07-121-1509/+1509
| * add length checks for ecc tooMatt Johnston2016-07-121-6/+11
| * merge fixes from PuTTY import.cMatt Johnston2016-07-121-975/+1004
* | Convert #ifdef to #if, other build changesMatt Johnston2016-05-041-11/+11
* | options for disabling "normal" DHMatt Johnston2016-05-021-0/+2
|/
* more hard tabFrancois Perrad2016-01-011-4/+4
* buf_getstring and buf_putstring now use non-unsigned char*Matt Johnston2015-06-041-5/+5
* Turn modptr local variable into unsigned char *Gaël PORTAY2015-05-051-2/+2
* Fix pointer differ in signess warnings [-Werror=pointer-sign]Gaël PORTAY2015-05-051-4/+4
* Uses k_size as an signed integerGaël PORTAY2015-05-051-1/+1
* Use m_burn rather than memsetThorsten Horstmann2015-02-241-6/+4
* Fix for old compilers, variable declarations at beginning of functionsThorsten Horstmann2015-02-241-1/+2
* When clearing the memory of 'key' in function openssh_read(), only the sizeChristian Engelmayer2015-01-281-1/+1
* Fix variables may be uninitialized.Like Ma2015-01-231-2/+2
* Fix compiling with ECDSA and DSS disabledMatt Johnston2014-06-251-2/+14
* - Increase buffer size, fixes converting 521bit ECC keyMatt Johnston2013-11-271-5/+7
* use oldstyle commentsMatt Johnston2013-11-141-13/+13
* Add '-R' for delayed hostkey optionMatt Johnston2013-11-071-4/+14
* refactor key generation, make it generate as required.Matt Johnston2013-11-071-5/+5
* merge yet againMatt Johnston2013-11-011-1/+1
|\
| * Fix specifying a keysize for key generation, fix key name argumentsMatt Johnston2013-11-011-1/+1
* | writing out openssh ecc keys worksMatt Johnston2013-10-201-190/+259
|/
* have separate ecdsa keys for each sizeMatt Johnston2013-05-251-2/+2
* hackish ECC import code from OpenSSHMatt Johnston2013-05-231-15/+137
* A bit of work on ecdsa for host/auth keysMatt Johnston2013-04-141-1/+3
* Remove an unused variableMatt Johnston2008-09-221-1/+0
* Fixes from Erik Hovland:Matt Johnston2006-07-071-41/+4
* * keyimport.c: fclose() the key file to make sure data gets writtenMatt Johnston2005-11-301-0/+2
* * use own assertions which should get logged properlyMatt Johnston2005-09-051-9/+9
* Some small fixes for unused vars, and old messagesMatt Johnston2004-08-171-8/+1
* Dropbearkey can now print out pubkey portionsMatt Johnston2004-08-141-18/+5
* Makefile.in contains updated files requiredMatt Johnston2004-06-011-0/+1748