{"id":28042333,"url":"https://github.com/parallaxsecond/parsec-openssl-provider","last_synced_at":"2025-10-05T22:05:53.082Z","repository":{"id":241592212,"uuid":"723026313","full_name":"parallaxsecond/parsec-openssl-provider","owner":"parallaxsecond","description":"Parsec OpenSSL Provider","archived":false,"fork":false,"pushed_at":"2024-05-23T16:03:21.000Z","size":144,"stargazers_count":1,"open_issues_count":2,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-12-06T21:43:48.107Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/parallaxsecond.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-24T13:59:09.000Z","updated_at":"2024-05-28T14:59:11.000Z","dependencies_parsed_at":"2024-05-29T07:11:14.501Z","dependency_job_id":"bcfe9d02-7cea-4c03-b09d-d3d5d90acae8","html_url":"https://github.com/parallaxsecond/parsec-openssl-provider","commit_stats":null,"previous_names":["parallaxsecond/parsec-openssl-provider"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parallaxsecond%2Fparsec-openssl-provider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parallaxsecond%2Fparsec-openssl-provider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parallaxsecond%2Fparsec-openssl-provider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parallaxsecond%2Fparsec-openssl-provider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/parallaxsecond","download_url":"https://codeload.github.com/parallaxsecond/parsec-openssl-provider/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253578807,"owners_count":21930606,"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":"2025-05-11T14:26:14.529Z","updated_at":"2025-10-05T22:05:48.047Z","avatar_url":"https://github.com/parallaxsecond.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\n  -- Copyright 2023 Contributors to the Parsec project.\n  -- SPDX-License-Identifier: Apache-2.0\n  --\n  -- Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n  -- not use this file except in compliance with the License.\n  -- You may obtain a copy of the License at\n  --\n  -- http://www.apache.org/licenses/LICENSE-2.0\n  --\n  -- Unless required by applicable law or agreed to in writing, software\n  -- distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n  -- WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n  -- See the License for the specific language governing permissions and\n  -- limitations under the License.\n---\u003e\n\n# parsec-openssl-provider\n\nParsec OpenSSL Provider is an OpenSSL 3.x provider to access the Parsec Service for \nperforming cryptographic operations using hardware backed keys. \n\nLearn more about Parsec [here](https://github.com/parallaxsecond/parsec). \n\nThe provider should work with any version of the Parsec Service starting from 1.x.x\nbut it is recommended to use the latest available version.\n\n# Build Prerequisites\n\n- OpenSSL 3.x.x libraries and development headers\n\n# Building the provider\n\nUse the following commands to build a shared library of the parsec provider that can \nbe dynamically loaded by openssl, \n\n```\ncd parsec-openssl-provider-shared\ncargo build\n```\n\nYou should be able to find the provider \u003cspan style=\"background-color: #000000\"\u003elibparsec_openssl_provider_shared.so\u003c/span\u003e under\n\u003cspan style=\"background-color: #000000\"\u003e/parsec-openssl-provider/target/debug/\u003c/span\u003e.\n\n# Configuring the provider\n\nThe easiest way to load and run the provider is by using the openssl config file. You \ncan add the following section to your existing config file,\n\n```\n[openssl_init]\nproviders = provider_sect\n\n[provider_sect]\ndefault = default_sect\nparsec = parsec_sect\n\n[parsec_sect]\nmodule = /path-to-shared-library/libparsec_openssl_provider_shared.so\nactivate = 1\n\n[default_sect]\nactivate = 1\n```\n\nOnce configured, you can list the providers loaded using the following command and ensure that parsec is loaded successfully. \n\n```\nopenssl list -providers\n```\n\nYou can explicitly specify the provider in the above command instead of using the openssl config file as shown below,\n\n```\nopenssl list -providers -provider-path /path/to/provider -provider libparsec_openssl_provider_shared\n```\n\n# License\n\nThe software is provided under Apache-2.0. Contributions to this project are accepted \nunder the same license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparallaxsecond%2Fparsec-openssl-provider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparallaxsecond%2Fparsec-openssl-provider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparallaxsecond%2Fparsec-openssl-provider/lists"}