Mercurial > dropbear
annotate libtommath/LICENSE @ 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 | 60fc6476e044 |
children | f52919ffd3b1 |
rev | line source |
---|---|
1436 | 1 LibTomMath is licensed under DUAL licensing terms. |
2 | |
3 Choose and use the license of your needs. | |
4 | |
5 [LICENSE #1] | |
6 | |
7 LibTomMath is public domain. As should all quality software be. | |
8 | |
9 Tom St Denis | |
10 | |
11 [/LICENSE #1] | |
12 | |
13 [LICENSE #2] | |
284
eed26cff980b
propagate from branch 'au.asn.ucc.matt.ltm.dropbear' (head 6c790cad5a7fa866ad062cb3a0c279f7ba788583)
Matt Johnston <matt@ucc.asn.au>
parents:
diff
changeset
|
14 |
1436 | 15 DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
16 Version 2, December 2004 | |
17 | |
18 Copyright (C) 2004 Sam Hocevar <[email protected]> | |
284
eed26cff980b
propagate from branch 'au.asn.ucc.matt.ltm.dropbear' (head 6c790cad5a7fa866ad062cb3a0c279f7ba788583)
Matt Johnston <matt@ucc.asn.au>
parents:
diff
changeset
|
19 |
1436 | 20 Everyone is permitted to copy and distribute verbatim or modified |
21 copies of this license document, and changing it is allowed as long | |
22 as the name is changed. | |
23 | |
24 DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
25 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION | |
26 | |
27 0. You just DO WHAT THE FUCK YOU WANT TO. | |
28 | |
29 [/LICENSE #2] |