{"id":21273303,"url":"https://github.com/sclorg/node-ssl-shim","last_synced_at":"2025-06-17T03:34:23.558Z","repository":{"id":69908519,"uuid":"227349757","full_name":"sclorg/node-ssl-shim","owner":"sclorg","description":"Small compatibility shim library for compiling newer NodeJS with older OpenSSL","archived":false,"fork":false,"pushed_at":"2021-07-07T14:14:51.000Z","size":104,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-15T12:44:53.857Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/sclorg.png","metadata":{"files":{"readme":"README.markdown","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}},"created_at":"2019-12-11T11:27:40.000Z","updated_at":"2021-07-07T14:14:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"38a3ab2b-6de4-483a-b6fd-5315248c705d","html_url":"https://github.com/sclorg/node-ssl-shim","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sclorg/node-ssl-shim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sclorg%2Fnode-ssl-shim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sclorg%2Fnode-ssl-shim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sclorg%2Fnode-ssl-shim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sclorg%2Fnode-ssl-shim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sclorg","download_url":"https://codeload.github.com/sclorg/node-ssl-shim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sclorg%2Fnode-ssl-shim/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260285972,"owners_count":22986485,"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-21T09:13:21.516Z","updated_at":"2025-06-17T03:34:23.537Z","avatar_url":"https://github.com/sclorg.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"NodeJS – OpenSSL shim library\n=============================\n\nThis library implements a thin compatibility layer between OpenSSL 1.0.*\nand NodeJS versions that do not support building against that OpenSSL version(s) natively.\n\nThe goal is to backport (ideally), re-implement (usually), or disable (where necessary)\nany OpenSSL APIs that NodeJS expects, but the older OpenSSL version does not provide.\n\nBuilding and installation\n-------------------------\n\nThe project use simple Makefile to both build and install:\n\n```sh\n$ make\n# make prefix=${PREFIX} install  # Installs to /usr/local by default\n```\n\nDependencies are handled using `pkg-config`;\ncurrently, the only dependency is OpenSSL itself in an appropriate version.\n\nDocumentation\n-------------\n\nAll provided functions shall behave as described in the [official OpenSSL manual pages][];\nin case of ambiguity, they shall follow the implementation in [OpenSSL upstream][].\nShort summary is usually provided in the form of Doxygen-style comments in the source code,\nbut only as a convenience – the manual pages are the definitive source of information.\n\nThe back-ported constants shall have the same value as defined in the [OpenSSL upstream][].\n\n[official OpenSSL manual pages]: https://www.openssl.org/docs/manpages.html\n[OpenSSL upstream]: https://www.openssl.org/source/gitrepo.html\n\nReleases and versioning\n-----------------------\n\nThis library should currently be considered as experimental;\nno versioning scheme is implementer nor any \"stable\" release planned.\nIf you need one, contact the maintainers and we will figure something out.\n\nLicense\n-------\n\nThe library is currently available under MIT license\n(see the [LICENSE](./LICENSE) file for details).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsclorg%2Fnode-ssl-shim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsclorg%2Fnode-ssl-shim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsclorg%2Fnode-ssl-shim/lists"}