]> git.ipfire.org Git - thirdparty/hostap.git/commit
EST: Write the RSA private key using the standard PRIVATE KEY format
authorJouni Malinen <quic_jouni@quicinc.com>
Thu, 23 Feb 2023 14:44:38 +0000 (16:44 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 23 Feb 2023 14:44:38 +0000 (16:44 +0200)
commite2ea0fd70bb2ee470abb87a35b8cd30f2229e491
tree9902a6db30c44e4a0d314827c8346bd8b696e1c5
parentbfd236df2183c67a14b2b8bd3ca798b2d72fe645
EST: Write the RSA private key using the standard PRIVATE KEY format

The routines used for using raw RSA keys directly have been deprecated
in OpenSSL 3.0. There should be no particular need to use the "RSA
PRIVATE KEY" format, so replace this with the more common "PRIVATE KEY"
format that can be written without use of the deprecated functions.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
hs20/client/est.c