aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite-decryption.sh
AgeCommit message (Collapse)AuthorFilesLines
2014-12-24test suite: (Minor) fix some double spaceAlexis La Goutte1-1/+1
Change-Id: I7fe7cd7ed471b8fcd2afd5fb4bbc180b580295b3 Reviewed-on: https://code.wireshark.org/review/6031 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-09-24test: add decryption test for isakmp with certificatesAlex Badea1-0/+17
This was suggested in review 2297. Capture and key are from bug 7951. Bug: 7951 Change-Id: I820c5e839b20ec464cc1be438633d5311f657fb2 Signed-off-by: Alex Badea <abadea@ixiacom.com> Reviewed-on: https://code.wireshark.org/review/4143 Reviewed-by: Evan Huus <eapache@gmail.com>
2014-04-25Don't use HTTP filter for DTLS decryption test as it's not really HTTP ↵Michael Mann1-1/+1
traffic (and a more discerning HTTP dissector will cause this to fail) Change-Id: I74ea78f541f87000d84c85794d04e9de46d477f2 Reviewed-on: https://code.wireshark.org/review/1333 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^\# \$Id\$/,+1 d') (start with dash) Change-Id: Ia4b5a6c2302f6a531f6a86c1ec3a2f8205c8c2dd Reviewed-on: https://code.wireshark.org/review/881 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-03-13add a test for SSL/TLS decryption using the master secretMartin Kaiser1-3/+20
rename the existing SSL test to clarify that it uses the server's private key for decryption Change-Id: I13598fc4cf724b144a8f27bfa7a3316acfc78728 Reviewed-on: https://code.wireshark.org/review/640 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx> Tested-by: Martin Kaiser <wireshark@kaiser.cx>
2013-12-11Revert part of r53874Jakub Zawadzki1-1/+2
svn path=/trunk/; revision=53944
2013-12-08It's DTLS failing not DVB_CI.Jakub Zawadzki1-3/+3
svn path=/trunk/; revision=53874
2013-12-08Try to check why test.sh fails.Jakub Zawadzki1-2/+1
svn path=/trunk/; revision=53871
2013-12-07add a decryption test for DVB-CI to the testsuiteMartin Kaiser1-1/+20
svn path=/trunk/; revision=53830
2013-10-09From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9238Evan Huus1-1/+19
Add test for ANSI C12.22 decryption. svn path=/trunk/; revision=52469
2013-10-06More tweaking of test suite path variables, trying to make everything playEvan Huus1-5/+2
nicely on Windows and Linux both. svn path=/trunk/; revision=52428
2013-10-06From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9174Evan Huus1-21/+9
Reorg more of the test variables, still separating source and test directories. More minor fixes from me. svn path=/trunk/; revision=52412
2013-10-06From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9174Evan Huus1-6/+8
Support running most tests out-of-tree. Use case is to have a source tree and use a semi-unprivileged user to perform tests (to rule out interference). From me: - fix unit-test suite, it has to build the binaries it runs so it must more-or-less ignore the out-of-tree stuff - fix name-res suite, just missing a path qualifier svn path=/trunk/; revision=52397
2013-04-10Use -Y instead of -R to filter tshark in decryption tests. We're not doingEvan Huus1-4/+4
2-pass analysis so -Y makes more sense and doesn't print deprecation warnings. svn path=/trunk/; revision=48808
2013-03-01Whitespace changes: Convert spaces to tabs. Add modelines.Chris Maynard1-5/+8
svn path=/trunk/; revision=47975
2012-07-25zbee.aps was renamed zbee_aps (in r43990).Jeff Morriss1-1/+1
svn path=/trunk/; revision=44009
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-04-03Add a to-do list for more decryption tests.Gerald Combs1-0/+14
svn path=/trunk/; revision=41908
2012-04-02Add a test for Zigbee. Compress the 802.11 capture. Fix an error message.Gerald Combs1-2/+19
svn path=/trunk/; revision=41898
2012-04-02Add a test for DTLS decryption.Gerald Combs1-0/+19
svn path=/trunk/; revision=41896
2012-03-30Add a WPA PSK decryption test.Gerald Combs1-2/+19
svn path=/trunk/; revision=41865
2012-03-30Clobber our personal configuration directory on Windows.Gerald Combs1-1/+1
svn path=/trunk/; revision=41860
2012-03-30More fixes for Windows. UATs need to be created in ../wireshark-gtk2Gerald Combs1-6/+6
and backslashes need to be escaped. svn path=/trunk/; revision=41859
2012-03-30rsasnakeoil2 is a PCAP file; name it .pcap for consistency. Set SVN ↵Jeff Morriss1-1/+1
properties appropriately. svn path=/trunk/; revision=41858
2012-03-30Fix decryption test on Windows.Gerald Combs1-1/+1
svn path=/trunk/; revision=41856
2012-03-30Add a decryption test suite along with an SSL decryption test. Move ourGerald Combs1-0/+108
growing collection of capture files to a subdirectory. svn path=/trunk/; revision=41852