aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/ssl.c
Commit message (Collapse)AuthorAge
* Removed debug codeLuca Deri2019-01-17
|
* Merge branch 'dev' of https://github.com/ntop/nDPI into devLuca Deri2019-01-17
|\
| * Warnign fixesLuca Deri2019-01-17
| | | | | | | | Updated test results
* | Removed this party LRU and replaced with home grownLuca Deri2019-01-17
|/
* Merge pull request #636 from 2miksyn/devLuca Deri2018-11-14
|\ | | | | Improve SSL detection, prevent false positive SSL detection
| * Improve SSL detection, prevent false positive SSL detectionMikhail Smirnov2018-11-09
| |
* | Merge branch 'dev' of https://github.com/ntop/nDPI into devkyrol2018-11-09
|\|
| * Improved SSL decodingLuca Deri2018-11-03
| |
* | FIX missing Application Data pkt for TLSkyrol2018-11-09
|/
* Fixes #601Luca2018-09-11
|
* Completed custom category implementationLuca Deri2018-08-16
|
* Major code cleanupLuca2018-07-21
| | | | Converted some not popular protocols to NDPI_PROTOCOL_GENERIC with category detection
* Fix for https://github.com/ntop/nDPI/issues/572Luca Deri2018-05-28
|
* Update ssl.cDaniele De Lorenzi2018-05-21
| | | Added support for SMTPS on port 587
* Added ndpi_set_detection_preferences() APi callLuca Deri2018-05-14
|
* Merge branch 'dev' into devMichele Campus2017-12-07
|\
| * Fixes #485Luca Deri2017-11-03
| |
* | Refactoring the debugging output.Vitaly Lavrov2017-10-26
|/ | | | | | | | | | | | | | levels of debug output: 0 - ERROR: Only for errors. 1 - TRACE: Start of each packets and if found protocol. 2 - DEBUG: Start of searching each protocol and excluding protocols. 3 - DEBUG_EXTRA: For all other messages. Added field ndpi_struct->debug_logging for enable debug output of each protocols. Simple macros for debugging output are added: NDPI_LOG_ERR(), NDPI_LOG_INFO(), NDPI_LOG_DBG(), NDPI_LOG_DBG2(), NDPI_EXCLUDE_PROTO()
* Implementation for extra packet processing if desiredMicah Lyle2017-07-17
|
* Fixed tcp ssl case where client cert got set but server did notMicah Lyle2017-07-14
|
* add check for whatsapp in sslCampus2017-06-09
|
* delete check for old protocolCampus2017-05-11
|
* SSL server certificate is now detectedLuca Deri2017-03-21
|
* change behaviour for https://github.com/ntop/nDPI/issues/344 - fix skype ↵Campus2017-03-15
| | | | detection deleting parts that detect host name and ip addr (duplicate behaviour) - improved any detection after fix - added skype host name
* spelling: unencryptedJosh Soref2017-03-12
|
* Fixed issues caused by (invalid) protocol renumbering. The problem has been ↵Luca Deri2017-01-31
| | | | solved and now protocols are in sync with its previous values in the stable version
* fix ssl for https://github.com/ntop/nDPI/issues/301Campus2016-11-20
|
* fix indentation ssl.cCampus2016-08-22
|
* Enable full master protocol detection for sub-protocolsemanuele-f2016-08-22
|
* minor fixesCampus2016-08-12
|
* Add STARTTLS detectionemanuele-f2016-08-12
|
* Fixed integer overflow in DNS extensionstheirix2016-07-25
|
* Fixed more buffer overflows with small packetstheirix2016-04-12
|
* added check_punycode_string for issue https://github.com/ntop/nDPI/issues/157Campus2016-03-10
|
* Fix for #119Luca Deri2015-11-23
|
* Fixes for issues #40 -> #52Luca2015-07-11
| | | | Implemented sub-protocol detection for SSL/HTTP/HTTPS
* Reworked protocol initialization. Work in progress (more cleanup is needed)Luca2015-07-08
|
* Split former protocol into upper and lower protocolLuca2015-07-01
|
* Removed commented codeLuca2015-07-01
| | | | Renamed ndpi_int_add_connection() with ndpi_set_detected_protocol()
* deleted protocol type (real-correlated)Michele Campus2015-06-29
|
* Added fix for detecting SSL certificate decoding. The old code did not ↵Luca Deri2015-06-16
| | | | discard non-SSL packets thus incrementing a counter when not necessary and thus terminating SSL decoding too early. This causes some SSL certificates not to be properly dissected and thus handled.
* Initial import from SVNLuca Deri2015-04-19