APV - TLS. Use strong algorithm to encrypt private key
Review Request #1071 — Created Sept. 24, 2025 and submitted
| Information | |
|---|---|
| pradeep | |
| APV10 | |
| TWSD-1077 | |
| Reviewers | |
| mmiriam, peteryeh, timlai, timsu | |
currently APV using DES-CBC algorithm to encrypt the key file. Some servers like apache2 etc may reject the private key due to security reasons. Now, it is replaced with AES algorith to encrypt private key.
tested on apache2 server.
