aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl-utils.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-18ssl_parse_key_list() gets called from the UI, so don't use packet scope.Guy Harris1-1/+8
2014-06-18Fixup: ep_address_to_str -> address_to_strDario Lombardo1-2/+2
2014-06-16Remove emem from ssl utils, use glib instead.Evan Huus1-14/+18
2014-06-02Update TLS extensionsMarc Bevand1-1/+4
2014-05-30ssl/dtls: add support for Raw Public keysHauke Mehrtens1-1/+1
2014-05-30ssl-utils: dissect the certificate type TLS extensionHauke Mehrtens1-4/+57
2014-05-30ssl: add SslSession structureHauke Mehrtens1-5/+5
2014-05-20SSL/TLS: Add Padding Extension (20)Alexis La Goutte1-0/+30
2014-05-13isprint() -> g_ascii_isprint()AndersBroman1-1/+1
2014-04-27ssl/dtls: add keyfile support to dtlsHauke Mehrtens1-0/+33
2014-04-27SSL: fix compilation without GnuTLS and GcryptPascal Quantin1-2/+1
2014-04-26ssl: support any address/port combi for priv keyPeter Wu1-0/+7
2014-04-26ssl: return early if no private keys are foundPeter Wu1-0/+8
2014-04-26ssl: Reduce chance of hash-collisions SSL private keysPeter Wu1-0/+1
2014-04-26Change ssl_find_private_key to voidPeter Wu1-4/+2
2014-04-25Fix reading keyfile for "any" IP addressPeter Wu1-0/+3
2014-04-25Revert back to emem due to UAT usePeter Wu1-7/+7
2014-04-11Fix compilation if HAVE_LIBGNUTLS but not HAVE_LIBGCRYPT.Stig Bjørlykke1-1/+1
2014-04-06Partly revert fdeed480bf89a1f43f7b3d4be67fa0e4333f7120Pascal Quantin1-2/+2
2014-04-06Convert ep_address_to_str -> address_to_str(wmem_packet_scope, ...) for all d...Michael Mann1-2/+2
2014-04-05ssl-utils: add signed_certificate_timestamp tls hello extensionHauke Mehrtens1-0/+1
2014-04-05ssl-utils: add constants defined for draft-ietf-tls-oob-pubkey-11Hauke Mehrtens1-0/+3
2014-04-05ssl-utils: add named brainpool ecc curvesHauke Mehrtens1-0/+3
2014-04-05ssl-utils: add detection of Supplemental DataHauke Mehrtens1-0/+1
2014-04-05ssl-utils: add support for tls cipher suites from draft-mcgrew-tls-aes-ccm-ec...Hauke Mehrtens1-0/+14
2014-03-31Fix Argument with 'nonnull' attribute passed null found by ClangAlexis La Goutte1-0/+1
2014-03-11fix the SSL decryption using the master secretMartin Kaiser1-2/+2
2014-03-10SSL/TLS payload decryption:Martin Kaiser1-10/+10
2014-03-08ssl: add more ciphers for decryptionHauke Mehrtens1-8/+93
2014-03-06add the (not yet official) TLS channel_id extension that's used by ChromeMartin Kaiser1-0/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-03-03SSL: dynamically allocate session ticket storage area to avoid buffer overflowPascal Quantin1-1/+3
2014-02-14Update list SSL Cipher suite : The Salsa20 Stream Cipher for Transport Layer ...Alexis La Goutte1-0/+36
2014-02-14Update list SSL Cipher suite : ChaCha20Poly1305 for TLSAlexis La Goutte1-0/+11
2014-02-04Fix indent (Remove tabs and use 4 spaces)Alexis La Goutte1-13/+13
2014-01-20From alexeyv:Anders Broman1-3/+77
2014-01-14Don't cast away constness.Guy Harris1-1/+1
2014-01-08Move UAT xton() to wsutil libraryJakub Zawadzki1-3/+5
2013-12-24From Dirk via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9589Alexis La Goutte1-9/+7
2013-12-24From Dirk via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9589Alexis La Goutte1-49/+20
2013-12-24From Dirk via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9589Alexis La Goutte1-8/+13
2013-12-24From Dirk via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9589Alexis La Goutte1-11/+6
2013-12-24From Dirk via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9589Alexis La Goutte1-30/+0
2013-12-24Replace an ep-stack with a wmem stack. Running epan_init() no longer usesEvan Huus1-1/+1
2013-12-23From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9498Alexis La Goutte1-0/+507
2013-12-20g_memmove has been removed in favour of normal memmove in the latest glibEvan Huus1-2/+2
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-2/+2
2013-12-15From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9546Alexis La Goutte1-0/+12
2013-12-13From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9499Alexis La Goutte1-0/+1
2013-12-13From Peter WuAlexis La Goutte1-174/+174