intel / ipp-crypto

Apache License 2.0
317 stars 84 forks source link

BoringSSL compatibility fix. #31

Closed ipuustin closed 3 years ago

ipuustin commented 3 years ago

In case BoringSSL is used instead of OpenSSL, one function needs to be called differently (BoringSSL doesn't have BN_bn2lebinpad() defined). Protect the change with BoringSSL build-time #define.

ipuustin commented 3 years ago

Also disable OpenSSL version check if BORINGSSL is defined.

ipuustin commented 3 years ago

Moved to internal process.