Out of date documentation for SSL context creation
@bukka is already working on this.
Since Nov 27, 2023.
- Dominant language
- XML
- Stars
- 596
- Forks
- 890
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 55
Description
From manual page: https://php.net/context.ssl
When you open the page for stream_context_create for a way to restrict the TLS version (in my case, for testing purposes), eventually you might be directed to this page, which lists all the parameters for the SSL context.
In the ciphers section, it recommends you to have a look at this page: https://www.openssl.org/docs/manmaster/man1/ciphers.html#CIPHER-LIST-FORMAT
for a list of supported formats supported by OpenSSL, but it seems like this page has since changed and does not contain the necessary information.
I'm still looking for the correct answer, but I'm just flagging this issue before I forget about it.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.