[openssl-users] ed25519 key generation

Jeremy Harris jgh at wizmail.org
Sat Mar 24 18:59:20 UTC 2018


On spotting the example code in Ed25519(7)
I tried it, and it segfaulted:

#0  0x00007fcedd3e47e0 in PEM_write_bio_PrivateKey () from
/lib64/libcrypto.so.1.1
#1  0x00007fcedd3e4afb in PEM_write_PrivateKey () from
/lib64/libcrypto.so.1.1
#2  0x0000000000400744 in main () at src/ed25519_gen_privkey.c:11

This a self-built openssl from today's master.  I'm unsure how
to get debuginfo for it, for better detail.  Given how simple
PEM_write_bio_PrivateKey() is, I assume it's gone on to
PEM_write_bio_PrivateKey_traditional().


Any clues?
-- 
Thanks,
  Jeremy


More information about the openssl-users mailing list