Skip to content

Openssl little optims#21424

Open
devnexen wants to merge 3 commits intophp:masterfrom
devnexen:openssl_little_optims
Open

Openssl little optims#21424
devnexen wants to merge 3 commits intophp:masterfrom
devnexen:openssl_little_optims

Conversation

@devnexen
Copy link
Member

No description provided.

Avoid repeated BIO_new/BIO_free per iteration in PKCS12, PKCS7, and CMS
read functions. Allocate once before the loop, BIO_reset between
iterations, free after.
@devnexen devnexen marked this pull request as ready for review March 13, 2026 03:00
@devnexen devnexen requested a review from bukka as a code owner March 13, 2026 03:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant