Skip to content

Refactor OpenSSL RSA private key handling

Ondřej Surý requested to merge 3785-openssl-refactoring-5 into main

Instead of trying to enforce one pkey to contain both a private and a public key pair, refactor the code to have separate public and private pkeys.

This is a prerequisite for proper openssl 3.0 providers support and greatly simplifies the code.

Closes #3785 (closed)

Merge request reports