OpenSC / pkcs11-helper

Library that simplifies the interaction with PKCS#11 providers for end-user applications using a simple API and optional OpenSSL engine
Other
66 stars 43 forks source link

Fix __pkcs11_crypto_mbedtls_cerificate_is_issuer() #9

Closed syzzer closed 7 years ago

syzzer commented 7 years ago

This function would leak memory if cert_blob was indeed issued by issuer_blob, instead of reporting true.

Signed-off-by: Steffan Karger steffan@karger.me

alonbl commented 7 years ago

Thanks! entire branch was missing!