Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Evaluate extending OpenSSLCertificateOptions to set SSL_OP_CLEANSE_PLAINTEXT option #12127

Open
evilaliv3 opened this issue Apr 15, 2024 · 0 comments

Comments

@evilaliv3
Copy link

SSL_OP_CLEANSE_PLAINTEXT is an option introduced starting from OpenSSL version 3 that enabled to configure the library to automatically securely clean buffers as soon that SSL_free is called.

I consider that enabling this option in the secure OpenSSLCertificateOption by default would be very rilevant to twisted and its end users.

Just a a very remote possibility we could make it possible to disable the configuration.

Reference:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants