-
- Downloads
Rename functions that encode/decode private keys
It is not nice to expose a private key's contents without having the function name advertise the fact. Fortunately, we weren't misusing these yet.
Showing
- src/feature/control/control.c 2 additions, 2 deletionssrc/feature/control/control.c
- src/lib/crypt_ops/crypto_rsa.h 2 additions, 2 deletionssrc/lib/crypt_ops/crypto_rsa.h
- src/lib/crypt_ops/crypto_rsa_openssl.c 2 additions, 2 deletionssrc/lib/crypt_ops/crypto_rsa_openssl.c
- src/test/test_controller.c 1 addition, 1 deletionsrc/test/test_controller.c
- src/test/test_crypto.c 4 additions, 4 deletionssrc/test/test_crypto.c
Loading
Please register or sign in to comment