]> git.tuebingen.mpg.de Git - paraslash.git/commit
openssl: Don't pass pointers to RSA structures around.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 1 May 2023 19:43:18 +0000 (21:43 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Thu, 16 May 2024 23:36:54 +0000 (01:36 +0200)
commitc7c503371bfd0bc8a5b5da85653b1b8a1c68150e
tree218ef7948c543a776111c710c40b68ddfaa5777b
parent82abcc07227fb8f25394281c19c61053c7dd3f54
openssl: Don't pass pointers to RSA structures around.

The RSA structure has been made opaque in openssl-3. As a preparation
for not using this structure any more, pass pointers to the containing
asymmetric key structure instead.
openssl.c