Saulius Gurklys
10fd60412d
Remove "dsa-1024" testcases from Test_SSHParsePublicKey and Test_calcFingerprint (#31905)
DSA is considered inherently insecure and is already disabled/removed in
OpenSSH 9.8.
Therefore "dsa-1024" tescases are failing.
```
--- FAIL: Test_calcFingerprint (0.02s)
--- FAIL: Test_calcFingerprint/dsa-1024 (0.00s)
--- FAIL: Test_calcFingerprint/dsa-1024/SSHKeygen (0.00s)
ssh_key_test.go:196:
Error Trace: /src/gitea/models/asymkey/ssh_key_test.go:196
Error: Received unexpected error:
Unable to verify key content [result: /tmp/gitea_keytest1239408114 is not a public key file.
]
Test: Test_calcFingerprint/dsa-1024/SSHKeygen
ssh_key_test.go:197:
Error Trace: /src/gitea/models/asymkey/ssh_key_test.go:197
Error: Not equal:
expected: "SHA256:fSIHQlpKMDsGPVAXI8BPYfRp+e2sfvSt1sMrPsFiXrc"
actual : ""
Diff:
--- Expected
+++ Actual
@@ -1 +1 @@
-SHA256:fSIHQlpKMDsGPVAXI8BPYfRp+e2sfvSt1sMrPsFiXrc
+
Test: Test_calcFingerprint/dsa-1024/SSHKeygen
FAIL
```
Fix #31624
2024-08-24 10:07:16 +00:00
..
2023-02-02 18:25:54 +00:00
2023-09-25 13:17:37 +00:00
2024-04-22 11:48:42 +00:00
2024-04-02 17:50:57 +02:00
2023-10-14 08:37:24 +00:00
2024-01-15 02:19:25 +00:00
2024-04-02 17:50:57 +02:00
2024-03-31 02:35:19 +00:00
2024-01-15 02:19:25 +00:00
2023-09-28 01:38:53 +00:00
2024-03-22 19:17:30 +08:00
2023-11-24 03:49:41 +00:00
2023-12-07 15:27:36 +08:00
2024-04-07 19:17:06 +08:00
2023-04-11 14:34:28 +08:00
2024-03-04 08:57:39 +00:00
2024-08-24 10:07:16 +00:00
2023-12-14 02:39:32 +00:00
2024-08-15 23:59:01 +08:00