Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: expand openssl instructions #36554

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 12 additions & 0 deletions doc/guides/maintaining-openssl.md
Expand Up @@ -2,6 +2,18 @@

This document describes how to update `deps/openssl/`.

If you need to provide updates across all active release lines you will
currently need to generate two PRs as follows:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This time round we did three PRs -- one for current (including the QUIC patches), one for 14.x (without the the QUIC patches) and one for 10.x.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

k will update for that.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@richardlau updated


* a PR following the instruction below based on the main branch.
This PR should cherry pick back to the active release lines
except for the 10.x line.
* a PR which uses the same commit from the first PR to apply the
updates to the openssl source code, with a new commit generated
by following steps 2 onwards on the 10.x line. This is
necessary because differences in 10.x requires that the
configuration files be regenerated specifically for 10.x.

## Requirements
* Linux environment.
* `perl` Only Perl version 5 is tested.
Expand Down