Parsing private keys is around 70 times slower with openssl 3.0 and around 10 times slower with openssl 3.1. It does not appear that it has any priority for OpenSSL to fix these issues [1].
This is a regression in the underlying openssl functions. There is unfortunately little we can do here short of implementing a separate key parser, but opening this bug to track the problem. For the time being, it is recommended to run with openssl 1.1 if possible.
[1] openssl/openssl#15199
Parsing private keys is around 70 times slower with openssl 3.0 and around 10 times slower with openssl 3.1. It does not appear that it has any priority for OpenSSL to fix these issues [1].
This is a regression in the underlying openssl functions. There is unfortunately little we can do here short of implementing a separate key parser, but opening this bug to track the problem. For the time being, it is recommended to run with openssl 1.1 if possible.
[1] openssl/openssl#15199