open-quantum-safe / profiling

Network-level performance testing of post-quantum cryptography using the OQS suite
https://openquantumsafe.org/benchmarking
MIT License
7 stars 7 forks source link

OpenSSL reference tests are linked against the wrong library #51

Closed jschanck closed 3 years ago

jschanck commented 3 years ago

The oqs-ref shared library is copied to liboqs.so.LIBOQS_VERSION instead of liboqs.so.$LIBOQS_VERSION: https://github.com/open-quantum-safe/profiling/blob/9ff4911c5169196eae3e6f3947e79003b0ed02d4/perf/scripts/run-tests.sh#L33

baentsch commented 3 years ago

Bummer. Thanks for pointing that out! Invalidates all openssl-ref runs :-(