Displaying 2 results from an estimated 2 matches for "ecdsagen".
2013 Sep 14
0
ECDSA curve used in new protocol has suspicious seed value
Hi there,
As I'm sure you are aware, there are suspicions (as usual) against the NSA
potentially weakening crypto around the globe. This time it is about a
cipher that is/will be used in the new tinc protocol: ECDSA
According to
https://github.com/gsliepen/tinc/blob/1.1/src/openssl/ecdsagen.c you use
the secp521r1 curve, which is derived (according to
http://www.secg.org/collateral/sec2_final.pdf - page 18) from the seed
value "D09E8800 291CB853 96CC6717 393284AA A0DA64BA". There is suspicion
around, that this seed value might weaken a ECDSA curve (as it is not
explained whe...
2014 Dec 05
4
Build On CentOS
...;
-DSBINDIR=\"/tinc/sbin\" -g -O2 -pie -Wl,-z,relro -Wl,-z,now -o tinc
dropin.o getopt.o getopt1.o info.o invitation.o list.o names.o netutl.o
script.o sptps.o subnet_parse.o tincctl.o top.o utils.o openssl/cipher.o
openssl/crypto.o openssl/digest.o openssl/ecdh.o openssl/ecdsa.o
openssl/ecdsagen.o openssl/prf.o openssl/rsa.o openssl/rsagen.o
-lreadline -lncurses -lcrypto -lz -llzo2 -ldl
/usr/bin/../libexec/gcc/x86_64-redhat-linux/4.8.2/ld: top.o: undefined
reference to symbol 'wtimeout'
/usr/bin/../libexec/gcc/x86_64-redhat-linux/4.8.2/ld: note: 'wtimeout'
is defined in DS...