Integrated: 8278349: JarSigner javadoc example uses SHA-1

Eirik Bjorsnos duke at openjdk.org
Fri Jan 13 17:58:38 UTC 2023


On Fri, 13 Jan 2023 16:23:13 GMT, Eirik Bjorsnos <duke at openjdk.org> wrote:

> Please review this trivial PR which updates javadoc sample code in jdk.security.jarsigner.JarSigner to use SHA-256, SHA256withRSA instead of the now considered weak algorithms SHA-1, SHA1withDSA.
> 
> The sample code is also updated to use the new snippet syntax.

This pull request has now been integrated.

Changeset: 4ec36598
Author:    Eirik Bjorsnos <eirbjo at gmail.com>
Committer: Weijun Wang <weijun at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/4ec3659845486ee9f9227cdfb3f8b47f19462b19
Stats:     11 lines in 1 file changed: 1 ins; 1 del; 9 mod

8278349: JarSigner javadoc example uses SHA-1

Reviewed-by: weijun

-------------

PR: https://git.openjdk.org/jdk/pull/11992



More information about the security-dev mailing list