]> 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>
Sun, 17 Mar 2024 11:35:03 +0000 (12:35 +0100)
commit4f6e210de71010e2e071ba98b4273be938f3e699
tree4a22c09f1782d8cf76b6be66884030dc6edc954a
parent3253854afa1be73ba273a1b54c8c8f5c5646548d
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