|
|
20e580 |
From 7e04acac65fd6d14fb24e49ec0d3fb0f111fc6e9 Mon Sep 17 00:00:00 2001
|
|
|
20e580 |
From: Alexander Scheel <ascheel@redhat.com>
|
|
|
20e580 |
Date: Thu, 23 Apr 2020 12:11:20 -0400
|
|
|
20e580 |
Subject: [PATCH 2/4] Fix SHA512withRSA/PSS identifier
|
|
|
20e580 |
|
|
|
20e580 |
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
|
|
|
20e580 |
---
|
|
|
20e580 |
org/mozilla/jss/netscape/security/x509/AlgorithmId.java | 2 +-
|
|
|
20e580 |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
20e580 |
|
|
|
20e580 |
diff --git a/org/mozilla/jss/netscape/security/x509/AlgorithmId.java b/org/mozilla/jss/netscape/security/x509/AlgorithmId.java
|
|
|
20e580 |
index 9936b6e9..ed899fd0 100644
|
|
|
20e580 |
--- a/org/mozilla/jss/netscape/security/x509/AlgorithmId.java
|
|
|
20e580 |
+++ b/org/mozilla/jss/netscape/security/x509/AlgorithmId.java
|
|
|
20e580 |
@@ -1034,7 +1034,7 @@ public class AlgorithmId implements Serializable, DerEncoder {
|
|
|
20e580 |
*/
|
|
|
20e580 |
public static final String[] ALL_SIGNING_ALGORITHMS = new String[]
|
|
|
20e580 |
{
|
|
|
20e580 |
- "SHA256withRSA", "SHA384withRSA", "SHA512withRSA", "SHA1withRSA","SHA256withRSA/PSS","SHA384withRSA/PSS","SHA5121withRSA/PSS",
|
|
|
20e580 |
+ "SHA256withRSA", "SHA384withRSA", "SHA512withRSA", "SHA1withRSA","SHA256withRSA/PSS","SHA384withRSA/PSS","SHA512withRSA/PSS",
|
|
|
20e580 |
"SHA256withEC", "SHA384withEC", "SHA512withEC", "SHA1withEC" };
|
|
|
20e580 |
|
|
|
20e580 |
public static void dumpBytes(byte[] data)
|
|
|
20e580 |
--
|
|
|
20e580 |
2.26.2
|
|
|
20e580 |
|