]> git.tuebingen.mpg.de Git - paraslash.git/commit
crypt: Rename RSA functions.
authorAndre Noll <maan@tuebingen.mpg.de>
Thu, 28 Dec 2017 14:52:31 +0000 (15:52 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 25 Feb 2018 23:10:28 +0000 (00:10 +0100)
commita4c2c4f9c7cd580252917729a65d482de3c14a97
tree0e253f2aac5481d6c8b7c13700bed5792f4482f0
parent5f20d9afde364f9ce51aa7841ebe513028a65e81
crypt: Rename RSA functions.

This renames the functions and constants of the public crypto API
which deal with RSA to have the common "apc" (asymmetric pubkey
cryptosystem) prefix.  This hides RSA as an implementation detail
and makes it clear that the functions/constants are related to apc.

Pure renaming, no semantic change. The only other changes are a new
comment to crypt.h and a \ref statement in the doxygen comment of
apc_free_pubkey().
client_common.c
command.c
crypt.h
gcrypt.c
openssl.c
user_list.c