{"id":19362708,"url":"https://github.com/smartdevicelink/sdl_security_java_suite","last_synced_at":"2025-07-09T17:41:17.537Z","repository":{"id":48990294,"uuid":"210422540","full_name":"smartdevicelink/sdl_security_java_suite","owner":"smartdevicelink","description":"Open Source TLS Based Security Library for SDL Java Suite","archived":false,"fork":false,"pushed_at":"2021-07-08T15:24:48.000Z","size":28131,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-01-06T20:33:31.843Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/smartdevicelink.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-09-23T18:15:50.000Z","updated_at":"2021-11-06T08:05:20.000Z","dependencies_parsed_at":"2022-09-05T07:41:30.188Z","dependency_job_id":null,"html_url":"https://github.com/smartdevicelink/sdl_security_java_suite","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartdevicelink%2Fsdl_security_java_suite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartdevicelink%2Fsdl_security_java_suite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartdevicelink%2Fsdl_security_java_suite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartdevicelink%2Fsdl_security_java_suite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smartdevicelink","download_url":"https://codeload.github.com/smartdevicelink/sdl_security_java_suite/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240483782,"owners_count":19808632,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T07:30:01.785Z","updated_at":"2025-02-24T12:49:36.354Z","avatar_url":"https://github.com/smartdevicelink.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SDL Security Java Suite\n\nSDL Security is a TLS based security library built to interact with sdl_java_suite and provide TLS certificate authentication and encryption / decryption.\n\n### When is this useful?\nThis library can be used to allow TLS authentication on a specific RPC service, for example the RPC or Video service.\n\n### How do I use it?\nThis library is primarily for automotive OEMs to base their own proprietary library on. The OEM may change the URL to retrieve a certificate, and may want to provide additional protection to this library. Otherwise, it will be quite easy for an attacker to take the certificate and defeat the TLS protection.\n\nThe OEM must also rename this library and classes for the reasons seen below.\n\nTo use this library, the developer will pass the name of the class into the `SdlManager`'s builder' method:\n```\nList\u003cClass\u003c? extends SdlSecurityBase\u003e\u003e secList = new ArrayList\u003c\u003e();\nsecList.add(SdlSecurity.class);\nbuilder.setSdlSecurity(secList, null);\n```\n\nThey must also pass in the name of the Vehicle 'Makes' that library is used for, for example, a Ford library may be used for `[\"Ford\", \"Lincoln\"]`. This must match what is passed through the `register app interface` RPC response. For more information on how to setup the library, please check the [resources folder](/resources/readme.md).\n\n#### Rebuild Native Code\nIf you would like to rebuild the native code for OpenSSL or tlsEngine, please check the [instructions here](/resources/compile_native_code.md).\n\n#### Security Note:\nAnyone implementing this library should take care to add additional protections as this library is not cryptographically secure out-of-the box.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmartdevicelink%2Fsdl_security_java_suite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmartdevicelink%2Fsdl_security_java_suite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmartdevicelink%2Fsdl_security_java_suite/lists"}