]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Fix SHA-224 oid in solv_pgpvrfy
authorMichael Schroeder <mls@suse.de>
Tue, 14 May 2024 10:01:52 +0000 (12:01 +0200)
committerMichael Schroeder <mls@suse.de>
Thu, 16 May 2024 13:42:10 +0000 (15:42 +0200)
ext/solv_pgpvrfy.c

index 8fec835f9879037f377c3f56817aba8f5c5a91c9..9f1bd72e61f15dc2eac266902f2f8ad72cb4d649 100644 (file)
@@ -476,7 +476,7 @@ solv_pgpvrfy(const unsigned char *pub, int publ, const unsigned char *sig, int s
       break;
     case 11:
       hashl = 28;      /* SHA-224 */
-      oid = (unsigned char *)"\023\060\061\060\015\006\011\140\206\110\001\145\003\004\002\004\005\000\004\034";
+      oid = (unsigned char *)"\023\060\055\060\015\006\011\140\206\110\001\145\003\004\002\004\005\000\004\034";
       break;
     default:
       return 0;                /* unsupported hash algo */