BitBoxSwiss / mcu

MCU code for the BitBox01 hardware wallet
https://shiftcrypto.ch
Other
63 stars 50 forks source link

disable OpenSSL tests #287

Closed KasparEtter closed 5 years ago

douglasbakkum commented 5 years ago

I believe the motivation for this PR was that these tests are already covered upstream in the libsecp256k1 library (via tests_secp256k1.c).

However the tests also check curve secp256r1 (NIST-P; used for U2F), which is still useful. So will close without merging.