Skip to content

Branches

Todd Short edited this page Dec 2, 2021 · 2 revisions

Current Branches

The current branches (2021-12-02) are:

Since we don't create release tarballs, you will want to get the code via git:

git clone https://github.com/quictls/openssl.git -b openssl-3.0.0+quic

Update the branch name as appropriate. Git allows many options to downloading code, feel free to reduce the depth via --depth and/or checkout a specific SHA hash. Using git submodules allows your project to specify a particular SHA hash, so you won't get unexpected results when building.

Official Branches

The first official releases are openssl-3.0.0-alpha12+quic and OpenSSL_1_1_1j+quick.

These have consistent commit headlines (when rebased) and try to play nice with existing defines and numbering spaces of openssl/openssl.

New branches based on OpenSSL tags will be created as they are released; and will follow the naming scheme above.

Older Branches

We have also provided prior versions. They are not as tidy as the official branches above, but they are available if people were using the older akamai/openssl QUIC branches.

Clone this wiki locally