Mercurial > dropbear
annotate .gitignore @ 1659:d32bcb5c557d
Add Ed25519 support (#91)
* 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
author | Vladislav Grishenko <themiron@users.noreply.github.com> |
---|---|
date | Wed, 11 Mar 2020 21:09:45 +0500 |
parents | f52919ffd3b1 |
children | f78e67527731 |
rev | line source |
---|---|
1393 | 1 *~ |
2 *.o | |
3 *.a | |
4 *.da | |
5 *.bb | |
6 *.bbg | |
7 *.prof | |
1653
76189c9ffea2
External Public-Key Authentication API (#72)
fabriziobertocci <fabriziobertocci@gmail.com>
parents:
1540
diff
changeset
|
8 .*.swp |
1393 | 9 /autom4te.cache |
10 /config.log | |
11 /config.status | |
12 /dbclient | |
13 /dropbear | |
14 /dropbearconvert | |
15 /dropbearkey | |
16 /dropbearmulti | |
1655
f52919ffd3b1
update ltm to 1.1.0 and enable FIPS 186.4 compliant key-generation (#79)
Steffen Jaeckel <s_jaeckel@gmx.de>
parents:
1653
diff
changeset
|
17 /fuzzcorpus |
f52919ffd3b1
update ltm to 1.1.0 and enable FIPS 186.4 compliant key-generation (#79)
Steffen Jaeckel <s_jaeckel@gmx.de>
parents:
1653
diff
changeset
|
18 /fuzzer-* |
f52919ffd3b1
update ltm to 1.1.0 and enable FIPS 186.4 compliant key-generation (#79)
Steffen Jaeckel <s_jaeckel@gmx.de>
parents:
1653
diff
changeset
|
19 /fuzzer-*.options |
1393 | 20 /scp |
21 /scp-progress | |
22 Makefile | |
23 config.h | |
24 config.h.in | |
25 configure | |
1540
03a42f41cf2c
ignore default_options_guard.h
Matt Johnston <matt@ucc.asn.au>
parents:
1393
diff
changeset
|
26 default_options_guard.h |
1653
76189c9ffea2
External Public-Key Authentication API (#72)
fabriziobertocci <fabriziobertocci@gmail.com>
parents:
1540
diff
changeset
|
27 tags |