]> git.tuebingen.mpg.de Git - paraslash.git/commit - openssl.c
openssl: Rename read_rsa_bignums() -> read_public_key().
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 7 May 2023 15:35:50 +0000 (17:35 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 15 May 2023 18:06:50 +0000 (20:06 +0200)
commitf7b521c8ef0ae9af918476f41c67c5b839c865b5
tree1bef5653ed8775646225d6300d8ef966aac38fbc
parentbe7c18842422e6fbf95dc726f8cfb9b13b09be0b
openssl: Rename read_rsa_bignums() -> read_public_key().

This makes clear that the function is only used for public encryption.
openssl.c