"Daniel P. Berrange" berrange@redhat.com writes:
On Sat, Aug 26, 2017 at 11:06:30AM +0200, Niels Möller wrote:
Finally, it seems appropriate to add you and/or Redhat to the (c)-header of examples/nettle-openssl.c, can you send me the correct line? Do you or Redhat own the copyright for this rewrite?
It is under Red Hat copyright, so you can add:
Copyright (C) 2017 Red Hat, Inc.
Thanks, pushed now.
BTW, with recent openssl (it seems I have version 1.1.0 of the libssl-dev package), I get a deprecation warning on the use of RSA_generate_key in examples/hogweed-benchmark.c. I guess it should be replaced by RSA_new + RSA_generate_key_ex, but I'm not really familiar with openssl interfaces. To keep consistent benchmarks, I think it's best to stick to the good old public exponent of 65537.
Regards, /Niels