aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-04-03 16:10:55 +0000
committerGerald Combs <gerald@wireshark.org>2012-04-03 16:10:55 +0000
commit794b2ca6919a5d91d1405e8a3f08f69c73183501 (patch)
tree981d7073c579c846373d4c883d97c27777ef29df /test
parent29917a318181319ca6637ae7aa8ed96158f20211 (diff)
Add a to-do list for more decryption tests.
svn path=/trunk/; revision=41908
Diffstat (limited to 'test')
-rwxr-xr-xtest/suite-decryption.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/suite-decryption.sh b/test/suite-decryption.sh
index 05c792989a..2b0faccd9a 100755
--- a/test/suite-decryption.sh
+++ b/test/suite-decryption.sh
@@ -23,6 +23,20 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
+# To do:
+# ANSI C12.22
+# DVB-CI
+# IEEE 802.15.4
+# IPsec / ESP
+# ISAKMP / IKEv2
+# PKCS#12
+# SNMP
+# DCERPC NETLOGON
+# Kerberos
+# KINK
+# LDAP
+# NTLMSSP
+# SPNEGO
# common exit status values
EXIT_OK=0