Le 26/08/2021 à 12:08, Mark Thomas a écrit : > Hmm. Odd. I wonder why they said that. Do you have a public reference to > that conversation. Obviously, any potential IP issues are a concern. > > Looking at the code, I'm struggling to see where the concern would come > from. > > The original contribution was from Emmanuel. Given his work on JSign I > have no reason to think the contribution wasn't original.
Note that Jsign doesn't share the PEM parsing code I contributed to Tomcat, it uses the PEMParser class [1] from BouncyCastle which handles more formats (in a very different way). BouncyCastle being released under the MIT license, maybe their parser could better fit the PostgreSQL needs? Emmanuel Bourg [1] https://github.com/bcgit/bc-java/blob/master/pkix/src/main/java/org/bouncycastle/openssl/PEMParser.java --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org