summaryrefslogtreecommitdiff
path: root/tools/Utils
Commit message (Collapse)AuthorAgeFilesLines
* Fix getting SSL context in CryptoManager (#3582)Andrii Kalinich (GitHub)2021-01-211-6/+25
| | | | | | | | | | | | | | | | * Fix getting SSL context in CryptoManager This PR fixes way of getting SSL context from SSL connection. Direct access works well in 1.0.2 version, however this field became unavailable in 1.1.1 version which causes SDL build to fail. In order to make this change working on all lib versions as expected, direct access has been replaced with convenient getter function from the same library. * Update certificate generation script * Change hash function from md5 to sha256 Co-authored-by: Dmitriy Boltovskiy <dboltovskyi@luxoft.com>
* Update generate_test_certificates.py scriptSergey Levchenko (GitHub)2017-06-231-12/+19
| | | | | | | | 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
* unify infrustructure scripts in infrastructure folderAlexander2016-04-293-95/+0
|
* Format not formated filesAlexander2016-04-291-0/+34
|
* Add style check on travisAlexander2016-04-291-0/+34
|
* Add quiet flag to coverage collectingAlexander2016-04-261-3/+3
|
* Add quotes to collect_coverage.shAlexander Kutsan2016-04-211-1/+1
|
* Create script for code coverage automatisationAlexander2016-04-211-0/+27
|
* Fix all tests in crypto_manger testsKozoriz2015-12-231-0/+279
Added certificate generating pyton script. Updated all tests in crypto_manager_impl_test.cc (from pasa) Updated CMakeFile