Age | Commit message (Collapse) | Author |
|
- other fixes for rsa pubkey auth
- only include ext-info handling when rsa pubkey auth is compiled
|
|
* Add support for Ed25519 as a public key type
Ed25519 is a elliptic curve signature scheme that offers
better security than ECDSA and DSA and good performance. It may be
used for both user and host keys.
OpenSSH key import and fuzzer are not supported yet.
Initially inspired by Peter Szabo.
* Add curve25519 and ed25519 fuzzers
* Add import and export of Ed25519 keys
|
|
Argument no. 3 nominally inconsistent with format (int vs. unsigned int)
|
|
print key size with dropbearkey
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
--HG--
rename : random.c => dbrandom.c
rename : random.h => dbrandom.h
|
|
--HG--
branch : keyondemand
|
|
Needs UI in server command line options
--HG--
branch : keyondemand
|
|
--HG--
branch : ecc
|
|
--HG--
branch : ecc
|
|
fix crash from the mp_alloc_init_multi change in RSA
--HG--
branch : ecc
|
|
--HG--
branch : ecc
|
|
--HG--
branch : ecc
|
|
--HG--
branch : ecc
|
|
--HG--
branch : ecc
|
|
--HG--
branch : ecc
|
|
|
|
--HG--
extra : convert_revision : b5c5c88e702f427b9d5e8c592e2b7e1bda204ff3
|
|
--HG--
extra : convert_revision : 8a7db1e2fdc5636abb338adb636babc32f465739
|
|
cli-authpubkey.c:
fix leak of keybuf
cli-kex.c:
fix leak of fingerprint fp
cli-service.c:
remove commented out code
dropbearkey.c:
don't attepmt to free NULL key on failure
common-kex.c:
only free key if it is initialised
keyimport.c:
remove dead encrypted-key code
don't leak a FILE* loading OpenSSH keys
rsa.c, dss.c:
check return values for some libtommath functions
svr-kex.c:
check return value retrieving DH kex mpint
svr-tcpfwd.c:
fix null-dereference if remote tcp forward request fails
tcp-accept.c:
don't incorrectly free the tcpinfo var
--HG--
extra : convert_revision : 640a55bc710cbaa6d212453c750026c770e19193
|
|
Document -N in dbclient.1 and -P in dropbear.8
--HG--
extra : convert_revision : 7cada79bf8f61e09a72e5d492170bd10ab0acee3
|
|
--HG--
extra : convert_revision : c3d6444f31a3b583e6405e1b99e666d020e89eac
|
|
--HG--
extra : convert_revision : d928bc851e32be7bd429bf7504b148c0e4bf7e2f
|
|
--HG--
extra : convert_revision : 91ef4ca657cd116dba148a50a90c8bcc5d206d4b
|
|
--HG--
extra : convert_revision : 2d897b12ba8710efe0b042b36b1fd31b2469eb15
|
|
--HG--
extra : convert_revision : 4c3428781bc8faf0fd7cadd7099fbd7f4ea386e7
|
|
--HG--
extra : convert_revision : 3f8efcdd56aab197d30a1ea81527c37dfee2f928
|
|
--HG--
extra : convert_revision : cc8a8c49dc70e632c352853a39801089b08149be
|