{"id":24897321,"url":"https://github.com/falk-werner/openssl-example","last_synced_at":"2025-03-27T16:42:52.307Z","repository":{"id":207451948,"uuid":"719219294","full_name":"falk-werner/openssl-example","owner":"falk-werner","description":"OpenSSL examples","archived":false,"fork":false,"pushed_at":"2023-11-25T16:30:08.000Z","size":150,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T20:17:20.406Z","etag":null,"topics":["certificate","cms","crypto","example","openssl","sign","verify","x509"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/falk-werner.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}},"created_at":"2023-11-15T17:56:37.000Z","updated_at":"2025-01-05T03:24:47.000Z","dependencies_parsed_at":"2023-11-23T21:40:49.791Z","dependency_job_id":null,"html_url":"https://github.com/falk-werner/openssl-example","commit_stats":null,"previous_names":["falk-werner/openssl-example"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/falk-werner%2Fopenssl-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/falk-werner%2Fopenssl-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/falk-werner%2Fopenssl-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/falk-werner%2Fopenssl-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/falk-werner","download_url":"https://codeload.github.com/falk-werner/openssl-example/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245886459,"owners_count":20688668,"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":["certificate","cms","crypto","example","openssl","sign","verify","x509"],"created_at":"2025-02-01T20:17:24.114Z","updated_at":"2025-03-27T16:42:52.278Z","avatar_url":"https://github.com/falk-werner.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build](https://github.com/falk-werner/openssl-example/actions/workflows/build.yml/badge.svg)](https://github.com/falk-werner/openssl-example/actions/workflows/build.yml)\n\n# openssl-example\n\nThis repository contains examples to show how to use the OpenSSL C API.\n\n## Build\n\n```\ncmake -B build\ncmake --build build\n./build/create_test_pki\n```\n\n## Glossary\n\n| Abbreviation | Description |\n| ------------ | ----------- |\n| [X.509](https://en.wikipedia.org/wiki/X.509) |  A standard defining the format of public key certificates |\n| [CA](https://en.wikipedia.org/wiki/Certificate_authority) | **C**ertificate **A**uthority |\n| [CSR](https://en.wikipedia.org/wiki/Certificate_signing_request) | **C**ertificate **S**igning **R**equest |\n| [CRL](https://en.wikipedia.org/wiki/Certificate_revocation_list) | **C**ertififcate **R**evocation **L**ist |\n| [CMS](https://en.wikipedia.org/wiki/Cryptographic_Message_Syntax) | **C**ryptographic **M**essage **S**yntax |\n| [PKI](https://en.wikipedia.org/wiki/Public_key_infrastructure) | **P**ublic **K**ey **I**nfrastructure |\n\n## Examples\n\n- [compute SHA256 checksumn](doc/sha256.md)\n- [create a self-signed certficate](doc/self_signed.md)\n- [create a certificate signing request (CSR)](doc/create_csr.md)\n- [sign a CRS](doc/sign_csr.md)\n- [create a certificate revokation list (CRL)](doc/create_crl.md)\n- [verify a certificate](doc/verify_cert.md)\n- [create a digital signature using cryptographic message syntax (CMS)](doc/cms_sign.md)\n- [verify a CMS signature](doc/cms_verify.md)\n\n### Remarks\n\n- Some of the examples make use of a [test PKI](doc/test_pki.md).\n- The purpose of this repository is to give an overview about OpenSSL's C API.\n  Therefore, there is almost no error handling contained in the examples.\n\n## Depedencies\n\n- [OpenSSL](https://www.openssl.org/)\u003e3.0\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffalk-werner%2Fopenssl-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffalk-werner%2Fopenssl-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffalk-werner%2Fopenssl-example/lists"}