Skip to content

Openssl little optims#21424

Merged
devnexen merged 3 commits intophp:masterfrom
devnexen:openssl_little_optims
Apr 3, 2026
Merged

Openssl little optims#21424
devnexen merged 3 commits intophp:masterfrom
devnexen:openssl_little_optims

Conversation

@devnexen
Copy link
Copy Markdown
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
@devnexen devnexen requested a review from ndossche March 19, 2026 20:47
@devnexen devnexen merged commit c349c32 into php:master Apr 3, 2026
19 checks passed
@devnexen devnexen deleted the openssl_little_optims branch April 3, 2026 19:14
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.

3 participants