-
Notifications
You must be signed in to change notification settings - Fork 45
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 cleanup #446
Merged
Merged
Doc cleanup #446
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…re a few actual changes in the sample code - added a comment to raw text in code - added missing sigils - added missing semicolons - removed a couple of instances of double '=' in an assignment - remove trailing whitespace - use consistent brace style - space after # in comments
Examples in the indented code snipped should be commented
When, for L<text|schema>, text and schema are identical, you don't need both of them
a few links that were almost but not quite identical
w3c - redirects to https http://www.lothar.com/tech/crypto/ - supports https https://blog.zoller.lu/2011/09/beast-summary-tls-cbc-countermeasures.html - redirects ietf - redirects
# note on page that project moved http://www.lothar.com/tech/crypto/ -> https://egd.sourceforge.net/ # old page doesn't exist anymore, google suggests and wayback machine confirms it moved to sourceforge http://www.aet.tu-cottbus.de/personen/jaenicke/postfix_tls/prngd.html -> https://prngd.sourceforge.net/ # couldn't find this anywhere on the live web https://blogs.cisco.com/security/beat-the-beast-with-tls -> https://web.archive.org/web/20140424022931/https://blogs.cisco.com/security/beat-the-beast-with-tls
Old links to https://www.openssl.org/docs/ssl/* and https://www.openssl.org/docs/crypto/* redirect on the openssl side to https://www.openssl.org/docs/manmaster/man3/*. Since there were already some links to https://www.openssl.org/docs/manmaster/man3/* in the docs, make them all link to it
- in compatility lines, standardize on `OpenSSL VERSION`, over `openssl-VERSION` - fix ending prose with semicolons - add links in security section to a list, the BEAST attack links were rendered all on one line - indent a couple of missed code sections - small formatting and readbility changes
Thanks for all the work you did. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Not sure why I got a wild hair about this, but here we are. Prime for a squash merge, but I thought leaving the fine-toothed commits might make reviewing easier. Thanks for continuing to maintain Net::SSLeay