summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-giop.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-03-27 16:25:35 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-03-27 16:25:35 +0000
commit4facedb3eeb329addd3115f58669f957f7fa6f1d (patch)
tree49481e38e778f3cd73fac01014c15791cad6175c /epan/dissectors/packet-giop.c
parentf4ef555b75344ffdf1a3cc931db43ecf924248a7 (diff)
downloadwireshark-4facedb3eeb329addd3115f58669f957f7fa6f1d.tar.gz
From Frederic Roudaut:
With a change : #ifdef HAVE_LIBCRYPT #define __USE_LIBGCRYPT__ #endif >> > finally, I have updated my dissector using libgcrypt. >> > It does not use openssl anymore. >> > If gnutls is installed, all should work. >> > Thus, now it should decrypt and dissect (transport/tunnel/several >> > encapsulations ...) : >> > >> > - NULL Encryption Algorithm >> > - TripleDES-CBC [RFC2451] : keylen 192 bits. >> > - AES-CBC with 128-bit keys [RFC3602] : keylen 128 and 192/256 >> > bits. >> > - AES-CTR [RFC3686] : keylen 160/224/288 bits. The remaining >> > 32 bits will be used as nonce. >> > - DES-CBC [RFC2405] : keylen 64 bits >> > >> > I also have added : >> > >> > - BLOWFISH-CBC : keylen 128 bits. >> > - TWOFISH-CBC : keylen 128/256 bits. >> > >> > You have to indicate the Authentication algorithm even if all >> > Algorithms since it uses 12 bytes in the Auth field should work >> > (have a look to the README to understand why I put it >> > ;-) ). If you consider I have to throw it away please tell me. >> > >> > HMAC-SHA1-96 [RFC2404] >> > NULL >> > AES-XCBC-MAC-96 [RFC3566] >> > HMAC-MD5-96 [RFC2403] svn path=/trunk/; revision=17734
Diffstat (limited to 'epan/dissectors/packet-giop.c')
0 files changed, 0 insertions, 0 deletions