Message-ID: From: "harinath001 (@harinath001)" To: "pgjdbc/pgjdbc" Date: Thu, 03 Jul 2025 17:02:39 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #3700: Add PEMKeyManager to handle PEM based certs and keys. In-Reply-To: References: List-Id: X-GitHub-Author-Login: harinath001 X-GitHub-Comment-Id: 2183277879 X-GitHub-Comment-Type: review_comment X-GitHub-Commit: 77a38555465b2eba6c8b77f7c111cf4f208c302a X-GitHub-Issue: 3700 X-GitHub-Line: 70 X-GitHub-Path: pgjdbc/src/main/java/org/postgresql/ssl/PEMKeyManager.java X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: review_comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3700#discussion_r2183277879 Content-Type: text/plain; charset=utf-8 (on pgjdbc/src/main/java/org/postgresql/ssl/PEMKeyManager.java:70) good point, I updated the code to zero the content of `privateKeyDERBytes `, `keyContent` to prevent security concerns. Thank you