summaryrefslogtreecommitdiff
path: root/src/components/security_manager/src
Commit message (Expand)AuthorAgeFilesLines
* Check if JSON value is a map before accessing members (#3896)Jacob Keeler2022-04-051-1/+2
* Add additional case to openssl_to_internal_error for local issuer certificate...Shobhit Adlakha2022-03-111-0/+1
* Add missing internal error codes to security manager (#3773)Jacob Keeler2021-09-141-0/+24
* Send REQUEST type and generated sequence number in SendHandshakeData (#3761)Jacob Keeler2021-08-271-7/+19
* Feature/Update Minimum Supported Version to Ubuntu 18 (#3727)Shobhit Adlakha2021-07-091-45/+5
* replace applicable post-operators to pre-operators (#3687)Collin2021-04-201-3/+3
* Configure security level in ini file (#3681)Vadym Luchko (GitHub)2021-04-061-0/+4
* Compile ssl version check (#3657)JackLivio2021-03-101-1/+3
* Update OpenSSL Context Config (#3654)JackLivio2021-03-081-1/+18
* Fix SSL max block size logic (#3652)Jacob Keeler2021-03-051-5/+6
* Add Ubuntu 20.04 support (#3625)Jacob Keeler2021-02-051-4/+17
* fix unit tests with with -DENABLE_SECURITY=OFF (#3615)Collin2021-01-251-1/+1
* 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-232-9/+6
* Fix Cppcheck issues (#3453)Yana Chernysheva (GitHub)2020-10-011-3/+9
* [SDL 0046] Implement logger abstraction (#3472)VladSemenyuk2020-09-013-223/+186
* Fix Handshake Flow issues (#3441)Jacob Keeler2020-06-181-18/+22
* Prevent creation of SSL context during certificate updating (#2777)Stanislav Kobziev (GitHub)2020-02-111-0/+3
* 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-291-2/+77
* Feature/rpc message protection (#2951)Maksym Ked (GitHub)2019-08-291-1/+2
* Run updated style scriptjacobkeeler2019-04-294-26/+26
* Merge remote-tracking branch 'origin/develop' into feature/boost_datetime_imp...jacobkeeler2018-08-221-4/+0
|\
| * Remove deprecated methods from projectfeature/remove_deprecated_functions_5_0jacobkeeler2018-08-171-4/+0
* | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_core into fe...Conlain Kelly2018-08-102-2/+2
|\ \ | |/
| * Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-182-2/+2
* | Style fixConlain Kelly2018-06-251-2/+2
* | Merge branch 'develop' into feature/boost_datetime_implementationconlain-k2018-06-253-110/+510
|\ \ | |/
| * Merge pull request #2218 from smartdevicelink/fix/fix_certificate_saving_afte...JackLivio2018-06-181-38/+73
| |\
| | * Added logic related to certificate savingfix/fix_certificate_saving_after_ptuAKalinich-Luxoft2018-06-181-4/+1
| | * Fix leaked objects and add constAndrii Kalinich2018-06-181-10/+24
| | * Fix cert processing and module saving after policy table updateAKalinich-Luxoft2018-06-181-31/+55
| * | removed TLS handshake app name string compare and updated UTMarkos Rapitis2018-06-181-9/+0
| |/
| * Fixed leaked objectsAndrii Kalinich2018-06-181-6/+20
| * Fix nonfunctional CertificatePath and KeyPath parameters in INIAKalinich-Luxoft2018-06-181-1/+94
| * Fix security manager UTValerii2018-06-182-2/+3
| * Fix decrypted multiframe message handlingAndriy Byzhynar2018-06-183-6/+13
| * Add handling of wrong force protection settings in ini fileAndriy Byzhynar2018-06-181-0/+26
| * Add support for DTLS encryption protocolAndriy Byzhynar2018-06-181-0/+8
| * Fixed time zones issue while checking certificate exp dateAndrii Kalinich2018-06-131-1/+11
| * Updates after Livio reviewAndrii Kalinich2018-06-133-20/+15
| * Merge branch 'develop' into feature/get_system_timeAndrii Kalinich (GitHub)2018-06-052-1/+6
| |\
| * | Additional fixes after ATF testingAKalinich-Luxoft2018-05-311-1/+15
| * | Implement fully functional GetSystemTime featureAndriy Byzhynar2018-04-063-66/+272
* | | 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-091-0/+5
|\ \
| * | Support OpenSSL built without SSL3feature/ubuntu_16_04_linux_supportJacob Keeler2017-01-101-0/+5
* | | 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