Memory leak found with RSA method
Open
- Dominant language
- C
- Stars
- 208
- Forks
- 41
- PR merge metrics
- No merged PRs in 30d
Description
The default RSA method calls static rsa_ossl_finish to free BN_MONT_CTX_free objects.
If neverbleed RSA method is used, this function is not called, thus these objects are leaked.
The proposed fix is https://github.com/tatsuhiro-t/neverbleed/commit/003de52b35add6a9ff157d06b0f9ffda8586df34
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.