aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pkcs1.c
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2012-07-13 12:34:36 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2012-07-13 12:34:36 +0000
commit30e481a8047fd90310761079938121b1bcf09f90 (patch)
treeedf3f6dc29b3c15dd96a6bfc250e65a323f25b96 /epan/dissectors/packet-pkcs1.c
parente6818f164e6584645b7bc1daa032bf234c115d30 (diff)
Update dissector to match asn1/pkcs1 sources.
svn path=/trunk/; revision=43690
Diffstat (limited to 'epan/dissectors/packet-pkcs1.c')
-rw-r--r--epan/dissectors/packet-pkcs1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-pkcs1.c b/epan/dissectors/packet-pkcs1.c
index ed2238526b..b12c9b34f7 100644
--- a/epan/dissectors/packet-pkcs1.c
+++ b/epan/dissectors/packet-pkcs1.c
@@ -593,7 +593,7 @@ void proto_reg_handoff_pkcs1(void) {
; oid_add_from_string("sect571k1","1.3.132.0.38");
oid_add_from_string("sect571r1","1.3.132.0.39");
- /* sha2 family, see http://www.oid-info.com/get/2.16.840.1.101.3.4.2 */
+ /* sha2 family, see RFC3447 and http://www.oid-info.com/get/2.16.840.1.101.3.4.2 */
oid_add_from_string("sha256", "2.16.840.1.101.3.4.2.1");
}