{"id":15407392,"url":"https://github.com/qwyng/openssl_provider","last_synced_at":"2026-04-26T20:31:30.184Z","repository":{"id":170242082,"uuid":"646322619","full_name":"QWYNG/openssl_provider","owner":"QWYNG","description":"This Gem provides OpenSSL::Provider class with APIs to load providers","archived":false,"fork":false,"pushed_at":"2023-07-18T13:24:12.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-16T21:22:05.130Z","etag":null,"topics":["gem","openssl","ruby"],"latest_commit_sha":null,"homepage":"https://rubygems.org/gems/openssl_provider","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/QWYNG.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-28T02:33:30.000Z","updated_at":"2023-05-28T08:33:10.000Z","dependencies_parsed_at":"2024-10-19T12:36:31.212Z","dependency_job_id":"340f9dd8-47df-4d72-9540-45c12099dbad","html_url":"https://github.com/QWYNG/openssl_provider","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"b4ede8c1826e24c2261321891b7d44c5aafd0ffe"},"previous_names":["qwyng/openssl_provider"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/QWYNG/openssl_provider","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QWYNG%2Fopenssl_provider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QWYNG%2Fopenssl_provider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QWYNG%2Fopenssl_provider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QWYNG%2Fopenssl_provider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/QWYNG","download_url":"https://codeload.github.com/QWYNG/openssl_provider/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QWYNG%2Fopenssl_provider/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32312195,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T19:15:34.056Z","status":"ssl_error","status_checked_at":"2026-04-26T19:15:15.467Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["gem","openssl","ruby"],"created_at":"2024-10-01T16:28:41.317Z","updated_at":"2026-04-26T20:31:30.167Z","avatar_url":"https://github.com/QWYNG.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"## NOTICE\nThe functionality of this Gem has been merged into `ruby/openssl`  \nFor further information, please visit https://github.com/ruby/openssl/pull/635.\n\n# OpenSSL::Provider\nThe concept of provider was introduced with OpenSSL 3.\nhttps://www.openssl.org/docs/man3.0/man7/migration_guide.html\n\nWith OpenSSL 3, it is possible to specify the provider to be used by any application, either programmatically or through a configuration file.\nHowever, `ruby/openssl` 3.1.0 does not have an API to load providers without configuration file.\nThis Gem provides `OpenSSL::Provider` class with APIs to load providers.\n\n\n## Installation\n\nInstall the gem and add to the application's Gemfile by executing:\n\n    $ bundle add openssl_provider\n\nIf bundler is not being used to manage dependencies, install the gem by executing:\n\n    $ gem install openssl_provider\n\n## Usage\n\n```ruby\nrequire 'openssl_provider'\n\nlegacy = OpenSSL::Provider.load(\"legacy\")\n\nOpenSSL::Provider.providers\n# =\u003e [#\u003cOpenSSL::Provider name=\"default\"\u003e, #\u003cOpenSSL::Provider name=\"legacy\"\u003e]\n\n# default provider does not support RC4\n# OpenSSL::Cipher.new(\"RC4\")\n# =\u003e OpenSSL::Cipher::CipherError: unsupported\ncipher = OpenSSL::Cipher.new(\"RC4\")\n\n# do something with cipher...\n\nOpenSSL::Provider.unload(legacy)\n```\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/QWYNG/openssl_provider. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/QWYNG/openssl_provider/blob/main/CODE_OF_CONDUCT.md).\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the OpensslProvider project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/QWYNG/openssl_provider/blob/main/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqwyng%2Fopenssl_provider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqwyng%2Fopenssl_provider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqwyng%2Fopenssl_provider/lists"}