mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-17 14:25:49 +00:00
![David Keeler](/assets/img/avatar_default.png)
Before this patch, nsPKCS12Blob::digest_read used size_forward to perform a size check on a buffer. However, the entire set of {digest_open, digest_close, digest_read, digest_write} was unnecessary because NSS provides this functionality by default when using SEC_PKCS12DecoderStart. This patch simplifies things by removing the extraneous implementations.