> C_DeriveKey with mechanisms `CKM_*_KEY_AND_MAC_DERIVE` always returns mac
> keys, even if macBits is zero. These keys must be free'd when no longer
> needed.
>
> Verified that:
> - SSL server configured with PKCS11-NSS provider leaks memory without this
> patch, does not leak memory with this
On Thu, 6 Oct 2022 13:27:23 GMT, Daniel Jeliński wrote:
> C_DeriveKey with mechanisms `CKM_*_KEY_AND_MAC_DERIVE` always returns mac
> keys, even if macBits is zero. These keys must be free'd when no longer
> needed.
>
> Verified that:
> - SSL server configured with PKCS11-NSS provider leaks me
On Thu, 6 Oct 2022 13:27:23 GMT, Daniel Jeliński wrote:
> C_DeriveKey with mechanisms `CKM_*_KEY_AND_MAC_DERIVE` always returns mac
> keys, even if macBits is zero. These keys must be free'd when no longer
> needed.
>
> Verified that:
> - SSL server configured with PKCS11-NSS provider leaks me
On Thu, 6 Oct 2022 13:27:23 GMT, Daniel Jeliński wrote:
> C_DeriveKey with mechanisms `CKM_*_KEY_AND_MAC_DERIVE` always returns mac
> keys, even if macBits is zero. These keys must be free'd when no longer
> needed.
>
> Verified that:
> - SSL server configured with PKCS11-NSS provider leaks me
C_DeriveKey with mechanisms `CKM_*_KEY_AND_MAC_DERIVE` always returns mac keys,
even if macBits is zero. These keys must be free'd when no longer needed.
Verified that:
- SSL server configured with PKCS11-NSS provider leaks memory without this
patch, does not leak memory with this patch
- The sa