From a0fcf9241ae9fee39699e6e605ebd33f6ded5283 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Sun, 8 Aug 2010 15:49:18 -0700 Subject: [PATCH] add id-secsig-sha-1WithRSAEncryption --- lib/asn1/Makefile.am | 1 + lib/asn1/rfc2459.asn1 | 3 +++ 2 files changed, 4 insertions(+) diff --git a/lib/asn1/Makefile.am b/lib/asn1/Makefile.am index 77a2c8b14..162cf0f7f 100644 --- a/lib/asn1/Makefile.am +++ b/lib/asn1/Makefile.am @@ -315,6 +315,7 @@ gen_files_rfc2459 = \ asn1_id_rsadsi_encalg.x \ asn1_id_rsadsi_rc2_cbc.x \ asn1_id_secsig_sha_1.x \ + asn1_id_secsig_sha_1WithRSAEncryption.x \ asn1_id_sha224.x \ asn1_id_sha256.x \ asn1_id_sha384.x \ diff --git a/lib/asn1/rfc2459.asn1 b/lib/asn1/rfc2459.asn1 index 5e05a4bb5..5df9e41ff 100644 --- a/lib/asn1/rfc2459.asn1 +++ b/lib/asn1/rfc2459.asn1 @@ -52,6 +52,9 @@ id-rsadsi-des-ede3-cbc OBJECT IDENTIFIER ::= { id-rsadsi-encalg 7 } id-secsig-sha-1 OBJECT IDENTIFIER ::= { iso(1) identified-organization(3) oiw(14) secsig(3) algorithm(2) 26 } +id-secsig-sha-1WithRSAEncryption OBJECT IDENTIFIER ::= { iso(1) identified-organization(3) + oiw(14) secsig(3) algorithm(2) 29 } + id-nistAlgorithm OBJECT IDENTIFIER ::= { joint-iso-itu-t(2) country(16) us(840) organization(1) gov(101) csor(3) 4 }