Mercurial > dropbear
annotate .gitignore @ 1638:315fcba6960e
dropbearconvert: keyimport.c: fix BER encoding of secp521r1 keys (#69)
keysizes >= 128 octets will be encoded with a 3 byte header
which must be accounted by the optional-header
Reproduce:
master:~/build/dropbear$ ./dropbearkey -t ecdsa -s 521 -f K
Generating 521 bit ecdsa key, this may take a while...
master:~/build/dropbear$ ./dropbearconvert d o K L
Key is a ecdsa-sha2-nistp521 key
Wrote key to 'L'
master:~/build/dropbear$ openssl ec < L
read EC key
unable to load Key
139769806448384:error:0D07209B:asn1 encoding routines:ASN1_get_object:too long:crypto/asn1/asn1_lib.c:91:
author | Christian Hohnstädt <christian@hohnstaedt.de> |
---|---|
date | Wed, 20 Mar 2019 16:42:47 +0100 |
parents | 03a42f41cf2c |
children | 76189c9ffea2 |
rev | line source |
---|---|
1393 | 1 *~ |
2 *.o | |
3 *.a | |
4 *.da | |
5 *.bb | |
6 *.bbg | |
7 *.prof | |
8 /autom4te.cache | |
9 /config.log | |
10 /config.status | |
11 /dbclient | |
12 /dropbear | |
13 /dropbearconvert | |
14 /dropbearkey | |
15 /dropbearmulti | |
16 /scp | |
17 /scp-progress | |
18 Makefile | |
19 config.h | |
20 config.h.in | |
21 configure | |
1540
03a42f41cf2c
ignore default_options_guard.h
Matt Johnston <matt@ucc.asn.au>
parents:
1393
diff
changeset
|
22 default_options_guard.h |