aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/ssl.c
Commit message (Collapse)AuthorAge
...
* 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