{"id":21869912,"url":"https://github.com/miyako/openssl","last_synced_at":"2026-03-12T07:14:28.511Z","repository":{"id":264646991,"uuid":"893957343","full_name":"miyako/OpenSSL","owner":"miyako","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-15T00:46:26.000Z","size":13953,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-15T01:35:53.613Z","etag":null,"topics":["4d-class","4d-component","openssl"],"latest_commit_sha":null,"homepage":"https://miyako.github.io/OpenSSL/","language":"Perl","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/miyako.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-25T14:00:01.000Z","updated_at":"2025-05-15T00:45:29.000Z","dependencies_parsed_at":"2025-01-26T16:43:23.623Z","dependency_job_id":"4798746a-ff85-4c36-a496-173d4dd9812b","html_url":"https://github.com/miyako/OpenSSL","commit_stats":null,"previous_names":["miyako/openssl"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/miyako/OpenSSL","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2FOpenSSL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2FOpenSSL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2FOpenSSL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2FOpenSSL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/miyako","download_url":"https://codeload.github.com/miyako/OpenSSL/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2FOpenSSL/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30417687,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T06:40:58.731Z","status":"ssl_error","status_checked_at":"2026-03-12T06:40:40.296Z","response_time":114,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["4d-class","4d-component","openssl"],"created_at":"2024-11-28T06:09:39.939Z","updated_at":"2026-03-12T07:14:28.495Z","avatar_url":"https://github.com/miyako.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"![version](https://img.shields.io/badge/version-20%2B-E23089)\n![platform](https://img.shields.io/static/v1?label=platform\u0026message=mac-intel%20|%20mac-arm%20|%20win-64\u0026color=blue)\n[![license](https://img.shields.io/github/license/miyako/OpenSSL)](LICENSE)\n![downloads](https://img.shields.io/github/downloads/miyako/OpenSSL/total)\n\n### Licensing\n\n* the source code of this component is licensed under the [MIT license](https://github.com/miyako/curl/blob/master/LICENSE).\n* see [openssl-library.org](https://openssl-library.org/source/license/index.html) for the licensing of **OpenSSL**.\n\n# OpenSSL\n\n## dependencies.json\n\n ```json\n{\n\t\"dependencies\": {\n\t\t\"OpenSSL\": {\n\t\t\t\"github\": \"miyako/OpenSSL\",\n\t\t\t\"version\": \"latest\"\n\t\t}\n\t}\n}\n```\n\n## Usage\n\n```4d\n#DECLARE($params : Object)\n\nIf ($params=Null)\n\t\n\t/*\n\t\tasync calls must be performed in a worker or form\n\t*/\n\t\n\tCALL WORKER(1; Current method name; {})\n\t\nElse \n\t\n\tvar $OpenSSL : cs.OpenSSL.OpenSSL\n\t$OpenSSL:=cs.OpenSSL.OpenSSL.new()\n\t\n\t$key:=Folder(fk desktop folder).file(\"key.pem\")\n\t$crt:=Folder(fk desktop folder).file(\"crt.pem\")\n\t\n\t$OpenSSL.start([\\\n\t\"req\"; \"-x509\"; \\\n\t\"-newkey\"; \"rsa:4096\"; \\\n\t\"-keyout\"; $key; \\\n\t\"-out\"; $crt; \\\n\t\"-sha256\"; \\\n\t\"-days\"; 3650; \\\n\t\"-nodes\"; \\\n\t\"-subj\"; \"\\\"/C=XX/ST=StateName/L=CityName/O=CompanyName/OU=CompanySectionName/CN=CommonNameOrHostname\\\"\"])\n\t\nEnd if \n```\n\n## Build CLI\n\n* macOS\n\n```\n./Configure -no-shared -no-pinshared\n```\n\n* Windows ([vcpkg](https://vcpkg.io/en/package/openssl.html))\n\n```\nvcpkg install openssl[tools] --triplet x64-windows-static\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiyako%2Fopenssl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiyako%2Fopenssl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiyako%2Fopenssl/lists"}