-
Notifications
You must be signed in to change notification settings - Fork 51
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.
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.
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.