opencryptoki / libica

Crypto library for s390x.
Other
9 stars 17 forks source link

ECC: ec_key_check() uses OpenSSL, thus use own library context #95

Closed ifranzki closed 2 years ago

ifranzki commented 2 years ago

The ec_key_check() routine internally uses OpenSSL calls. In case libica is called from an OpenSSL provider, avoid a recursive loop by using libica's own OpenSSL library context with the default or fips provider loaded.