We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d1e0e7 commit ae3fe93Copy full SHA for ae3fe93
schemev1.go
@@ -64,8 +64,9 @@ var (
64
)
65
66
var oidToAlgo = map[string]x509.SignatureAlgorithm{
67
- " 1.2.840.113549.1.1.2": x509.MD2WithRSA,
68
- "1.3.14.3.2.24 1.2.840.113549.1.1.2": x509.MD2WithRSA,
+ " 1.2.840.113549.1.1.2": x509.MD2WithRSA,
+ "1.3.14.3.2.24 1.2.840.113549.1.1.2": x509.MD2WithRSA,
69
+ "1.2.840.113549.2.2 1.2.840.113549.1.1.1": x509.MD2WithRSA,
70
71
" 1.2.840.113549.1.1.4": x509.MD5WithRSA,
72
"1.3.14.3.2.25 1.2.840.113549.1.1.4": x509.MD5WithRSA,
0 commit comments