{"id":16320961,"url":"https://github.com/acardace/fips-detect","last_synced_at":"2025-08-09T19:53:10.700Z","repository":{"id":57704792,"uuid":"375952709","full_name":"acardace/fips-detect","owner":"acardace","description":"Detect whether your system/container and your Golang binary are ready to run in FIPS mode.","archived":false,"fork":false,"pushed_at":"2023-03-09T08:34:06.000Z","size":1631,"stargazers_count":11,"open_issues_count":0,"forks_count":7,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-24T23:06:09.187Z","etag":null,"topics":["containers","fips","golang","openssl"],"latest_commit_sha":null,"homepage":"","language":"Go","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/acardace.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}},"created_at":"2021-06-11T08:12:32.000Z","updated_at":"2025-02-27T22:51:59.000Z","dependencies_parsed_at":"2024-06-19T19:13:48.332Z","dependency_job_id":null,"html_url":"https://github.com/acardace/fips-detect","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/acardace/fips-detect","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acardace%2Ffips-detect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acardace%2Ffips-detect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acardace%2Ffips-detect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acardace%2Ffips-detect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/acardace","download_url":"https://codeload.github.com/acardace/fips-detect/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acardace%2Ffips-detect/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269631051,"owners_count":24450140,"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","status":"online","status_checked_at":"2025-08-09T02:00:10.424Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["containers","fips","golang","openssl"],"created_at":"2024-10-10T22:45:57.825Z","updated_at":"2025-08-09T19:53:10.639Z","avatar_url":"https://github.com/acardace.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fips-detect\n\nDetect whether your system/container and your Golang binary are ready to run in FIPS mode.\n\n# How it works\n\n**fips-detect** does a couple of checks on the running system and the supplied binary to see if everything is in place to correctly run in FIPS mode*, these checks are:\n\n- Checks if `/proc/sys/crypto/fips_enabled` is `1`\n- Looks inside `/usr/lib[64]` and `/lib[64]` for a (OpenSSL lib) `libcrypto.so` that is FIPS-capable.\n- Checks if the ELF binary has undefined references to FIPS symbols in `libcrypto.so` (which means it was compiled with [Red Hat's Go toolset] or that it's using goboring)\n\n*the correct definitions is actually: if the binary has everything it should to run using a FIPS-capable cryptographic module.\n\n# Install\n\nJust `go get github.com/acardace/fips-detect`.\n\nRun `go build fips-detect.go`\n\n# Usage\n\nRun `./fips-detect \u003cexecutable\u003e`\n\n[Red Hat's Go toolset]: https://developers.redhat.com/blog/2019/06/24/go-and-fips-140-2-on-red-hat-enterprise-linux\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facardace%2Ffips-detect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Facardace%2Ffips-detect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facardace%2Ffips-detect/lists"}