aboutsummaryrefslogtreecommitdiffstats
path: root/security/ssl/src
AgeCommit message (Collapse)AuthorFilesLines
2023-02-17[DCAEGEN2]Enhance dcaegen2-services-sdk's security module JUnitspranitk19052-4/+8
Enhance services-sdk's security module junits to have OS agnostic path Issue-ID: DCAEGEN2-3352 Change-Id: I7f4a1e027af48046f272b9383516a886216e5ffe Signed-off-by: pranitk1905 <pranit.kapdule@t-systems.com> [DCAEGEN2]Enhance dcaegen2-services-sdk's security module JUnits Enhance services-sdk's security module junits to have OS agnostic path Issue-ID: DCAEGEN2-3352 Change-Id: I7f4a1e027af48046f272b9383516a886216e5ffe Signed-off-by: pranitk1905 <pranit.kapdule@t-systems.com>
2022-12-06[SDK] Increase code coveredgeTomasz Wrobel1-0/+23
Issue-ID: DCAEGEN2-3165 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I76ba5e8cf4e5b1525ef7aab8bc9e18b46d540dab
2022-11-17Fix calculation of code coverageTomasz Wrobel1-2/+2
Rename class with unit tests Issue-ID: DCAEGEN2-3165 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I0f0424a2fef3f44e2f9709513b26bc88276a8d1b
2019-11-27Upgrade CBS java SDK to support SSLpwielebs3-12/+64
- add TrustStoreKeys class for one-way TLS for CBS client - use trust.jks & trust.pass - add unit test - top up version of Vavr lib (due to bug) Issue-ID: DCAEGEN2-1552 Signed-off-by: Piotr Wielebski <piotr.wielebski@nokia.com> Change-Id: I372c559cce5db8eba5448d99e12cdf6609c40d00
2019-06-12Monitoring API - write framework adaptersPiotr Jaszczyk1-1/+0
Change-Id: Iaba9c4ef6022d01c1f572055316700a3a4dfa8f2 Issue-ID: DCAEGEN2-1589 Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
2019-04-09Write integration test for SslFactoryPiotr Jaszczyk8-6/+120
Change-Id: I45e0f4b4bb17678d7a00287438e87215cbd0120d Issue-ID: DCAEGEN2-1409 Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
2019-02-18Remove vavr from SSL APIPiotr Jaszczyk11-74/+370
It is still used internally, but methods does not depend on it. The goal was to support clean integration with any JVM app, ie. apps using Kotlin are rather using Arrow or nothing at all. Issue-ID: DCAEGEN2-1069 Change-Id: I1a9151bacd287d65ca8c84057de2f3c174cf8145 Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
2019-02-06Add support for server-side SSL context factoryPiotr Jaszczyk5-29/+237
Change-Id: I2fa64c71f55f1abfdeb4a2323c5456475d87fdd1 Issue-ID: DCAEGEN2-1069 Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
2019-01-31Extract HV VES Client ssl-related classesJakub Dudycz7-0/+495
- Create common ssl module - Extract ssl-related classes from HV VES Client module - Mark org.onap.dcaegen2.services.sdk.rest.services.ssl.SslFactory class as deprecated Change-Id: I31ef784e8822981ba541fb3f525f003218cd5c88 Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com> Issue-ID: DCAEGEN2-1135