aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite_decryption.py
AgeCommit message (Expand)AuthorFilesLines
2019-11-14test/suite_decryption: Add WPA3 SuiteB-192 bit testMikael Kanstrup1-0/+22
2019-11-02ieee80211: Extended Key ID supportAlexander Wetzel1-0/+25
2019-07-15smb2: add support for decompressionAurelien Aptel1-2/+2
2019-07-02smb2: add support for AES-128-GCM decryptionAurelien Aptel1-0/+14
2019-06-17Add support for embedding WireGuard keys in a pcapng filePeter Wu1-0/+25
2019-04-03ieee80211: Fix WPA1 decryptionMikael Kanstrup1-0/+11
2019-03-26ieee80211: Support decrypting OWE capturesMikael Kanstrup1-0/+11
2019-03-21ieee80211: Support decrypting WPA3-Personal / SAE capturesMikael Kanstrup1-0/+10
2019-02-05Accept protocol aliases in Decode As (-d tcp.port==4433,ssl)Peter Wu1-0/+2
2019-01-25test/suite_decryption.py: add smb2 decryption testsAurelien Aptel1-0/+52
2019-01-17DTLS: add DSB support, use the key log file from the TLS dissectorPeter Wu1-0/+10
2018-12-29Add support for RSA decryption using PKCS #11 tokensPeter Wu1-0/+124
2018-12-13Add new "rsa_keys" UAT for storage of RSA private keysPeter Wu1-0/+14
2018-11-30test: skip tests when GnuTLS is unavailablePeter Wu1-7/+19
2018-11-30test: use assertRun instead of runProcess where possiblePeter Wu1-46/+46
2018-11-20Add new Secrets API and allow TLS to use pcapng decryption secretsPeter Wu1-0/+10
2018-11-14test: convert some more tests to use fixturesPeter Wu1-319/+270
2018-11-08test: drop Python 2 compatibility, use more Python 3 featuresPeter Wu1-1/+1
2018-11-01print.c: use SEP_XXX to print byte stringsPascal Quantin1-16/+16
2018-10-16KNX-IP: new KNXnet/IP dissectorRalf Nasilowski1-0/+115
2018-10-12test: fix DeprecationWarning: invalid escape sequencePeter Wu1-1/+1
2018-09-14Test: Fix a copy+paste error.Gerald Combs1-1/+1
2018-09-13Start renaming SSL to TLS.Gerald Combs1-23/+25
2018-08-17TLS13: add final tests for RFC 8446Peter Wu1-0/+52
2018-08-08WireGuard: implement decryption with PSKsPeter Wu1-0/+68
2018-08-08WireGuard: decrypt transport dataPeter Wu1-8/+20
2018-08-08WireGuard: implement responder handshake decryptionPeter Wu1-4/+27
2018-08-08WireGuard: add keylog for initiation decryption with ephemeral keysPeter Wu1-1/+50
2018-08-08WireGuard: implement initiation message decryption with static keysPeter Wu1-0/+16
2018-08-08WireGuard: implement peer identification based on MAC1Peter Wu1-0/+53
2018-05-17test: require Libgcrypt 1.6 for TDLS testPeter Wu1-0/+3
2018-05-01Test: More fixes and updates.Gerald Combs1-13/+0
2018-04-30Test: Add name resolution.Gerald Combs1-1/+1
2018-04-27Test: Add fileformats and I/O.Gerald Combs1-0/+1
2018-04-26Start porting our test scripts to Python. Add ctest support.Gerald Combs1-0/+496