aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/cmp
diff options
context:
space:
mode:
authorTimothy Geiser <slimshady007@inbox.lv>2015-08-05 15:19:48 -0400
committerAnders Broman <a.broman58@gmail.com>2015-08-07 20:32:18 +0000
commit817d9bd621caf809b9e6c6d93ab26d7d4f76a33f (patch)
treeb3e2ccd676c9719b20667bac0917bd74107d1ad2 /asn1/cmp
parent240105eaecddb44bebde2f9b470bade395131416 (diff)
Add SHA2 algos to certificate dissection in SSL
Change-Id: If1315496d231e5c8efc44b9235ec8ffb3ce9d8a9 Reviewed-on: https://code.wireshark.org/review/9880 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'asn1/cmp')
-rw-r--r--asn1/cmp/packet-cmp-template.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/asn1/cmp/packet-cmp-template.c b/asn1/cmp/packet-cmp-template.c
index 43d4d59926..2741de431f 100644
--- a/asn1/cmp/packet-cmp-template.c
+++ b/asn1/cmp/packet-cmp-template.c
@@ -397,8 +397,6 @@ void proto_reg_handoff_cmp(void) {
oid_add_from_string("HMAC TIGER","1.3.6.1.5.5.8.1.3");
oid_add_from_string("HMAC RIPEMD-160","1.3.6.1.5.5.8.1.4");
- oid_add_from_string("sha256WithRSAEncryption","1.2.840.113549.1.1.11");
-
#include "packet-cmp-dis-tab.c"
inited = TRUE;
}