summaryrefslogtreecommitdiff
path: root/src/components/security_manager
Commit message (Expand)AuthorAgeFilesLines
* fix unit tests with with -DENABLE_SECURITY=OFF (#3615)Collin2021-01-252-2/+2
* Fix getting SSL context in CryptoManager (#3582)Andrii Kalinich (GitHub)2021-01-211-1/+1
* Fix formatting for logs after logger overhaul (#3554)Jacob Keeler2020-10-233-10/+6
* Fix Cppcheck issues (#3453)Yana Chernysheva (GitHub)2020-10-012-11/+15
* Feature/Add reason param to All protocol NAKs (#3462)Shobhit Adlakha2020-09-041-13/+14
* [SDL 0046] Implement logger abstraction (#3472)VladSemenyuk2020-09-014-227/+190
* Fix Handshake Flow issues (#3441)Jacob Keeler2020-06-183-26/+29
* Prevent creation of SSL context during certificate updating (#2777)Stanislav Kobziev (GitHub)2020-02-112-0/+4
* Update jsoncpp library (#3155)Yevhenii Dementieiev (GitHub)2020-01-291-4/+7
* Fix dcheck on max dtls record size exceeded (#3021)Maksym Ked (GitHub)2019-09-191-1/+6
* Feature/service status update to hmi (#2921)Maksym Ked (GitHub)2019-08-292-3/+99
* Feature/rpc message protection (#2951)Maksym Ked (GitHub)2019-08-292-20/+32
* Run updated style scriptjacobkeeler2019-04-2912-74/+80
* Add missing Boost include directoriesfix/missing_boost_include_dirJacob Keeler2019-04-031-0/+1
* Merge remote-tracking branch 'origin/develop' into feature/boost_datetime_imp...jacobkeeler2018-08-222-10/+0
|\
| * Remove deprecated methods from projectfeature/remove_deprecated_functions_5_0jacobkeeler2018-08-172-10/+0
* | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_core into fe...Conlain Kelly2018-08-107-29/+25
|\ \ | |/
| * style fixConlain Kelly2018-07-183-4/+0
| * Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-187-29/+29
* | Style fixConlain Kelly2018-06-251-2/+2
* | Merge branch 'develop' into feature/boost_datetime_implementationconlain-k2018-06-2510-539/+1146
|\ \ | |/
| * Merge pull request #2218 from smartdevicelink/fix/fix_certificate_saving_afte...JackLivio2018-06-183-56/+111
| |\
| | * Added logic related to certificate savingfix/fix_certificate_saving_after_ptuAKalinich-Luxoft2018-06-183-28/+1
| | * Fix leaked objects and add constAndrii Kalinich2018-06-182-11/+25
| | * Fixed affected mocks and UT'sAKalinich-Luxoft2018-06-181-18/+13
| | * Fix cert processing and module saving after policy table updateAKalinich-Luxoft2018-06-182-31/+81
| | * Fix nonfunctional CertificatePath and KeyPath parameters in INIAKalinich-Luxoft2018-06-181-0/+23
| * | removed TLS handshake app name string compare and updated UTMarkos Rapitis2018-06-182-18/+0
| |/
| * Fixed leaked objectsAndrii Kalinich2018-06-181-6/+20
| * Fixed affected mocks and UT'sAKalinich-Luxoft2018-06-183-0/+39
| * Fix nonfunctional CertificatePath and KeyPath parameters in INIAKalinich-Luxoft2018-06-183-1/+126
| * Add UT for DTLSValerii2018-06-183-62/+90
| * Fix security manager UTValerii2018-06-186-268/+320
| * Fix decrypted multiframe message handlingAndriy Byzhynar2018-06-183-6/+13
| * Add handling of wrong force protection settings in ini fileAndriy Byzhynar2018-06-183-0/+35
| * Add support for DTLS encryption protocolAndriy Byzhynar2018-06-182-1/+20
| * Fixed time zones issue while checking certificate exp dateAndrii Kalinich2018-06-131-1/+11
| * Updates after Livio reviewAndrii Kalinich2018-06-136-30/+17
| * Merge branch 'develop' into feature/get_system_timeAndrii Kalinich (GitHub)2018-06-059-37/+57
| |\
| * | Additional fixes after ATF testingAKalinich-Luxoft2018-05-312-1/+20
| * | Implement fully functional GetSystemTime featureAndriy Byzhynar2018-04-068-174/+409
* | | remove struct timeval and use boost time_duration insteadConlain Kelly2018-06-181-1/+1
| |/ |/|
* | Merge remote-tracking branch 'origin/feature/ubuntu_16_04_linux_support' into...Jacob Keeler2018-05-092-22/+42
|\ \
| * | Support OpenSSL built without SSL3feature/ubuntu_16_04_linux_supportJacob Keeler2017-01-102-22/+42
* | | Merge pull request #2097 from smartdevicelink/hotfix/gcc7_buildJacob Keeler2018-04-091-1/+1
|\ \ \
| * | | Fix build failures when using GCC7hotfix/gcc7_buildJacob Keeler2018-03-271-1/+1
* | | | Merge pull request #2098 from smartdevicelink/fix/documentation_pathsJacob Keeler2018-04-096-14/+14
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix broken links and paths in SDD Documentsfix/documentation_pathsjacobkeeler2018-03-286-14/+14
| |/ /
* | | Fixed mocks and related unit testsAKalinich-Luxoft2018-01-292-30/+51
* | | Minor refactoring in protocol and security managerAKalinich-Luxoft2018-01-291-3/+3