summaryrefslogtreecommitdiff
path: root/src/components/security_manager/test/crypto_manager_impl_test.cc
Commit message (Collapse)AuthorAgeFilesLines
* style fixConlain Kelly2018-07-181-1/+0
|
* Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-181-5/+5
|
* Added logic related to certificate savingfix/fix_certificate_saving_after_ptuAKalinich-Luxoft2018-06-181-1/+0
| | | | Also was removed redundant logic
* Fixed affected mocks and UT'sAKalinich-Luxoft2018-06-181-18/+13
| | | | | Added new expectations for a security tests due to some changes in the security flow
* Fixed affected mocks and UT'sAKalinich-Luxoft2018-06-181-0/+7
| | | | | Added new expectations for a security tests due to some changes in the security flow
* Add UT for DTLSValerii2018-06-181-0/+9
| | | | | | | | | | | | | | | - Correct initialization crypto manager with different protocols - Handshake without protocol verification - Handshake with CA verification only server side - Handshake with CA verification only client side - Handshake with CA verification both sides - Handshake client side fail with certificate not signed error - Handshake client side fail with certificate is expired error - Handshake fail with application name and application ID are not valid - Reset connection without verification - Reset connection with verification both sides - Test with correct protocol - Test with uncorrect protocol
* Fix security manager UTValerii2018-06-181-13/+25
| | | | | | | | | | | Fixed UT which failed due to code changes provided by dtls encryption support by SDL The following UT were fixed: - src/components/security_manager/test/crypto_manager_impl_test.cc - src/components/security_manager/test/security_manager_test.cc - src/components/security_manager/test/ssl_certificate_handshake_test.cc - src/components/security_manager/test/ssl_context_test.cc
* Implement fully functional GetSystemTime featureAndriy Byzhynar2018-04-061-2/+7
| | | | | | Implemented fully working GetSystemTime feature Fixed UT in the security manager due to code changes Disable randomly failed test
* Update generate_test_certificates.py scriptSergey Levchenko (GitHub)2017-06-231-15/+11
| | | | | | | | Previously SDL was implemented in the way to support certificate in PKCS12 Now it has been changed to simple PEM format according to the new requirements. - generate_test_certificates.py updated - unit tests updated
* Refactor SecurityManager test to use TestAsyncWaiterIvo Stoilov (GitHub)2017-02-061-1/+0
| | | | Related tasks APPLINK-30588 APPLINK-30977
* Format all code in projectKozoriz2016-04-261-37/+28
| | | | | | | | | | Formated all code in appMain, components, plugins to correct coding-style Used clang-format-3.6 Used 2 commands : find src/appMain/ -name "*.h" -o -name "*.cc" -o -name "*.hpp" -o -name "*.cpp" | xargs clang-format-3.6 -i -style=file find src/components/ -name "*.h" -o -name "*.cc" -o -name "*.hpp" -o -name "*.cpp" | xargs clang-format-3.6 -i -style=file find src/plugins/ -name "*.h" -o -name "*.cc" -o -name "*.hpp" -o -name "*.cpp" | xargs clang-format-3.6 -i -style=file
* Remove SecurityManager singletonKozoriz2016-03-101-107/+117
| | | | | | | | Removed singletone inheritance. Corrected usage of SecurityManager. Updated Unit Tests. Related to : APPLINK-21915
* Changed code style in security manager testsVeronica Veremjova2016-02-161-51/+45
|
* Add unit tests for Security ManagerVeronica Veremjova2016-02-151-74/+122
| | | | | | | Added tests for different protocols (TLSv1_1, TLSv1, SSLv3) Added test for require certificate update Relates to APPLINK-20074
* Remove the problems which has been appeared after merging master to developagaliuzov2016-05-151-1/+1
|
* Mistake correctives and remove SetUp methodKozoriz2015-12-251-9/+12
| | | | | | Renamed method with misstake in name Removed useless SetUp and TearDown from CryptoManagerTest class
* Beautifiring mock and test filesKozoriz2015-12-251-8/+8
| | | | | | | Used beautifier for formating code in security_manager tests security_manager mocks protocol_handler mocks
* Include correctives in security_manager_tests and mocksKozoriz2015-12-251-1/+2
| | | | Changed < gmock.h > to " gmock.h "
* Fix all tests in crypto_manger testsKozoriz2015-12-231-384/+143
| | | | | | Added certificate generating pyton script. Updated all tests in crypto_manager_impl_test.cc (from pasa) Updated CMakeFile
* Bug Fixes and ImprovementsSynchronizationCommitJustin Dickow2015-02-201-0/+462
Fix Empty perform iteration request Fix type of name from string to enum SendLocation implemented on HTML5 HMI Fixed PI response on VR rejection due to high priority. Fix Apps not responsive/not able to start app/apps remain listed on SYNC even after USB disconnect Mobile API change and processing capabilities Change perform interaction request conditions. Fix SDL must always start 3sec timer before resuming the HMILevel of the app Remove redundant StartSavePersistentDataTimer() call. Change wrong predicate name to right. Added stream request handling feature Made streaming timeout in media manager configurable Put navi app in LIMITED in case of phone call Handling of audio state for applications Add stop streaming timeout into ini file Implement HMILevel resumption for job-1 Fix result code ABORTED when interrupts it by Voice recognition activation Fix incorrect value parameter unexpectedDisconnect in BCOnAppUnregistered Fix SDL send BC.OnAppUnregistered with "unexpectedDisconnect" set to "true" in case received from HMI OnExitAllApplications {"reason":"MASTER_RESET"} Fix Update ini file for iAP1 support Current working directory added to image path Fix helpers to make it workable with more then 2 parameters DCHECK() for ManageMobileCommand() replaced with log message because the latter returns false in some regular situations (e.g. TOO_MANY_PENDING_REQUESTS, see SDLAQ-CRS-10) Remove connection after closing. Signed-off-by: Justin Dickow <jjdickow@gmail.com>