Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Implemented DTLS support | Luca | 2019-08-08 |
| | | | | Renamed ssl to tls | ||
* | Code cleanup | Luca Deri | 2019-07-27 |
| | |||
* | Solve remaining warnings | Stuart Reilly | 2019-07-12 |
| | |||
* | Remvoed debug info | Luca | 2019-07-02 |
| | |||
* | Various TLS improvements | Luca Deri | 2019-07-02 |
| | |||
* | Improvemnts in SSL certificate detection | Luca Deri | 2019-06-30 |
| | |||
* | Dissection improvements | Luca Deri | 2019-06-27 |
| | |||
* | Reworked SSL cipher handling | Luca Deri | 2019-06-16 |
| | |||
* | Fixed MySQL dissector | Luca Deri | 2019-05-28 |
| | | | | | SSL dissector now reports the protocol version Fixed bug in ndpiReader that ivalidates in some cases the protocl dissection and used to slow down the dissection | ||
* | Added ndpi_is_safe_ssl_cipher(0 call | Luca Deri | 2019-05-23 |
| | |||
* | Disabled debug | Luca Deri | 2019-05-22 |
| | |||
* | Update SSL server ciphers | Luca Deri | 2019-05-22 |
| | |||
* | SSL certificate analysis improvement | Luca Deri | 2019-05-20 |
| | |||
* | Implements #705 | Luca Deri | 2019-05-20 |
| | |||
* | Removed debug code | Luca Deri | 2019-05-20 |
| | |||
* | Fixed JA3 decoding | Luca Deri | 2019-05-20 |
| | | | | Made ndpi_process_extra_packet() optional | ||
* | JA3 hardeding code | Luca | 2019-05-15 |
| | |||
* | Skept GREASE in SSL JA3 fingerprint | Luca Deri | 2019-05-13 |
| | |||
* | JA3 fixes | Luca Deri | 2019-05-12 |
| | |||
* | Disabled debug traces | Luca Deri | 2019-05-11 |
| | |||
* | Initial JA3 support (https://github.com/salesforce/ja3) for SSL | Luca Deri | 2019-05-11 |
| | |||
* | SSL cleanup | Luca Deri | 2019-03-25 |
| | |||
* | we only need one dot to confirm it is a valid domain name | chiehminw | 2019-03-20 |
| | | | | | | | github.com is valid but can not be retreive by server certificate parsing Signed-off-by: chiehminw <chiehminw@synology.com> | ||
* | retreive ssl certificate origanization | chiehminw | 2019-03-20 |
| | | | | Signed-off-by: chiehminw <chiehminw@synology.com> | ||
* | Proto cleanup | Luca | 2019-03-08 |
| | |||
* | Removed debug code | Luca Deri | 2019-01-17 |
| | |||
* | Merge branch 'dev' of https://github.com/ntop/nDPI into dev | Luca Deri | 2019-01-17 |
|\ | |||
| * | Warnign fixes | Luca Deri | 2019-01-17 |
| | | | | | | | | Updated test results | ||
* | | Removed this party LRU and replaced with home grown | Luca Deri | 2019-01-17 |
|/ | |||
* | Merge pull request #636 from 2miksyn/dev | Luca Deri | 2018-11-14 |
|\ | | | | | Improve SSL detection, prevent false positive SSL detection | ||
| * | Improve SSL detection, prevent false positive SSL detection | Mikhail Smirnov | 2018-11-09 |
| | | |||
* | | Merge branch 'dev' of https://github.com/ntop/nDPI into dev | kyrol | 2018-11-09 |
|\| | |||
| * | Improved SSL decoding | Luca Deri | 2018-11-03 |
| | | |||
* | | FIX missing Application Data pkt for TLS | kyrol | 2018-11-09 |
|/ | |||
* | Fixes #601 | Luca | 2018-09-11 |
| | |||
* | Completed custom category implementation | Luca Deri | 2018-08-16 |
| | |||
* | Major code cleanup | Luca | 2018-07-21 |
| | | | | Converted some not popular protocols to NDPI_PROTOCOL_GENERIC with category detection | ||
* | Fix for https://github.com/ntop/nDPI/issues/572 | Luca Deri | 2018-05-28 |
| | |||
* | Update ssl.c | Daniele De Lorenzi | 2018-05-21 |
| | | | Added support for SMTPS on port 587 | ||
* | Added ndpi_set_detection_preferences() APi call | Luca Deri | 2018-05-14 |
| | |||
* | Merge branch 'dev' into dev | Michele Campus | 2017-12-07 |
|\ | |||
| * | Fixes #485 | Luca Deri | 2017-11-03 |
| | | |||
* | | Refactoring the debugging output. | Vitaly Lavrov | 2017-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 desired | Micah Lyle | 2017-07-17 |
| | |||
* | Fixed tcp ssl case where client cert got set but server did not | Micah Lyle | 2017-07-14 |
| | |||
* | add check for whatsapp in ssl | Campus | 2017-06-09 |
| | |||
* | delete check for old protocol | Campus | 2017-05-11 |
| | |||
* | SSL server certificate is now detected | Luca Deri | 2017-03-21 |
| | |||
* | change behaviour for https://github.com/ntop/nDPI/issues/344 - fix skype ↵ | Campus | 2017-03-15 |
| | | | | detection deleting parts that detect host name and ip addr (duplicate behaviour) - improved any detection after fix - added skype host name | ||
* | spelling: unencrypted | Josh Soref | 2017-03-12 |
| |