http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52049
User: alagoutte
Date: 2013/09/14 11:59 PM
Log:
From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9144 [PATCH] Update TLS Ciphers
Add more TLS cipher suites (SEED, AES-GCM, ECC)
- cipher suites from `RFC 5246 - TLS 1.2`
- cipher suites 150-155 are taken from: RFC 4162 - SEED for TLS
- cipher suites 156-167 are taken from: RFC 5288 - AES-GCM Cipher suites
- cipher suites 49153-49177 are taken from: RFC 4492 - ECC for TLS
- cipher suites 49195-49202 are taken from RFC 5289 - ECC with SHA256/384 and AES GCM
Directory: /trunk/epan/dissectors/
Changes Path Action
+51 -0 packet-ssl-utils.c Modified
+2 -1 packet-ssl-utils.h Modified