├── .github └── workflows │ └── web_build.yml ├── policies ├── OpenSSL_Corporation.jpg ├── OpenSSL_Foundation.jpg ├── OpenSSL_Library.jpg ├── OpenSSL_Mission.jpg ├── OpenSSL_Projects.jpg ├── README.md ├── TrademarkPolicy.md ├── accessing-sensitive-information-policy.md ├── committer-policy.md ├── contractors-invoicing-policy.md ├── feature-branch-approval-policy.md ├── glossary.md ├── information-release-policy.md ├── platform-policy.md ├── policy-change-process.md ├── release-policy.md ├── security-policy.md ├── sponsorship-policy.md ├── travel-policy.md ├── versioning-policy.md └── voting-procedure.md ├── policy-supplemental ├── AccessSensitiveInfoPolicy_SIAT.md ├── AccessSensitiveInfoPolicy_SIT.md ├── Payment-Run-Schedule-Table.md ├── TrademarkRegister.md └── platforms.md └── votes ├── README.md ├── template.txt ├── vote-20220202-voting-procedure.txt ├── vote-20220209-version-policy.txt ├── vote-20220216-policy-change-process.txt ├── vote-20220217-committer-policy.txt ├── vote-20220222-next-lts.txt ├── vote-20220304-glossary-additions.txt ├── vote-20220322-extend-primary-platforms.txt ├── vote-20220504-security-policy.txt ├── vote-20220505-minor-edit-policy.txt ├── vote-20220511-security-policy-moderates.txt ├── vote-20220511-vote-announcement.txt ├── vote-20220914-provider-abi-testing.txt ├── vote-202209140-travel-policy.txt ├── vote-20220928-releasing-information-policy.txt ├── vote-20221012-handling-sha1-and-ripemd160.txt ├── vote-20221012-ripemd160-in-3.0-default-provider.txt ├── vote-20221012-stop-306-111r.txt ├── vote-20221111-contractor-invoicing.txt ├── vote-20221111-sensitive-info.txt ├── vote-20221111-travel-policy.txt ├── vote-20230227-fips-rebranding-periodicity.txt ├── vote-20230412-trademark-policy.txt ├── vote-20230613-Modify-the-commit-workflow-to-allow-some-unrecorded-reviews.txt ├── vote-20230629-sponsorship.txt ├── vote-20230809-exceptional-vote-timebased-releases.txt ├── vote-20231018-invoicing-policy-update.txt ├── vote-20231018-urgent-label.txt ├── vote-20240131-32bit-windows.txt ├── vote-20240909-Two-reviews-by-committers.txt └── vote20240220-branch-approval-policy.txt /.github/workflows/web_build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/.github/workflows/web_build.yml -------------------------------------------------------------------------------- /policies/OpenSSL_Corporation.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/policies/OpenSSL_Corporation.jpg -------------------------------------------------------------------------------- /policies/OpenSSL_Foundation.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/policies/OpenSSL_Foundation.jpg -------------------------------------------------------------------------------- /policies/OpenSSL_Library.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/policies/OpenSSL_Library.jpg -------------------------------------------------------------------------------- /policies/OpenSSL_Mission.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/policies/OpenSSL_Mission.jpg -------------------------------------------------------------------------------- /policies/OpenSSL_Projects.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/policies/OpenSSL_Projects.jpg -------------------------------------------------------------------------------- /policies/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/policies/README.md -------------------------------------------------------------------------------- /policies/TrademarkPolicy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/policies/TrademarkPolicy.md -------------------------------------------------------------------------------- /policies/accessing-sensitive-information-policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/policies/accessing-sensitive-information-policy.md -------------------------------------------------------------------------------- /policies/committer-policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/policies/committer-policy.md -------------------------------------------------------------------------------- /policies/contractors-invoicing-policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/policies/contractors-invoicing-policy.md -------------------------------------------------------------------------------- /policies/feature-branch-approval-policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/policies/feature-branch-approval-policy.md -------------------------------------------------------------------------------- /policies/glossary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/policies/glossary.md -------------------------------------------------------------------------------- /policies/information-release-policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/policies/information-release-policy.md -------------------------------------------------------------------------------- /policies/platform-policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/policies/platform-policy.md -------------------------------------------------------------------------------- /policies/policy-change-process.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/policies/policy-change-process.md -------------------------------------------------------------------------------- /policies/release-policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/policies/release-policy.md -------------------------------------------------------------------------------- /policies/security-policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/policies/security-policy.md -------------------------------------------------------------------------------- /policies/sponsorship-policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/policies/sponsorship-policy.md -------------------------------------------------------------------------------- /policies/travel-policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/policies/travel-policy.md -------------------------------------------------------------------------------- /policies/versioning-policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/policies/versioning-policy.md -------------------------------------------------------------------------------- /policies/voting-procedure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/policies/voting-procedure.md -------------------------------------------------------------------------------- /policy-supplemental/AccessSensitiveInfoPolicy_SIAT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/policy-supplemental/AccessSensitiveInfoPolicy_SIAT.md -------------------------------------------------------------------------------- /policy-supplemental/AccessSensitiveInfoPolicy_SIT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/policy-supplemental/AccessSensitiveInfoPolicy_SIT.md -------------------------------------------------------------------------------- /policy-supplemental/Payment-Run-Schedule-Table.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/policy-supplemental/Payment-Run-Schedule-Table.md -------------------------------------------------------------------------------- /policy-supplemental/TrademarkRegister.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/policy-supplemental/TrademarkRegister.md -------------------------------------------------------------------------------- /policy-supplemental/platforms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/policy-supplemental/platforms.md -------------------------------------------------------------------------------- /votes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/votes/README.md -------------------------------------------------------------------------------- /votes/template.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/votes/template.txt -------------------------------------------------------------------------------- /votes/vote-20220202-voting-procedure.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/votes/vote-20220202-voting-procedure.txt -------------------------------------------------------------------------------- /votes/vote-20220209-version-policy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/votes/vote-20220209-version-policy.txt -------------------------------------------------------------------------------- /votes/vote-20220216-policy-change-process.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/votes/vote-20220216-policy-change-process.txt -------------------------------------------------------------------------------- /votes/vote-20220217-committer-policy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/votes/vote-20220217-committer-policy.txt -------------------------------------------------------------------------------- /votes/vote-20220222-next-lts.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/votes/vote-20220222-next-lts.txt -------------------------------------------------------------------------------- /votes/vote-20220304-glossary-additions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/votes/vote-20220304-glossary-additions.txt -------------------------------------------------------------------------------- /votes/vote-20220322-extend-primary-platforms.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/votes/vote-20220322-extend-primary-platforms.txt -------------------------------------------------------------------------------- /votes/vote-20220504-security-policy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/votes/vote-20220504-security-policy.txt -------------------------------------------------------------------------------- /votes/vote-20220505-minor-edit-policy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/votes/vote-20220505-minor-edit-policy.txt -------------------------------------------------------------------------------- /votes/vote-20220511-security-policy-moderates.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/votes/vote-20220511-security-policy-moderates.txt -------------------------------------------------------------------------------- /votes/vote-20220511-vote-announcement.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/votes/vote-20220511-vote-announcement.txt -------------------------------------------------------------------------------- /votes/vote-20220914-provider-abi-testing.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/votes/vote-20220914-provider-abi-testing.txt -------------------------------------------------------------------------------- /votes/vote-202209140-travel-policy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/votes/vote-202209140-travel-policy.txt -------------------------------------------------------------------------------- /votes/vote-20220928-releasing-information-policy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/votes/vote-20220928-releasing-information-policy.txt -------------------------------------------------------------------------------- /votes/vote-20221012-handling-sha1-and-ripemd160.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/votes/vote-20221012-handling-sha1-and-ripemd160.txt -------------------------------------------------------------------------------- /votes/vote-20221012-ripemd160-in-3.0-default-provider.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/votes/vote-20221012-ripemd160-in-3.0-default-provider.txt -------------------------------------------------------------------------------- /votes/vote-20221012-stop-306-111r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/votes/vote-20221012-stop-306-111r.txt -------------------------------------------------------------------------------- /votes/vote-20221111-contractor-invoicing.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/votes/vote-20221111-contractor-invoicing.txt -------------------------------------------------------------------------------- /votes/vote-20221111-sensitive-info.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/votes/vote-20221111-sensitive-info.txt -------------------------------------------------------------------------------- /votes/vote-20221111-travel-policy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/votes/vote-20221111-travel-policy.txt -------------------------------------------------------------------------------- /votes/vote-20230227-fips-rebranding-periodicity.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/votes/vote-20230227-fips-rebranding-periodicity.txt -------------------------------------------------------------------------------- /votes/vote-20230412-trademark-policy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/votes/vote-20230412-trademark-policy.txt -------------------------------------------------------------------------------- /votes/vote-20230613-Modify-the-commit-workflow-to-allow-some-unrecorded-reviews.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/votes/vote-20230613-Modify-the-commit-workflow-to-allow-some-unrecorded-reviews.txt -------------------------------------------------------------------------------- /votes/vote-20230629-sponsorship.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/votes/vote-20230629-sponsorship.txt -------------------------------------------------------------------------------- /votes/vote-20230809-exceptional-vote-timebased-releases.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/votes/vote-20230809-exceptional-vote-timebased-releases.txt -------------------------------------------------------------------------------- /votes/vote-20231018-invoicing-policy-update.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/votes/vote-20231018-invoicing-policy-update.txt -------------------------------------------------------------------------------- /votes/vote-20231018-urgent-label.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/votes/vote-20231018-urgent-label.txt -------------------------------------------------------------------------------- /votes/vote-20240131-32bit-windows.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/votes/vote-20240131-32bit-windows.txt -------------------------------------------------------------------------------- /votes/vote-20240909-Two-reviews-by-committers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/votes/vote-20240909-Two-reviews-by-committers.txt -------------------------------------------------------------------------------- /votes/vote20240220-branch-approval-policy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openssl/general-policies/HEAD/votes/vote20240220-branch-approval-policy.txt --------------------------------------------------------------------------------